From 534b3d09958fdc4df64872c2ab19feb4b1eebc5a Mon Sep 17 00:00:00 2001 From: Juergen Gross Date: Sun, 11 Oct 2020 14:24:01 +0200 Subject: [PATCH] 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 Acked-by: Wei Liu --- 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) -- 2.30.2