Re: [ovs-dev] [v2 2/2] ovsdb-idl: Enhance conditional monitoring API

2017-01-09 Thread Andy Zhou
On Fri, Jan 6, 2017 at 4:17 PM, Ben Pfaff wrote: > On Fri, Jan 06, 2017 at 02:38:46PM -0800, Andy Zhou wrote: > > To allow client to know when the conditional monitoring changes > > has been accepted by the OVSDB server and the 'idl' contents has > > been updated to match the new conditions. > >

Re: [ovs-dev] [v2 2/2] ovsdb-idl: Enhance conditional monitoring API

2017-01-06 Thread Ben Pfaff
On Fri, Jan 06, 2017 at 02:38:46PM -0800, Andy Zhou wrote: > To allow client to know when the conditional monitoring changes > has been accepted by the OVSDB server and the 'idl' contents has > been updated to match the new conditions. > > Signed-off-by: Andy Zhou Acked-by: Ben Pfaff __

[ovs-dev] [v2 2/2] ovsdb-idl: Enhance conditional monitoring API

2017-01-06 Thread Andy Zhou
To allow client to know when the conditional monitoring changes has been accepted by the OVSDB server and the 'idl' contents has been updated to match the new conditions. Signed-off-by: Andy Zhou --- lib/ovsdb-idl.c| 44 +--- lib/ovsdb-idl.h| 7 ++