From 60ff280dcb213a3e50eb410184493ace1d4c2736 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 1 Feb 2017 13:52:53 -0800 Subject: Another tweak to cluster I/O rules. --- node/Cluster.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Cluster.hpp') diff --git a/node/Cluster.hpp b/node/Cluster.hpp index 72fcd04d..cd6a3bb9 100644 --- a/node/Cluster.hpp +++ b/node/Cluster.hpp @@ -289,7 +289,7 @@ public: * @param peerSecret Result: Buffer to fill with peer secret on valid return value, must be at least ZT_PEER_SECRET_KEY_LENGTH bytes * @return -1 if cluster does not know this peer, or a member ID to pass to sendViaCluster() */ - int prepSendViaCluster(const Address &toPeerAddress,uint64_t &mostRecentTs,void *peerSecret); + int checkSendViaCluster(const Address &toPeerAddress,uint64_t &mostRecentTs,void *peerSecret); /** * Send data via cluster front plane (packet head or fragment) -- cgit v1.2.3