[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] tools/libs/store: add disclaimer to header file regarding ignored options
On Sun, Oct 11, 2020 at 02:24:01PM +0200, Juergen Gross wrote: > 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 + applied. > --- > 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.26.2 >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |