summaryrefslogtreecommitdiff
path: root/isisd/isis_ldp_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_ldp_sync.h')
-rw-r--r--isisd/isis_ldp_sync.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/isisd/isis_ldp_sync.h b/isisd/isis_ldp_sync.h
index 61ac946078..977c5ba0de 100644
--- a/isisd/isis_ldp_sync.h
+++ b/isisd/isis_ldp_sync.h
@@ -20,6 +20,8 @@
#ifndef _ZEBRA_ISIS_LDP_SYNC_H
#define _ZEBRA_ISIS_LDP_SYNC_H
+#include "zclient.h"
+
/* Macro to log debug message */
#define ils_debug(...) \
do { \
@@ -36,11 +38,11 @@ extern void isis_ldp_sync_if_start(struct isis_circuit *circuit,
extern void isis_ldp_sync_if_remove(struct isis_circuit *circuit, bool remove);
extern void isis_ldp_sync_if_complete(struct isis_circuit *circuit);
extern void isis_ldp_sync_holddown_timer_add(struct isis_circuit *circuit);
-extern void isis_ldp_sync_hello_timer_add(void);
+extern void
+isis_ldp_sync_handle_client_close(struct zapi_client_close_info *info);
extern void isis_ldp_sync_ldp_fail(struct isis_circuit *circuit);
extern int isis_ldp_sync_state_update(struct ldp_igp_sync_if_state state);
extern int isis_ldp_sync_announce_update(struct ldp_igp_sync_announce announce);
-extern int isis_ldp_sync_hello_update(struct ldp_igp_sync_hello hello);
extern void isis_ldp_sync_state_req_msg(struct isis_circuit *circuit);
extern void isis_ldp_sync_set_if_metric(struct isis_circuit *circuit,
bool run_regen);