summaryrefslogtreecommitdiff
path: root/pathd/path_pcep.h
diff options
context:
space:
mode:
Diffstat (limited to 'pathd/path_pcep.h')
-rw-r--r--pathd/path_pcep.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/pathd/path_pcep.h b/pathd/path_pcep.h
index b131b31445..d0af674ff9 100644
--- a/pathd/path_pcep.h
+++ b/pathd/path_pcep.h
@@ -22,11 +22,13 @@
#include <stdbool.h>
#include <debug.h>
#include <netinet/tcp.h>
+#include "memory.h"
#include "pceplib/pcep_utils_logging.h"
#include "pceplib/pcep_pcc_api.h"
#include "mpls.h"
#include "pathd/pathd.h"
-#include "pathd/path_pcep_memory.h"
+
+DECLARE_MTYPE(PCEP);
#define PCEP_DEFAULT_PORT 4189
#define MAX_PCC 32
@@ -82,7 +84,7 @@
struct pcep_config_group_opts {
char name[64];
- char tcp_md5_auth[TCP_MD5SIG_MAXKEYLEN];
+ char tcp_md5_auth[PCEP_MD5SIG_MAXKEYLEN];
struct ipaddr source_ip;
short source_port;
bool draft07;