diff options
author | Ky Srinivasan <ksrinivasan@novell.com> | 2010-12-16 20:35:00 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-01-20 18:08:21 -0500 |
commit | a0a5b676401ee97a295dd9fcd7a374e883d48a8a (patch) | |
tree | fe7a5006a55b0863d3e6dcdd784d718d7b3f0d2e /include/linux/connector.h | |
parent | c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470 (diff) |
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 <ksrinivasan@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/connector.h')
-rw-r--r-- | include/linux/connector.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/connector.h b/include/linux/connector.h index 7e8ca75d2dad..2e9759cdd275 100644 --- a/include/linux/connector.h +++ b/include/linux/connector.h | |||
@@ -42,8 +42,9 @@ | |||
42 | #define CN_VAL_DM_USERSPACE_LOG 0x1 | 42 | #define CN_VAL_DM_USERSPACE_LOG 0x1 |
43 | #define CN_IDX_DRBD 0x8 | 43 | #define CN_IDX_DRBD 0x8 |
44 | #define CN_VAL_DRBD 0x1 | 44 | #define CN_VAL_DRBD 0x1 |
45 | #define CN_KVP_IDX 0x9 /* HyperV KVP */ | ||
45 | 46 | ||
46 | #define CN_NETLINK_USERS 8 | 47 | #define CN_NETLINK_USERS 9 |
47 | 48 | ||
48 | /* | 49 | /* |
49 | * Maximum connector's message size. | 50 | * Maximum connector's message size. |