On 2/29/24 16:23, Ján Tomko wrote:
> Signed-off-by: Ján Tomko <[email protected]>
> ---
>  src/remote/remote_driver.c   |  1 +
>  src/remote/remote_protocol.x | 13 ++++++++++++-
>  src/remote_protocol-structs  |  6 ++++++
>  3 files changed, 19 insertions(+), 1 deletion(-)

Ah yes, perks of faster compilation with clang. Squash this in:

diff --git i/src/remote/remote_protocol.x w/src/remote/remote_protocol.x
index 41c045ff78..adc2a953a8 100644
--- i/src/remote/remote_protocol.x
+++ w/src/remote/remote_protocol.x
@@ -3954,12 +3954,6 @@ struct remote_domain_start_dirty_rate_calc_args {
     unsigned int flags;
 };
 
-struct remote_domain_graphics_reload_args {
-    remote_nonnull_domain dom;
-    unsigned int type;
-    unsigned int flags;
-};
-
 struct remote_domain_event_memory_device_size_change_msg {
     int callbackID;
     remote_nonnull_domain dom;
@@ -3967,12 +3961,18 @@ struct 
remote_domain_event_memory_device_size_change_msg {
     unsigned hyper size;
 };
 
-
 struct remote_domain_fd_associate_args {
     remote_nonnull_domain dom;
     remote_nonnull_string name;
     unsigned int flags;
 };
+
+struct remote_domain_graphics_reload_args {
+    remote_nonnull_domain dom;
+    unsigned int type;
+    unsigned int flags;
+};
+
 /*----- Protocol. -----*/
 
 /* Define the program number, protocol version and procedure numbers here. */
diff --git i/src/remote_protocol-structs w/src/remote_protocol-structs
index 1175d9ad85..17826ce05a 100644
--- i/src/remote_protocol-structs
+++ w/src/remote_protocol-structs
@@ -3301,7 +3301,7 @@ struct remote_domain_fd_associate_args {
         remote_nonnull_string      name;
         u_int                      flags;
 };
-struct remote_domain_reload_graphics_args {
+struct remote_domain_graphics_reload_args {
         remote_nonnull_domain      dom;
         u_int                      type;
         u_int                      flags;
@@ -3754,5 +3754,5 @@ enum remote_procedure {
         REMOTE_PROC_NETWORK_GET_METADATA = 445,
         REMOTE_PROC_NETWORK_EVENT_CALLBACK_METADATA_CHANGE = 446,
         REMOTE_PROC_NODE_DEVICE_UPDATE = 447,
-        REMOTE_PROC_DOMAIN_RELOAD_TLS_CERTIFICATES = 448,
+        REMOTE_PROC_DOMAIN_GRAPHICS_RELOAD = 448,
 };


Michal
_______________________________________________
Devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to