[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] tools/libs/store: add disclaimer to header file regarding ignored options
commit 534b3d09958fdc4df64872c2ab19feb4b1eebc5a Author: Juergen Gross <jgross@xxxxxxxx> AuthorDate: Sun Oct 11 14:24:01 2020 +0200 Commit: Wei Liu <wl@xxxxxxx> CommitDate: Sun Oct 11 20:59:51 2020 +0000 tools/libs/store: add disclaimer to header file regarding ignored options 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@xxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> --- tools/libs/store/include/xenstore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libs/store/include/xenstore.h b/tools/libs/store/include/xenstore.h index 158e69ef83..2b3f69fb61 100644 --- 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) -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |