diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-12-25 10:26:52 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-03-24 08:32:17 -0400 | 
| commit | e16d030c65ca97b1ba68b93ada93b1d4edde59d3 (patch) | |
| tree | e3a57a2e2887a899cad71c0640047b2b2409b5fa /eigrpd/eigrp_update.c | |
| parent | 70d4d90c82f3fb4eb552438422afb79e29a4dca0 (diff) | |
*: Convert THREAD_XXX macros to EVENT_XXX macros
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'eigrpd/eigrp_update.c')
| -rw-r--r-- | eigrpd/eigrp_update.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_update.c b/eigrpd/eigrp_update.c index 1a0729d32b..fb39c6efdf 100644 --- a/eigrpd/eigrp_update.c +++ b/eigrpd/eigrp_update.c @@ -900,7 +900,7 @@ void eigrp_update_send_GR_thread(struct event *thread)  	struct eigrp_neighbor *nbr;  	/* get argument from thread */ -	nbr = THREAD_ARG(thread); +	nbr = EVENT_ARG(thread);  	/* remove this thread pointer */  	/* if there is packet waiting in queue,  | 
