[libvirt] [PATCH] Fix remote_protocol-structs after recent commit

Peter Krempa pkrempa at redhat.com
Tue Aug 23 19:49:09 UTC 2016


Commit 0adc9d26ae0cfbb4aa227e89424f3d48bb977da0 broke the build since
remote_protocol-structs was not updated.
---

Pushed under the build-breaker rule.

 src/remote_protocol-structs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs
index 4552913..b71accc 100644
--- a/src/remote_protocol-structs
+++ b/src/remote_protocol-structs
@@ -3151,8 +3151,8 @@ enum remote_procedure {
         REMOTE_PROC_DOMAIN_SET_USER_PASSWORD = 357,
         REMOTE_PROC_DOMAIN_RENAME = 358,
         REMOTE_PROC_DOMAIN_EVENT_CALLBACK_MIGRATION_ITERATION = 359,
-        REMOTE_PROC_CONNECT_CLOSE_CALLBACK_REGISTER = 360,
-        REMOTE_PROC_CONNECT_CLOSE_CALLBACK_UNREGISTER = 361,
+        REMOTE_PROC_CONNECT_REGISTER_CLOSE_CALLBACK = 360,
+        REMOTE_PROC_CONNECT_UNREGISTER_CLOSE_CALLBACK = 361,
         REMOTE_PROC_CONNECT_EVENT_CONNECTION_CLOSED = 362,
         REMOTE_PROC_DOMAIN_EVENT_CALLBACK_JOB_COMPLETED = 363,
         REMOTE_PROC_DOMAIN_MIGRATE_START_POST_COPY = 364,
-- 
2.8.2




More information about the libvir-list mailing list