diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 20:28:54 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 20:41:27 +0100 |
commit | 7cc91e67a3f4dc16bec63fbaac097719d401a578 (patch) | |
tree | 1e003886f820d89f3d37ad9d2de6f33636f5d19f /sharpd | |
parent | Merge pull request #10006 from chiragshah6/evpn_dev (diff) | |
download | frr-7cc91e67a3f4dc16bec63fbaac097719d401a578.tar.xz frr-7cc91e67a3f4dc16bec63fbaac097719d401a578.zip |
*: 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 'sharpd')
-rw-r--r-- | sharpd/sharp_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c index a646c313e..8494f479c 100644 --- a/sharpd/sharp_main.c +++ b/sharpd/sharp_main.c @@ -94,7 +94,7 @@ static void sigusr1(void) zlog_rotate(); } -struct quagga_signal_t sharp_signals[] = { +struct frr_signal_t sharp_signals[] = { { .signal = SIGHUP, .handler = &sighup, |