From: Ky Srinivasan Date: Fri, 17 Dec 2010 01:35:00 +0000 (-0700) Subject: Connector: Add an index to support key/value pair (KVP) functionality X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=a0a5b676401ee97a295dd9fcd7a374e883d48a8a;p=linux-edison.git Connector: Add an index to support key/value pair (KVP) functionality Added a connector index to support key value/pair (KVP) functionality for Linux guests hosted on a HyperV platform. Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/connector.h b/include/linux/connector.h index 7e8ca75d2da..2e9759cdd27 100644 --- a/include/linux/connector.h +++ b/include/linux/connector.h @@ -42,8 +42,9 @@ #define CN_VAL_DM_USERSPACE_LOG 0x1 #define CN_IDX_DRBD 0x8 #define CN_VAL_DRBD 0x1 +#define CN_KVP_IDX 0x9 /* HyperV KVP */ -#define CN_NETLINK_USERS 8 +#define CN_NETLINK_USERS 9 /* * Maximum connector's message size.