summaryrefslogtreecommitdiff
path: root/pathd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-11-11 14:28:54 -0500
committerDonald Sharp <sharpd@nvidia.com>2021-11-11 14:41:27 -0500
commit7cc91e67a3f4dc16bec63fbaac097719d401a578 (patch)
tree1e003886f820d89f3d37ad9d2de6f33636f5d19f /pathd
parent7347a4859d4b984cea0aef769a16622d3f02e44f (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 'pathd')
-rw-r--r--pathd/path_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_main.c b/pathd/path_main.c
index 7b702cca31..0a71c80ef0 100644
--- a/pathd/path_main.c
+++ b/pathd/path_main.c
@@ -83,7 +83,7 @@ static void sigusr1(void)
zlog_rotate();
}
-struct quagga_signal_t path_signals[] = {
+struct frr_signal_t path_signals[] = {
{
.signal = SIGHUP,
.handler = &sighup,