projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56eb8f
)
Connector: Add an index to support key/value pair (KVP) functionality
author
Ky Srinivasan
<ksrinivasan@novell.com>
Fri, 17 Dec 2010 01:35:00 +0000
(18:35 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 20 Jan 2011 23:08:21 +0000
(15:08 -0800)
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>
include/linux/connector.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/connector.h
b/include/linux/connector.h
index 7e8ca75d2dadbcca7869bee745a6e60e2dd8f851..2e9759cdd27573c9f17041292ae0378b62df4bd8 100644
(file)
--- 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.