]> err.no Git - linux-2.6/blobdiff - include/linux/netlink.h
[PATCH] I2O: Adaptec specific SG_IO access, firmware access through sysfs and 2400A...
[linux-2.6] / include / linux / netlink.h
index e38407a23d04bd0ac0706fd23774fc502cbda85f..3029cad63a013b5301c9f026b9771e156f229816 100644 (file)
@@ -14,6 +14,7 @@
 #define NETLINK_SELINUX                7       /* SELinux event notifications */
 #define NETLINK_ARPD           8
 #define NETLINK_AUDIT          9       /* auditing */
+#define NETLINK_FIB_LOOKUP     10      
 #define NETLINK_ROUTE6         11      /* af_inet6 route comm channel */
 #define NETLINK_IP6_FW         13
 #define NETLINK_DNRTMSG                14      /* DECnet routing messages */
@@ -146,7 +147,7 @@ struct netlink_callback
        int             (*dump)(struct sk_buff * skb, struct netlink_callback *cb);
        int             (*done)(struct netlink_callback *cb);
        int             family;
-       long            args[4];
+       long            args[5];
 };
 
 struct netlink_notify