ofproto: Bundle all controller-related settings into a struct.
authorBen Pfaff <blp@nicira.com>
Tue, 20 Apr 2010 17:05:57 +0000 (10:05 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 20 Apr 2010 18:01:44 +0000 (11:01 -0700)
commit79c9f2ee7883b52860c76c3730725f5731402874
tree3e67694ef36566e35e66efbaf92e393afcc9065c
parent0ade584ebe8ca1a1de92fb7422566726f276918c
ofproto: Bundle all controller-related settings into a struct.

Many ofproto settings are controller-related.  Upcoming commits will add
to ofproto the ability to support multiple controllers, so it is important
to be able to refer to controller settings as a group.  Hence, this commit
bundles them into a new "struct ofproto_controller".
ofproto/discovery.c
ofproto/discovery.h
ofproto/ofproto.c
ofproto/ofproto.h
ofproto/pinsched.c
ofproto/pinsched.h
ofproto/status.c
utilities/ovs-openflowd.c
vswitchd/bridge.c