diff options
Diffstat (limited to 'pathd')
| -rw-r--r-- | pathd/path_main.c | 2 | 
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,  | 
