]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen/public: add missing Xenstore commands to xs_wire.h
authorJuergen Gross <jgross@suse.com>
Thu, 6 Mar 2025 13:03:51 +0000 (14:03 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 6 Mar 2025 13:03:51 +0000 (14:03 +0100)
The GET_FEATURE, SET_FEATURE, GET_QUOTA and SET_QUOTA Xenstore commands
are defined in docs/misc/xenstore.txt, but they are missing in
xs_wire.h.

Add the missing commands to xs_wire.h

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/include/public/io/xs_wire.h

index 0d9f49ac894d7dcf3fc09fd4e4fd431925d56621..e92a87a07b362f0732f4d689308ad415d467b2fe 100644 (file)
@@ -35,6 +35,10 @@ enum xsd_sockmsg_type
     /* XS_RESTRICT has been removed */
     XS_RESET_WATCHES = XS_SET_TARGET + 2,
     XS_DIRECTORY_PART,
+    XS_GET_FEATURE,
+    XS_SET_FEATURE,
+    XS_GET_QUOTA,
+    XS_SET_QUOTA,
 
     XS_TYPE_COUNT,      /* Number of valid types. */