ipv4: don't remove /proc/net/rt_acct
[safe/jmp/linux-2.6] / include / linux / connector.h
index 545728e..72ba63e 100644 (file)
@@ -43,6 +43,8 @@
 #define CN_DST_VAL                     0x1
 #define CN_IDX_DM                      0x7     /* Device Mapper */
 #define CN_VAL_DM_USERSPACE_LOG                0x1
+#define CN_IDX_DRBD                    0x8
+#define CN_VAL_DRBD                    0x1
 
 #define CN_NETLINK_USERS               8
 
@@ -132,9 +134,6 @@ struct cn_callback_id {
 };
 
 struct cn_callback_data {
-       void (*destruct_data) (void *);
-       void *ddata;
-
        struct sk_buff *skb;
        void (*callback) (struct cn_msg *, struct netlink_skb_parms *);