mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Fix declaration of shared global variables async_*
In a header file write it with extern keyword. And in one of the *.c file declare it without extern keyword.
This commit is contained in:
parent
925aa14912
commit
18c53c4567
@ -2071,6 +2071,7 @@ watchdog_stop(void)
|
|||||||
|
|
||||||
volatile int async_config_flag; /* Asynchronous reconfiguration/dump scheduled */
|
volatile int async_config_flag; /* Asynchronous reconfiguration/dump scheduled */
|
||||||
volatile int async_dump_flag;
|
volatile int async_dump_flag;
|
||||||
|
volatile int async_shutdown_flag;
|
||||||
|
|
||||||
void
|
void
|
||||||
io_init(void)
|
io_init(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user