summaryrefslogtreecommitdiff
path: root/sharpd/sharp_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sharpd/sharp_main.c')
-rw-r--r--sharpd/sharp_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c
index a646c313e4..d7783b6fc7 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,
@@ -181,7 +181,7 @@ int main(int argc, char **argv, char **envp)
sharp_global_init();
sharp_nhgroup_init();
- vrf_init(NULL, NULL, NULL, NULL, NULL);
+ vrf_init(NULL, NULL, NULL, NULL);
sharp_zebra_init();