summaryrefslogtreecommitdiff
path: root/lib/ldp_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldp_sync.h')
-rw-r--r--lib/ldp_sync.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/ldp_sync.h b/lib/ldp_sync.h
index 73e3dac3d8..0429e17d5c 100644
--- a/lib/ldp_sync.h
+++ b/lib/ldp_sync.h
@@ -39,14 +39,10 @@ extern "C" {
#define LDP_IGP_SYNC_HOLDDOWN_DEFAULT 0
-#define LDP_IGP_SYNC_HELLO_TIMEOUT 5
-
/* LDP-IGP Sync structures */
struct ldp_sync_info_cmd {
uint16_t flags;
uint16_t holddown; /* timer value */
- uint32_t sequence; /* hello sequence number */
- struct thread *t_hello; /* hello timer for detecting LDP going down */
};
struct ldp_sync_info {
@@ -79,11 +75,6 @@ struct ldp_igp_sync_if_state_req {
char name[INTERFACE_NAMSIZ];
};
-struct ldp_igp_sync_hello {
- int proto;
- unsigned int sequence;
-};
-
#ifdef __cplusplus
}
#endif