[libvirt] [PATCH 5/9] Define wire protocol format for vol zeroing

Eric Blake eblake at redhat.com
Tue Mar 2 23:33:19 UTC 2010


According to David Allan on 3/2/2010 3:13 PM:
>  bool_t
> +xdr_remote_storage_vol_zero_out_args (XDR *xdrs, remote_storage_vol_zero_out_args *objp)
> +{
> +
> +         if (!xdr_remote_nonnull_storage_vol (xdrs, &objp->vol))
> +                 return FALSE;
> +         if (!xdr_u_int (xdrs, &objp->flags))
> +                 return FALSE;
> +        return TRUE;

Funky indentation.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 320 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100302/f5afc6ae/attachment-0001.sig>


More information about the libvir-list mailing list