summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_main.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2021-11-13 04:35:27 +0100
committerGitHub <noreply@github.com>2021-11-13 04:35:27 +0100
commit3357afaa74c2d3e2dafb65397a666f5b46470f7e (patch)
tree460cedda577a74692bfde0a5f37c9e27c1b1ec76 /nhrpd/nhrp_main.c
parentMerge pull request #10045 from qlyoung/fix-pr-10006 (diff)
parent*: Cleanup some documentation from quagga->frr (diff)
downloadfrr-3357afaa74c2d3e2dafb65397a666f5b46470f7e.tar.xz
frr-3357afaa74c2d3e2dafb65397a666f5b46470f7e.zip
Merge pull request #10036 from donaldsharp/finally_frr
Finally frr
Diffstat (limited to 'nhrpd/nhrp_main.c')
-rw-r--r--nhrpd/nhrp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_main.c b/nhrpd/nhrp_main.c
index 4c98f02e1..d8f14a3fc 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,