summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_session.h')
-rw-r--r--bgpd/bgp_session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/bgp_session.h b/bgpd/bgp_session.h
index cd4bf107..193e1936 100644
--- a/bgpd/bgp_session.h
+++ b/bgpd/bgp_session.h
@@ -112,7 +112,8 @@ struct bgp_session
* session was ever established.
*/
bgp_session_state_t state ;
- flag_t made ; /* set when -> sEstablished */
+ flag_t made ; /* set when -> sEstablished */
+ int defer_enable ; /* set when waiting for stop */
/* The BGP Engine records the last event, NOTIFICATION and errno here.
*