Re: [ovs-dev] [threads 05/23] memory: Add note about threaded usage to comment.

2013-07-22 Thread Alex Wang
Looks good to me, thanks, On Thu, Jul 18, 2013 at 4:15 PM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff > --- > lib/memory.c |5 - > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/lib/memory.c b/lib/memory.c > index 1137390..6c97e19 100644 > --- a/lib/memory.c > +++

[ovs-dev] [threads 05/23] memory: Add note about threaded usage to comment.

2013-07-18 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/memory.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/lib/memory.c b/lib/memory.c index 1137390..6c97e19 100644 --- a/lib/memory.c +++ b/lib/memory.c @@ -51,7 +51,10 @@ static void memory_init(void); /* Runs the memory monitor.