diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 14:28:54 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 14:41:27 -0500 | 
| commit | 7cc91e67a3f4dc16bec63fbaac097719d401a578 (patch) | |
| tree | 1e003886f820d89f3d37ad9d2de6f33636f5d19f /ldpd/ldpe.c | |
| parent | 7347a4859d4b984cea0aef769a16622d3f02e44f (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 'ldpd/ldpe.c')
| -rw-r--r-- | ldpd/ldpe.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/ldpe.c b/ldpd/ldpe.c index fff7ee7c67..31f8026e3f 100644 --- a/ldpd/ldpe.c +++ b/ldpd/ldpe.c @@ -82,7 +82,7 @@ sigint(void)  	ldpe_shutdown();  } -static struct quagga_signal_t ldpe_signals[] = +static struct frr_signal_t ldpe_signals[] =  {  	{  		.signal = SIGHUP,  | 
