list: Rename all functions in list.h with ovs_ prefix.
authorBen Warren <ben@skyportsystems.com>
Fri, 25 Mar 2016 21:10:22 +0000 (14:10 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 30 Mar 2016 20:04:32 +0000 (13:04 -0700)
commit417e7e66e1217ab984ebb058fb3b469e77e216fc
tree664ef5b9af86bfdaa212dec9dd3162746a3df890
parentb19bab5b207da94c2f71b8df25fcfe47ee778a29
list: Rename all functions in list.h with ovs_ prefix.

This attempts to prevent namespace collisions with other list libraries

Signed-off-by: Ben Warren <ben@skyportsystems.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
67 files changed:
include/openvswitch/list.h
lib/dpif-netdev.c
lib/fat-rwlock.c
lib/guarded-list.c
lib/jsonrpc.c
lib/lacp.c
lib/lldp/lldp.c
lib/lldp/lldpd-structs.c
lib/lldp/lldpd.c
lib/lldp/lldpd.h
lib/mac-learning.c
lib/mcast-snooping.c
lib/netdev-dpdk.c
lib/netdev-dummy.c
lib/netdev.c
lib/netlink-notifier.c
lib/nx-match.c
lib/ofp-msgs.c
lib/ofp-parse.c
lib/ofp-util.c
lib/ofpbuf.c
lib/ovs-atomic.h
lib/ovs-lldp.c
lib/ovs-numa.c
lib/ovs-rcu.c
lib/ovs-thread.c
lib/ovsdb-idl.c
lib/process.c
lib/rconn.c
lib/rstp.c
lib/rtbsd.c
lib/seq.c
lib/seq.h
lib/stp.c
lib/tnl-ports.c
lib/tun-metadata.c
lib/unixctl.c
lib/vlog.c
ofproto/bond.c
ofproto/bundles.c
ofproto/connmgr.c
ofproto/ofproto-dpif-ipfix.c
ofproto/ofproto-dpif-rid.c
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/ofproto.c
ofproto/pinsched.c
ovn/controller/ofctrl.c
ovn/lib/expr.c
ovn/northd/ovn-northd.c
ovsdb/jsonrpc-server.c
ovsdb/monitor.c
ovsdb/ovsdb.c
ovsdb/row.c
ovsdb/server.c
ovsdb/transaction.c
ovsdb/trigger.c
tests/test-aa.c
tests/test-classifier.c
tests/test-list.c
tests/test-ovn.c
tests/test-ovsdb.c
utilities/ovs-ofctl.c
utilities/ovs-vsctl.c
vswitchd/bridge.c
vtep/vtep-ctl.c