diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 14:28:54 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 14:41:27 -0500 | 
| commit | 7cc91e67a3f4dc16bec63fbaac097719d401a578 (patch) | |
| tree | 1e003886f820d89f3d37ad9d2de6f33636f5d19f /nhrpd | |
| parent | 7347a4859d4b984cea0aef769a16622d3f02e44f (diff) | |
*: Convert quagga_signal_X to frr_signal_X
Naming functions/data structures more appropriately for
the project we are actually in.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'nhrpd')
| -rw-r--r-- | nhrpd/nhrp_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_main.c b/nhrpd/nhrp_main.c index 4c98f02e1d..d8f14a3fc0 100644 --- a/nhrpd/nhrp_main.c +++ b/nhrpd/nhrp_main.c @@ -101,7 +101,7 @@ static void nhrp_request_stop(void)  	exit(0);  } -static struct quagga_signal_t sighandlers[] = { +static struct frr_signal_t sighandlers[] = {  	{  		.signal = SIGUSR1,  		.handler = &nhrp_sigusr1,  | 
