On Sat, Jun 6, 2015 at 2:29 PM, Ben Pfaff wrote:
> On Mon, Jun 01, 2015 at 12:30:02AM -0700, Andy Zhou wrote:
>> Add ovsdb_monitor_add_jsonrpc_monitor(). This change will allow
>> ovsdb_monitor to be reference counted.
>>
>> Signed-off-by: Andy Zhou
>> Acked-by: Ben Pfaff
>>
>> ---
>> v1->v2: st
On Mon, Jun 01, 2015 at 12:30:02AM -0700, Andy Zhou wrote:
> Add ovsdb_monitor_add_jsonrpc_monitor(). This change will allow
> ovsdb_monitor to be reference counted.
>
> Signed-off-by: Andy Zhou
> Acked-by: Ben Pfaff
>
> ---
> v1->v2: style fixes
> v2->v3: no change
> v3->v4: Fix a bug that int
Add ovsdb_monitor_add_jsonrpc_monitor(). This change will allow
ovsdb_monitor to be reference counted.
Signed-off-by: Andy Zhou
Acked-by: Ben Pfaff
---
v1->v2: style fixes
v2->v3: no change
v3->v4: Fix a bug that introduced memory leak. With this fix, this patch
becomes trival, and could be mer