list: Move contents of lib/list.h to include/openvswitch directory.
authorBen Warren <ben@skyportsystems.com>
Fri, 25 Mar 2016 21:10:20 +0000 (14:10 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 30 Mar 2016 20:01:09 +0000 (13:01 -0700)
commit9834a6039f4032fe6752fa165f870feda7dce9b1
tree29cc8abe2cc5d59072a63f2084f01accfc15de25
parent109c01b1ad136666b8a41e4c8e8b8593dc61b03b
list: Move contents of lib/list.h to include/openvswitch directory.

Most of the list code is properly namespaced, so is OK to move to the
global export directory.  Some "lib/util.h" code had to move to the
other directory as well, but I've tried to make that as small as
possible

Signed-off-by: Ben Warren <ben@skyportsystems.com>
Acked-by: Ryan Moats <rmoats@us.ibm.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
include/openvswitch/list.h
include/openvswitch/util.h
lib/list.h
lib/util.h
tests/test-list.c