Add generic netlink infrastructure

This commit is contained in:
Samuel Thibault 2023-04-18 01:07:25 +02:00
parent 60329986b2
commit 5db476bb6e
3 changed files with 86 additions and 4 deletions

View file

@ -1038,6 +1038,7 @@ extern struct Tstats *_statistics;
extern in_addr_t my_address;
extern int clifd;
extern int rtnlfd;
extern int genlfd;
extern int epollfd;
extern FILE *log_stream;