[libvirt] [PATCHv2 05/14] event: rename confusing variable in test, remote drivers

John Ferlan jferlan at redhat.com
Tue Jan 7 14:20:24 UTC 2014



On 01/06/2014 05:27 PM, Eric Blake wrote:
> Since the introduction of network events, any driver that uses
> a single event state object to track both domain and network
> events should not include 'domain' in the name of that object.
> 
> * src/test/test_driver.c (_testConn):
> s/domainEventState/eventState/, and fix all callers.
> * src/remote/remote_driver.c (private_data): Likewise.
> (remoteDomainEventQueue): Rename to remoteEventQueue.
> (remoteDomainEvents): Rename to remoteEvents.
> 
> Signed-off-by: Eric Blake <eblake at redhat.com>
> ---
>  src/remote/remote_driver.c | 83 +++++++++++++++++++++-------------------------
>  src/test/test_driver.c     | 32 ++++++++----------
>  2 files changed, 50 insertions(+), 65 deletions(-)
> 

ACK  (mechanical)

John




More information about the libvir-list mailing list