* src/remote_protocol-structs: Use correct RPC name.
---
Pushing under the build-breaker rule. Osier attempted to fix this
already, but added a typo.
src/remote_protocol-structs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs
index 62c0248..927b6c6 100644
--- a/src/remote_protocol-structs
+++ b/src/remote_protocol-structs
@@ -2019,5 +2019,5 @@ enum remote_procedure {
REMOTE_PROC_DOMAIN_EVENT_DISK_CHANGE = 248,
REMOTE_PROC_DOMAIN_OPEN_GRAPHICS = 249,
REMOTE_PROC_NODE_SUSPEND_FOR_DURATION = 250,
- REMOTE_PROC_NODE_SUSPEND_FOR_DURATION = 251,
+ REMOTE_PROC_DOMAIN_BLOCK_RESIZE = 251,
};
--
1.7.7.3