diff options
Diffstat (limited to 'pbrd')
| -rw-r--r-- | pbrd/pbr_main.c | 2 | ||||
| -rw-r--r-- | pbrd/pbr_zebra.h | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/pbrd/pbr_main.c b/pbrd/pbr_main.c index 360f5d6e09..c2a9298f37 100644 --- a/pbrd/pbr_main.c +++ b/pbrd/pbr_main.c @@ -56,7 +56,7 @@ struct zebra_privs_t pbr_privs = {  struct option longopts[] = { { 0 } };  /* Master of threads. */ -struct event_master *master; +struct event_loop *master;  /* SIGHUP handler. */  static void sighup(void) diff --git a/pbrd/pbr_zebra.h b/pbrd/pbr_zebra.h index 4d1768421f..ef844ef797 100644 --- a/pbrd/pbr_zebra.h +++ b/pbrd/pbr_zebra.h @@ -11,7 +11,7 @@ struct pbr_interface {  	char mapname[100];  }; -extern struct event_master *master; +extern struct event_loop *master;  extern void pbr_zebra_init(void);  | 
