]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost_user/virtio-net-user.h
vhost: set/reset device flags internally
[dpdk.git] / lib / librte_vhost / vhost_user / virtio-net-user.h
index 559bb462b0838da2abfa44bf313a041de59ccf12..cefec1627e23cd2ceda578495c2eb8cfb38274d5 100644 (file)
@@ -54,7 +54,7 @@ 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 *);