list: Rename struct list to struct ovs_list
authorThomas Graf <tgraf@noironetworks.com>
Mon, 15 Dec 2014 13:10:38 +0000 (14:10 +0100)
committerThomas Graf <tgraf@noironetworks.com>
Mon, 15 Dec 2014 13:15:12 +0000 (14:15 +0100)
commitca6ba70092b1528e12d3140d70232175a13c335d
tree49c4bab3a1745a6d618582096e27b9ffaf8d8ffa
parent8c7be52d10a1e9a4745249a4a94540df13d847a3
list: Rename struct list to struct ovs_list

struct list is a common name and can't be used in public headers.

Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Acked-by: Ben Pfaff <blp@nicira.com>
70 files changed:
CodingStyle.md
lib/fat-rwlock.c
lib/fat-rwlock.h
lib/guarded-list.c
lib/guarded-list.h
lib/jsonrpc.c
lib/lacp.c
lib/list.h
lib/mac-learning.c
lib/mac-learning.h
lib/mcast-snooping.c
lib/mcast-snooping.h
lib/netdev-dpdk.c
lib/netdev-dummy.c
lib/netdev-provider.h
lib/netdev.c
lib/netlink-notifier.c
lib/nx-match.c
lib/ofp-msgs.c
lib/ofp-msgs.h
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
lib/ofpbuf.c
lib/ofpbuf.h
lib/ovs-numa.c
lib/ovs-rcu.c
lib/ovs-thread.c
lib/ovsdb-idl-provider.h
lib/ovsdb-idl.c
lib/process.c
lib/rconn.c
lib/rculist.h
lib/rstp-common.h
lib/rstp.c
lib/rtbsd.c
lib/rtbsd.h
lib/seq.c
lib/seq.h
lib/stp.c
lib/unixctl.c
lib/vconn.c
lib/vconn.h
lib/vlog.c
lib/vlog.h
ofproto/bond.c
ofproto/bundles.c
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/ofproto-dpif-ipfix.c
ofproto/ofproto-dpif-monitor.c
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/ofproto-dpif.h
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/pinsched.c
ofproto/pinsched.h
ovsdb/jsonrpc-server.c
ovsdb/ovsdb.h
ovsdb/row.h
ovsdb/server.h
ovsdb/transaction.c
ovsdb/trigger.h
tests/test-list.c
utilities/ovs-ofctl.c
utilities/ovs-vsctl.c
vswitchd/bridge.c
vtep/vtep-ctl.c