]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
tools/libs/store: add disclaimer to header file regarding ignored options
authorJuergen Gross <jgross@suse.com>
Sun, 11 Oct 2020 12:24:01 +0000 (14:24 +0200)
committerWei 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

index 158e69ef83591520f0c3f76c9ac1a9d8c6fb7d5e..2b3f69fb61d3434f00dbc7870739258c81882d2a 100644 (file)
@@ -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)