summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
authorlefranc2010-06-14 12:47:57 +0000
committerlefranc2010-06-14 12:47:57 +0000
commitc6c0c5128709bd07cfeb4688dcaaf503085015d3 (patch)
treec56fde2bc08b02ff89a30a34675abf19887a6c66 /cleopatre
parent622e9aacd15e735c1b4bf46f79ed4f7202d8e640 (diff)
cleo/linux: add new MME netlink ID, refs #1618
- add NETLINK_PLC_MME - change NETLINK_PLC to NETLINK_PLC_DRV git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7206 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/include/linux/netlink.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/include/linux/netlink.h b/cleopatre/linux-2.6.25.10-spc300/include/linux/netlink.h
index 775e020adc..1fdacb75dd 100644
--- a/cleopatre/linux-2.6.25.10-spc300/include/linux/netlink.h
+++ b/cleopatre/linux-2.6.25.10-spc300/include/linux/netlink.h
@@ -14,7 +14,7 @@
#define NETLINK_SELINUX 7 /* SELinux event notifications */
#define NETLINK_ISCSI 8 /* Open-iSCSI */
#define NETLINK_AUDIT 9 /* auditing */
-#define NETLINK_FIB_LOOKUP 10
+#define NETLINK_FIB_LOOKUP 10
#define NETLINK_CONNECTOR 11
#define NETLINK_NETFILTER 12 /* netfilter subsystem */
#define NETLINK_IP6_FW 13
@@ -24,9 +24,10 @@
/* leave room for NETLINK_DM (DM Events) */
#define NETLINK_SCSITRANSPORT 18 /* SCSI Transports */
#define NETLINK_ECRYPTFS 19
-#define NETLINK_PLC 20
+#define NETLINK_PLC_DRV 20
+#define NETLINK_PLC_MME 21
-#define MAX_LINKS 32
+#define MAX_LINKS 32
struct net;