[libvirt] [PATCH] Change some variable names to follow standard in daemon dispatcher

Laine Stump laine at laine.org
Wed Apr 13 19:24:47 UTC 2011


On 04/13/2011 02:14 PM, Daniel P. Berrange wrote:
> Replace some occurrances of
>
>    virDomainPtr domain;
>    virNetworkPtr network;
>
> With
>
>    virDomainPtr dom;
>    virNetworkPtr net;
>
> * daemon/remote.c: Fix variable naming to follow standard
> ---
>   daemon/remote.c |  194 +++++++++++++++++++++++++++---------------------------
>   1 files changed, 97 insertions(+), 97 deletions(-)

(doing the last one first to avoid clashing with someone else starting 
from the front :-)

ACK. I double checked them all, and assume you did a recompile for the 
triple.




More information about the libvir-list mailing list