daemon: Define daemon options enums the same way as other option enums.
authorBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 20:39:15 +0000 (12:39 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 7 Feb 2011 20:50:19 +0000 (12:50 -0800)
commit8274ae959ac0b158c3e3206b3810af608fb93785
tree124a8644950a1b2ba571d157244b98d6ebf810df
parent0a6f55420508c31af9fe41aafdd26ce8462cc1be
daemon: Define daemon options enums the same way as other option enums.

Other modules that accept options use this style and I don't see a reason
for the daemon code to be different.  The style used by the daemon code
until now runs the risk of ending up with conflicting values accidentally,
which would be confusing.
lib/daemon.h
ovsdb/ovsdb-client.c
ovsdb/ovsdb-server.c
tests/test-jsonrpc.c
utilities/ovs-controller.c
utilities/ovs-discover.c
utilities/ovs-openflowd.c
vswitchd/ovs-brcompatd.c
vswitchd/ovs-vswitchd.c