Re: [ovs-dev] [PATCH monitor_cond V2 09/12] ovsdb: look for monitor id on all jsonrpc monitor sessions

2016-01-22 Thread Liran Schour
Andy Zhou wrote on 22/01/2016 05:33:49 AM: > On Sat, Jan 16, 2016 at 12:16 AM, Liran Schour wrote: > That will be used later to issue "monitor_cond_change" command. > This commit message is the same as the last patch. I don't think it > explains the reason for this patch. > Signed-off-by: Li

Re: [ovs-dev] [PATCH monitor_cond V2 09/12] ovsdb: look for monitor id on all jsonrpc monitor sessions

2016-01-21 Thread Andy Zhou
On Sat, Jan 16, 2016 at 12:16 AM, Liran Schour wrote: > That will be used later to issue "monitor_cond_change" command. > > This commit message is the same as the last patch. I don't think it explains the reason for this patch. > Signed-off-by: Liran Schour > --- > ovsdb/jsonrpc-server.c | 17

[ovs-dev] [PATCH monitor_cond V2 09/12] ovsdb: look for monitor id on all jsonrpc monitor sessions

2016-01-16 Thread Liran Schour
That will be used later to issue "monitor_cond_change" command. Signed-off-by: Liran Schour --- ovsdb/jsonrpc-server.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/ovsdb/jsonrpc-server.c b/ovsdb/jsonrpc-server.c index 3d898bb..c5aad17 100644 --- a/ovsdb/