Re: [ovs-dev] [PATCH v3] Allow subclasses of Idl to define a notification hook

2015-04-27 Thread Ben Pfaff
On Sat, Apr 25, 2015 at 02:57:44PM -0500, Terry Wilson wrote: > It is useful to make the notification events that Idl processes > accessible to users of the library. This will make it possible to > keep external systems in sync, but does not impose any particular > notification pattern. > > The Ro

[ovs-dev] [PATCH v3] Allow subclasses of Idl to define a notification hook

2015-04-25 Thread Terry Wilson
It is useful to make the notification events that Idl processes accessible to users of the library. This will make it possible to keep external systems in sync, but does not impose any particular notification pattern. The Row.from_json() call is added to be able to convert the 'old' JSON response