On Tue, May 21, 2013 at 9:57 PM, Stefan Hajnoczi wrote:
> On Tue, May 07, 2013 at 01:46:55PM +0800, Liu Ping Fan wrote:
>> From: Liu Ping Fan
>>
>> Hub ports will run on multi-threads, so use lock to protect them.
>>
>> Signed-off-by: Liu Ping Fan
>> ---
>> net/hub.c | 25
On Tue, May 07, 2013 at 01:46:55PM +0800, Liu Ping Fan wrote:
> From: Liu Ping Fan
>
> Hub ports will run on multi-threads, so use lock to protect them.
>
> Signed-off-by: Liu Ping Fan
> ---
> net/hub.c | 25 -
> 1 files changed, 24 insertions(+), 1 deletions(-)
Does
From: Liu Ping Fan
Hub ports will run on multi-threads, so use lock to protect them.
Signed-off-by: Liu Ping Fan
---
net/hub.c | 25 -
1 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/net/hub.c b/net/hub.c
index df32074..812a6dc 100644
--- a/net/hub.c
+