Re: [ovs-dev] [PATCH 07/10] lib: Expose struct ovs_list definition in

2014-12-15 Thread Thomas Graf
On 12/11/14 at 06:51pm, Ben Pfaff wrote: > On Tue, Dec 09, 2014 at 07:28:58PM +0100, Thomas Graf wrote: > > Expose the struct ovs_list definition in . Keep the > > list access API private for now. > > > > Signed-off-by: Thomas Graf > > Should we rename LIST_INITIALIZER? Good catch, will fix. Th

Re: [ovs-dev] [PATCH 07/10] lib: Expose struct ovs_list definition in

2014-12-11 Thread Ben Pfaff
On Tue, Dec 09, 2014 at 07:28:58PM +0100, Thomas Graf wrote: > Expose the struct ovs_list definition in . Keep the > list access API private for now. > > Signed-off-by: Thomas Graf Should we rename LIST_INITIALIZER? Acked-by: Ben Pfaff ___ dev mailin

[ovs-dev] [PATCH 07/10] lib: Expose struct ovs_list definition in

2014-12-09 Thread Thomas Graf
Expose the struct ovs_list definition in . Keep the list access API private for now. Signed-off-by: Thomas Graf --- include/openvswitch/automake.mk | 1 + include/openvswitch/list.h | 27 +++ lib/list.h | 9 + 3 files changed, 29 insert