X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/a4bf68528c6f8e4f4290941afa9ebfb193ce153b..5cc3beb6c7570c2b5b425e61d66000cc0a95da17:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index c346261..9fb1ba3 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.86 2005/08/31 12:38:38 bodea Exp $ +// $Id: l2tpns.h,v 1.87 2005/09/02 23:59:56 bodea Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -570,6 +570,7 @@ typedef struct int cluster_last_hb_ver; // Heartbeat version last seen from master int cluster_num_changes; // Number of changes queued. + int cluster_mcast_ttl; // TTL for multicast packets int cluster_hb_interval; // How often to send a heartbeat. int cluster_hb_timeout; // How many missed heartbeats trigger an election. uint64_t cluster_table_version; // # state changes processed by cluster