Add the ability to connect to a vconn asynchronously.
[sliver-openvswitch.git] / include / vlog-socket.h
index 90ec97c..2c41e24 100644 (file)
@@ -26,8 +26,6 @@
 struct vlog_server;
 int vlog_server_listen(const char *path, struct vlog_server **);
 void vlog_server_close(struct vlog_server *);
-int vlog_server_get_fd(const struct vlog_server *);
-void vlog_server_poll(struct vlog_server *);
 
 /* Client for Vlog control connection. */
 struct vlog_client;