Commit 7a99b0abafb69e1686198ac3473892a9aaeb8255 adds a new RPC struct
but one of the members has different names in remote_protocol.x and
remote_protocol-struct breaking make check.
---
Pushing under build-breaker rule.
src/remote_protocol-structs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs
index 0a9beff..4d2627a 100644
--- a/src/remote_protocol-structs
+++ b/src/remote_protocol-structs
@@ -981,7 +981,7 @@ struct remote_network_update_args {
remote_nonnull_network net;
u_int command;
u_int section;
- int index;
+ int parentIndex;
remote_nonnull_string xml;
u_int flags;
};
--
1.7.12
Show replies by date