diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-12-11 07:51:16 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-03-24 08:32:17 -0400 | 
| commit | de2754be3a2658363828eeb3a83579ad3bad0f99 (patch) | |
| tree | 425608f8acab16eb4914148f8262db241dd82edf /bgpd/bgp_keepalives.c | |
| parent | 2ccccdf5d0b5912afab9d5aad184013efc30fb48 (diff) | |
*: Convert thread_fetch and thread_call to event_fetch and event_call
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'bgpd/bgp_keepalives.c')
| -rw-r--r-- | bgpd/bgp_keepalives.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_keepalives.c b/bgpd/bgp_keepalives.c index 4e58773645..e0dea2aed4 100644 --- a/bgpd/bgp_keepalives.c +++ b/bgpd/bgp_keepalives.c @@ -162,7 +162,7 @@ void *bgp_keepalives_start(void *arg)  	/*  	 * The RCU mechanism for each pthread is initialized in a "locked"  	 * state. That's ok for pthreads using the frr_pthread, -	 * thread_fetch event loop, because that event loop unlocks regularly. +	 * event_fetch event loop, because that event loop unlocks regularly.  	 * For foreign pthreads, the lock needs to be unlocked so that the  	 * background rcu pthread can run.  	 */  | 
