command-line: add ovs_cmdl_ prefix
authorRussell Bryant <rbryant@redhat.com>
Mon, 16 Mar 2015 16:01:55 +0000 (12:01 -0400)
committerBen Pfaff <blp@nicira.com>
Mon, 16 Mar 2015 20:42:52 +0000 (13:42 -0700)
commit5f38375100dd1001c60b31aeb519d15b3b342d1b
tree5e3d16beaca5dfa317a918e3624b18a6b143d44f
parent9e0fa1f23861fc917b5b56bbee6864ba7f1b8756
command-line: add ovs_cmdl_ prefix

The coding style guidelines include the following:

  - Pick a unique name prefix (ending with an underscore) for each
    module, and apply that prefix to all of that module's externally
    visible names.  Names of macro parameters, struct and union members,
    and parameters in function prototypes are not considered externally
    visible for this purpose.

This patch adds the new prefix to the externally visible names.  This
makes it a bit more obvious what code is coming from common command
line handling code.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
27 files changed:
lib/command-line.c
lib/command-line.h
lib/daemon-unix.c
ovsdb/ovsdb-client.c
ovsdb/ovsdb-server.c
ovsdb/ovsdb-tool.c
tests/ovstest.c
tests/test-bitmap.c
tests/test-classifier.c
tests/test-cmap.c
tests/test-heap.c
tests/test-jsonrpc.c
tests/test-netflow.c
tests/test-ovsdb.c
tests/test-reconnect.c
tests/test-sflow.c
tests/test-util.c
tests/test-vconn.c
utilities/ovs-appctl.c
utilities/ovs-benchmark.c
utilities/ovs-dpctl.c
utilities/ovs-ofctl.c
utilities/ovs-testcontroller.c
utilities/ovs-vlan-bug-workaround.c
utilities/ovs-vsctl.c
vswitchd/ovs-vswitchd.c
vtep/vtep-ctl.c