projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b810a9
)
tools/libs/store: add disclaimer to header file regarding ignored options
author
Juergen Gross
<jgross@suse.com>
Sun, 11 Oct 2020 12:24:01 +0000
(14:24 +0200)
committer
Wei Liu
<wl@xen.org>
Sun, 11 Oct 2020 20:59:51 +0000
(20:59 +0000)
Add a disclaimer to the libxenstore header file that all of the open
flags (socket only connection, read only connection) are ignored.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libs/store/include/xenstore.h
patch
|
blob
|
history
diff --git
a/tools/libs/store/include/xenstore.h
b/tools/libs/store/include/xenstore.h
index 158e69ef83591520f0c3f76c9ac1a9d8c6fb7d5e..2b3f69fb61d3434f00dbc7870739258c81882d2a 100644
(file)
--- a/
tools/libs/store/include/xenstore.h
+++ b/
tools/libs/store/include/xenstore.h
@@
-23,6
+23,7
@@
#define XBT_NULL 0
+/* Following open flags are deprecated and ignored! */
#define XS_OPEN_READONLY (1UL<<0)
#define XS_OPEN_SOCKETONLY (1UL<<1)