diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-03-07 14:14:41 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-03-24 08:32:17 -0400 | 
| commit | cd9d0537411d0a74cd19ae36f6d3716c8ccbb4c1 (patch) | |
| tree | f97009b8971d71b4c05cbc0d00b98608efd40e44 /lib/bfd.h | |
| parent | ce50d11c4d89304825b614d63fe6d7bd8ad2d517 (diff) | |
*: Convert `struct event_master` to `struct event_loop`
Let's find a better name for it.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/bfd.h')
| -rw-r--r-- | lib/bfd.h | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -348,7 +348,7 @@ void bfd_sess_show(struct vty *vty, struct json_object *json,   * Initializes the BFD integration library. This function executes the   * following actions:   * - * - Copy the `struct event_master` pointer to use as "thread" to execute + * - Copy the `struct event_loop` pointer to use as "thread" to execute   *   the BFD session parameters installation.   * - Copy the `struct zclient` pointer to install its callbacks.   * - Initializes internal data structures. @@ -356,7 +356,7 @@ void bfd_sess_show(struct vty *vty, struct json_object *json,   * \param tm normally the daemon main thread event manager.   * \param zc the zebra client of the daemon.   */ -void bfd_protocol_integration_init(struct zclient *zc, struct event_master *tm); +void bfd_protocol_integration_init(struct zclient *zc, struct event_loop *tm);  /**   * BFD session registration arguments.  | 
