chiark / gitweb /
Import release 0.1.7
[secnet.git] / netlink.h
index 077e828ef6c6c246efd5a481c9e5d06da1672c22..f3f43d5f5f3b564a108e005afe838a300b27b768 100644 (file)
--- a/netlink.h
+++ b/netlink.h
@@ -1,6 +1,8 @@
 #ifndef netlink_h
 #define netlink_h
 
+#include "ipaddr.h"
+
 #define DEFAULT_BUFSIZE 2048
 #define DEFAULT_MTU 1000
 #define ICMP_BUFSIZE 1024
@@ -21,6 +23,7 @@ struct netlink_route {
     bool_t allow_route;
     bool_t up;
     bool_t kup;
+    uint32_t quality; /* provided by client */
     struct netlink_client *c;
 };