Break passive vconns out into separate pvconn routines and data structures.
[openvswitch] / switch / datapath.h
index 6914782f6edfe0d16feb5f9e8d8a9f774f4bc055..b2c0f5077ff36208442a776e62e2c1a83f45f7f3 100644 (file)
 
 struct datapath;
 struct rconn;
-struct vconn;
+struct pvconn;
 
 int dp_new(struct datapath **, uint64_t dpid, struct rconn *);
 int dp_add_port(struct datapath *, const char *netdev);
-void dp_add_listen_vconn(struct datapath *, struct vconn *);
+void dp_add_listen_pvconn(struct datapath *, struct pvconn *);
 void dp_run(struct datapath *);
 void dp_wait(struct datapath *);