[libvirt] [PATCH 3/6] Add 'detail' arg to network lifecycle event internals

Michal Privoznik mprivozn at redhat.com
Thu Dec 12 18:48:24 UTC 2013


On 11.12.2013 16:28, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> While the public API & wire protocol included the 'detail'
> arg for network lifecycle events, the internal event handling
> code did not process it. This meant that if a future libvirtd
> server starts sending non-0 'detail' args, the current libvirt
> client will not process them.
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/conf/network_event.c    |  7 +++++--
>  src/conf/network_event.h    |  3 ++-
>  src/network/bridge_driver.c | 15 ++++++++++-----
>  src/remote/remote_driver.c  |  2 +-
>  src/test/test_driver.c      | 15 ++++++++++-----
>  5 files changed, 28 insertions(+), 14 deletions(-)

ACK

Michal




More information about the libvir-list mailing list