lib: Expose struct ovs_list definition in <openvswitch/list.h>
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:16 +0000 (14:15 +0100)
commit55951e15e5603318219ea5efca160723bbb28111
treebd330cbac77f1a8e595fd2e0079d36aa7875eb3c
parentca6ba70092b1528e12d3140d70232175a13c335d
lib: Expose struct ovs_list definition in <openvswitch/list.h>

Expose the struct ovs_list definition in <openvswitch/list.h>. Keep the
list access API private for now.

Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Acked-by: Ben Pfaff <blp@nicira.com>
18 files changed:
include/openvswitch/automake.mk
include/openvswitch/list.h [new file with mode: 0644]
lib/guarded-list.h
lib/lacp.c
lib/list.h
lib/netdev-dpdk.c
lib/netdev-dummy.c
lib/ovs-thread.c
lib/process.c
lib/rculist.h
lib/rstp.c
lib/rtbsd.c
lib/stp.c
lib/vlog.c
lib/vlog.h
ofproto/ofproto-dpif-monitor.c
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto.c