From ce876b2ff6d01b5c6f488836dad92807bef735ef Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 13 Jul 2011 21:59:55 +0200 Subject: pingu_netlink: monitor link status of interfaces via netlink --- pingu_netlink.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pingu_netlink.h (limited to 'pingu_netlink.h') diff --git a/pingu_netlink.h b/pingu_netlink.h new file mode 100644 index 0000000..79fd673 --- /dev/null +++ b/pingu_netlink.h @@ -0,0 +1,8 @@ +#ifndef PINGU_NETLINK_H +#define PINGU_NETLINK_H + +#include + +int kernel_init(struct ev_loop *loop); + +#endif -- cgit v1.2.3