mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Synchronize signals to the main select/event/timer loop.
Parse command line options.
This commit is contained in:
@@ -9,8 +9,16 @@
|
||||
#ifndef _BIRD_UNIX_H_
|
||||
#define _BIRD_UNIX_H_
|
||||
|
||||
/* main.c */
|
||||
|
||||
void async_config(void);
|
||||
void async_dump(void);
|
||||
|
||||
/* io.c */
|
||||
|
||||
volatile int async_config_flag;
|
||||
volatile int async_dump_flag;
|
||||
|
||||
void io_init(void);
|
||||
void io_loop(void);
|
||||
void fill_in_sockaddr(struct sockaddr_in *sa, ip_addr a, unsigned port);
|
||||
|
Reference in New Issue
Block a user