rconn: Drop 'name' arg to rconn_new_from_vconn(), rconn_connect_unreliably().
authorBen Pfaff <blp@nicira.com>
Thu, 3 Jun 2010 21:19:33 +0000 (14:19 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 8 Jun 2010 17:35:53 +0000 (10:35 -0700)
commit58bdd0925ede5e74060c972bdcbffa3ef03cbd50
tree1f9c74ff59e3ea799604fe62f8b351dc367d9023
parent05a35b57491f8a53283db17af44e0df5f25b333c
rconn: Drop 'name' arg to rconn_new_from_vconn(), rconn_connect_unreliably().

The 'name' argument to these functions is actively unhelpful, because none
of the callers provided a better name than the one provided by
vconn_get_name().  So drop it.
lib/rconn.c
lib/rconn.h
ofproto/ofproto.c
utilities/ovs-controller.c