]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost_user.h
vhost: remove unused function prototype
[dpdk.git] / lib / librte_vhost / vhost_user.h
index dc97be84363c5a3f8b0d24a608036e3257c343e7..2a650fe4bcc3dfe245a3179f3ec36b400d75042d 100644 (file)
@@ -148,7 +148,6 @@ typedef struct VhostUserMsg {
 /* vhost_user.c */
 int vhost_user_msg_handler(int vid, int fd);
 int vhost_user_iotlb_miss(struct virtio_net *dev, uint64_t iova, uint8_t perm);
-int vhost_user_host_notifier_ctrl(int vid, bool enable);
 
 /* socket.c */
 int read_fd_message(int sockfd, char *buf, int buflen, int *fds, int max_fds,