Add netlink fd polling.

Signed-off-by: Benjamin Cama <benoar@dolka.fr>
This commit is contained in:
Benjamin Cama 2011-08-16 17:19:42 +02:00
parent 5cd5238b2f
commit 7bdb42fe54
2 changed files with 40 additions and 6 deletions

View file

@ -935,6 +935,7 @@ struct event_data {
FD_TYPE_DAE,
FD_TYPE_RADIUS,
FD_TYPE_BGP,
FD_TYPE_NETLINK,
} type;
int index; // for RADIUS, BGP
};