aboutsummaryrefslogtreecommitdiff
path: root/include/system/vhost-user-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system/vhost-user-backend.h')
-rw-r--r--include/system/vhost-user-backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system/vhost-user-backend.h b/include/system/vhost-user-backend.h
index 5ed953c..5634ebd 100644
--- a/include/system/vhost-user-backend.h
+++ b/include/system/vhost-user-backend.h
@@ -43,6 +43,6 @@ struct VhostUserBackend {
int vhost_user_backend_dev_init(VhostUserBackend *b, VirtIODevice *vdev,
unsigned nvqs, Error **errp);
void vhost_user_backend_start(VhostUserBackend *b);
-void vhost_user_backend_stop(VhostUserBackend *b);
+int vhost_user_backend_stop(VhostUserBackend *b);
#endif