[libvirt] [PATCH v3 06/13] Wire protocol format

Daniel Veillard veillard at redhat.com
Wed Dec 16 15:24:51 UTC 2009


On Wed, Dec 16, 2009 at 12:04:03AM +0100, Jiri Denemark wrote:
> 
> Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
> ---
>  src/remote/remote_protocol.x |   12 +++++++++++-
>  1 files changed, 11 insertions(+), 1 deletions(-)
> 
> diff --git a/src/remote/remote_protocol.x b/src/remote/remote_protocol.x
> index 92f7010..3d7ac45 100644
> --- a/src/remote/remote_protocol.x
> +++ b/src/remote/remote_protocol.x
> @@ -1433,6 +1433,15 @@ struct remote_interface_is_active_ret {
>  };
>  
>  
> +struct remote_cpu_compare_args {
> +    remote_nonnull_string xml;
> +};
> +
> +struct remote_cpu_compare_ret {
> +    int result;
> +};
> +
> +
>  /*----- Protocol. -----*/
>  
>  /* Define the program number, protocol version and procedure numbers here. */
> @@ -1611,7 +1620,8 @@ enum remote_procedure {
>      REMOTE_PROC_STORAGE_POOL_IS_ACTIVE = 154,
>      REMOTE_PROC_STORAGE_POOL_IS_PERSISTENT = 155,
>      REMOTE_PROC_INTERFACE_IS_ACTIVE = 156,
> -    REMOTE_PROC_GET_LIB_VERSION = 157
> +    REMOTE_PROC_GET_LIB_VERSION = 157,
> +    REMOTE_PROC_CPU_COMPARE = 158
>  
>      /*
>       * Notice how the entries are grouped in sets of 10 ?

  ACK,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list