Skip to content

Commit

Permalink
Connector: Add an index to support key/value pair (KVP) functionality
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ky Srinivasan authored and Greg Kroah-Hartman committed Jan 20, 2011
1 parent c56eb8f commit a0a5b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a0a5b67

Please sign in to comment.