Re: [ovs-dev] [seq 3/5] ovs-thread: New function ovsthread_id_self()

2013-08-07 Thread Kais Belgaied
Changes look fine by me. Kais. On Tue, Aug 6, 2013 at 4:56 PM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff > --- > lib/ovs-thread.c | 33 - > lib/ovs-thread.h | 17 + > 2 files changed, 49 insertions(+), 1 deletion(-) > > diff --git a/lib/o

[ovs-dev] [seq 3/5] ovs-thread: New function ovsthread_id_self()

2013-08-06 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/ovs-thread.c | 33 - lib/ovs-thread.h | 17 + 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/lib/ovs-thread.c b/lib/ovs-thread.c index d0ec9ec..055d66a 100644 --- a/lib/ovs-thread.c +++ b/lib/ovs-