Break passive vconns out into separate pvconn routines and data structures.
authorBen Pfaff <blp@nicira.com>
Thu, 11 Sep 2008 22:12:46 +0000 (15:12 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 15 Sep 2008 21:29:53 +0000 (14:29 -0700)
commit553dfa572d77bff616b1ea88d90eef266d202954
treebd0c514ab39b487abd61cfa1feacfad31ac1689f
parent9fe9a47916b38646a30bbceb60c7a2b7caba1112
Break passive vconns out into separate pvconn routines and data structures.

There really was nothing in common between the active and passive vconns.
This arrangement makes more sense.
14 files changed:
controller/controller.c
include/vconn-provider.h
include/vconn-stream.h
include/vconn.h
lib/rconn.c
lib/vconn-ssl.c
lib/vconn-stream.c
lib/vconn-tcp.c
lib/vconn-unix.c
lib/vconn.c
secchan/secchan.c
switch/datapath.c
switch/datapath.h
switch/switch.c