Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> --- 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 ? -- 1.6.5.6 -- Libvir-list mailing list Libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list