ovn-controller: Rename init functions that just register IDL columns.
authorBen Pfaff <blp@nicira.com>
Sat, 18 Jul 2015 22:06:55 +0000 (15:06 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2015 17:11:53 +0000 (10:11 -0700)
commit4a5a9e0640fb9e0d11067194bdb9f8e5300a8668
tree1102da2cd76327f9df9baeded79dc4e006aff519
parent30a4256fd082e65fb3c45d44f107bbdad2230cae
ovn-controller: Rename init functions that just register IDL columns.

The generic *_init() names for these functions made it sounds like they
do something more than just register IDL columns, even though that's all
they do.  Also, the controller_ctx that was passed into each of them was
only used to get the IDL handle.  This commit renames them and changes
their parameter type to simplify and make all of this clearer.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
ovn/controller/binding.c
ovn/controller/binding.h
ovn/controller/chassis.c
ovn/controller/chassis.h
ovn/controller/encaps.c
ovn/controller/encaps.h
ovn/controller/ovn-controller.c
ovn/controller/physical.c
ovn/controller/physical.h