aboutsummaryrefslogtreecommitdiff
path: root/include/net/vhost-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/vhost-user.h')
-rw-r--r--include/net/vhost-user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/vhost-user.h b/include/net/vhost-user.h
index 85109f63aa..efae35d57e 100644
--- a/include/net/vhost-user.h
+++ b/include/net/vhost-user.h
@@ -13,5 +13,6 @@
struct vhost_net;
struct vhost_net *vhost_user_get_vhost_net(NetClientState *nc);
+uint64_t vhost_user_get_acked_features(NetClientState *nc);
#endif /* VHOST_USER_H_ */