|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 8/8] tools/xenstored: make XENSTORE_SERVER_FEATURE_WATCHDEPTH available
Add XENSTORE_SERVER_FEATURE_WATCHDEPTH to the available features now that all needed support has been added. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> --- tools/xenstored/domain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/xenstored/domain.c b/tools/xenstored/domain.c index 1fe8abbea9..d02ac247c5 100644 --- a/tools/xenstored/domain.c +++ b/tools/xenstored/domain.c @@ -43,7 +43,8 @@ #include <mini-os/xenbus.h> #endif -#define XENSTORE_FEATURES XENSTORE_SERVER_FEATURE_ERROR +#define XENSTORE_FEATURES (XENSTORE_SERVER_FEATURE_ERROR | \ + XENSTORE_SERVER_FEATURE_WATCHDEPTH) static xenmanage_handle *xm_handle; xengnttab_handle **xgt_handle; -- 2.53.0
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |