From 9303de0c945f5d6f83162824851369b186cb5732 Mon Sep 17 00:00:00 2001 From: Xiaolong Ye Date: Tue, 15 Jan 2019 14:48:13 +0800 Subject: [PATCH] vhost: remove unused function prototype vhost_user_host_notifier_ctrl is not existed anymore, its statement in header file should be removed accordingly. Fixes: 43f34e35663f ("vhost: provide helper for host notifier ctrl") Signed-off-by: Xiaolong Ye Reviewed-by: Tiwei Bie --- lib/librte_vhost/vhost_user.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_vhost/vhost_user.h b/lib/librte_vhost/vhost_user.h index dc97be8436..2a650fe4bc 100644 --- a/lib/librte_vhost/vhost_user.h +++ b/lib/librte_vhost/vhost_user.h @@ -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, -- 2.20.1