diff options
Diffstat (limited to 'zebra/zebra_nhg.c')
| -rw-r--r-- | zebra/zebra_nhg.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_nhg.c b/zebra/zebra_nhg.c index 654cf50d49..f42c7a42d2 100644 --- a/zebra/zebra_nhg.c +++ b/zebra/zebra_nhg.c @@ -1683,7 +1683,7 @@ void zebra_nhg_hash_free_zero_id(struct hash_bucket *b, void *arg)  	}  } -static void zebra_nhg_timer(struct thread *thread) +static void zebra_nhg_timer(struct event *thread)  {  	struct nhg_hash_entry *nhe = THREAD_ARG(thread);  | 
