On Wed, Jul 17, 2013 at 05:46:01PM -0700, Ansis Atteka wrote:
> On Wed, Jul 17, 2013 at 5:03 PM, Ansis Atteka wrote:
>
> >
> >
> >
> > On Fri, Jul 12, 2013 at 2:54 PM, Ben Pfaff wrote:
> >
> >> The uses of vlog in this module are not thread-safe, because vlog itself
> >> is not yet thread-safe.
On Wed, Jul 17, 2013 at 5:03 PM, Ansis Atteka wrote:
>
>
>
> On Fri, Jul 12, 2013 at 2:54 PM, Ben Pfaff wrote:
>
>> The uses of vlog in this module are not thread-safe, because vlog itself
>> is not yet thread-safe.
>>
>> Signed-off-by: Ben Pfaff
>> ---
>> lib/netlink-socket.c | 24 +
On Fri, Jul 12, 2013 at 2:54 PM, Ben Pfaff wrote:
> The uses of vlog in this module are not thread-safe, because vlog itself
> is not yet thread-safe.
>
> Signed-off-by: Ben Pfaff
> ---
> lib/netlink-socket.c | 24 +++-
> lib/netlink-socket.h |6 ++
> 2 files chang
The uses of vlog in this module are not thread-safe, because vlog itself
is not yet thread-safe.
Signed-off-by: Ben Pfaff
---
lib/netlink-socket.c | 24 +++-
lib/netlink-socket.h |6 ++
2 files changed, 25 insertions(+), 5 deletions(-)
diff --git a/lib/netlink-sock