Imported Upstream version 16.07-rc4
[deb_dpdk.git] / lib / librte_vhost / vhost_user / fd_man.h
index 74ecde2..bd66ed1 100644 (file)
@@ -60,7 +60,7 @@ void fdset_init(struct fdset *pfdset);
 int fdset_add(struct fdset *pfdset, int fd,
        fd_cb rcb, fd_cb wcb, void *dat);
 
-void fdset_del(struct fdset *pfdset, int fd);
+void *fdset_del(struct fdset *pfdset, int fd);
 
 void fdset_event_dispatch(struct fdset *pfdset);