vhost: set/reset device flags internally
[dpdk.git] / lib / librte_vhost / vhost_user / virtio-net-user.h
index 28213f3..cefec16 100644 (file)
@@ -54,12 +54,11 @@ void user_set_vring_kick(struct vhost_device_ctx, struct VhostUserMsg *);
 void user_set_protocol_features(struct vhost_device_ctx ctx,
                                uint64_t protocol_features);
 int user_set_log_base(struct vhost_device_ctx ctx, struct VhostUserMsg *);
-int user_send_rarp(struct VhostUserMsg *);
+int user_send_rarp(struct vhost_device_ctx ctx, struct VhostUserMsg *);
 
 int user_get_vring_base(struct vhost_device_ctx, struct vhost_vring_state *);
 
 int user_set_vring_enable(struct vhost_device_ctx ctx,
                          struct vhost_vring_state *state);
 
-void user_destroy_device(struct vhost_device_ctx);
 #endif