From 2453d15dbf7fff2d897c2182886486732be8ac35 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sun, 11 Dec 2022 11:20:40 -0500 Subject: *: Convert struct thread_master to struct event_master and it's ilk Convert the `struct thread_master` to `struct event_master` across the code base. Signed-off-by: Donald Sharp --- nhrpd/nhrpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nhrpd/nhrpd.h') diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h index 942822271..10e881235 100644 --- a/nhrpd/nhrpd.h +++ b/nhrpd/nhrpd.h @@ -19,7 +19,7 @@ DECLARE_MGROUP(NHRPD); #define NHRP_VTY_PORT 2610 #define NHRP_DEFAULT_CONFIG "nhrpd.conf" -extern struct thread_master *master; +extern struct event_master *master; enum { NHRP_OK = 0, NHRP_ERR_FAIL, -- cgit v1.2.3