Re: [ovs-dev] [PATCH 03/10] lib: Expose ovs_mutex and ovsthread_once in

2014-12-15 Thread Thomas Graf
On 12/11/14 at 06:47pm, Ben Pfaff wrote: > On Tue, Dec 09, 2014 at 07:28:54PM +0100, Thomas Graf wrote: > > This picks the ovs_mutex and ovsthread_once API from lib/ovs-thread.h > > and exposes it in . > > > > Signed-off-by: Thomas Graf > > This adds a plain #include "util.h" into openvswitch/th

Re: [ovs-dev] [PATCH 03/10] lib: Expose ovs_mutex and ovsthread_once in

2014-12-11 Thread Ben Pfaff
On Tue, Dec 09, 2014 at 07:28:54PM +0100, Thomas Graf wrote: > This picks the ovs_mutex and ovsthread_once API from lib/ovs-thread.h > and exposes it in . > > Signed-off-by: Thomas Graf This adds a plain #include "util.h" into openvswitch/thread.h. I don't remember the include path search rules

[ovs-dev] [PATCH 03/10] lib: Expose ovs_mutex and ovsthread_once in

2014-12-09 Thread Thomas Graf
This picks the ovs_mutex and ovsthread_once API from lib/ovs-thread.h and exposes it in . Signed-off-by: Thomas Graf --- include/openvswitch/automake.mk | 1 + include/openvswitch/thread.h| 137 lib/ovs-thread.h| 112 +---