diff options
Diffstat (limited to 'babeld/babel_main.c')
| -rw-r--r-- | babeld/babel_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/babel_main.c b/babeld/babel_main.c index b4087bb792..574a35887a 100644 --- a/babeld/babel_main.c +++ b/babeld/babel_main.c @@ -37,7 +37,7 @@ static void babel_exit_properly(void);  static void babel_save_state_file(void); -struct event_master *master;	  /* quagga's threads handler */ +struct event_loop *master;	  /* quagga's threads handler */  struct timeval babel_now;         /* current time             */  unsigned char myid[8];            /* unique id (mac address of an interface) */  | 
