summary refs log tree commit diff stats
path: root/include/qemu/vhost-user-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/vhost-user-server.h')
-rw-r--r--include/qemu/vhost-user-server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/vhost-user-server.h b/include/qemu/vhost-user-server.h
index 64ad701015..0417ec0533 100644
--- a/include/qemu/vhost-user-server.h
+++ b/include/qemu/vhost-user-server.h
@@ -45,6 +45,7 @@ typedef struct {
     /* Protected by ctx lock */
     bool in_qio_channel_yield;
     bool wait_idle;
+    bool quiescing;
     VuDev vu_dev;
     QIOChannel *ioc; /* The I/O channel with the client */
     QIOChannelSocket *sioc; /* The underlying data channel with the client */