summaryrefslogtreecommitdiff
path: root/node/Membership.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Membership.hpp')
-rw-r--r--node/Membership.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Membership.hpp b/node/Membership.hpp
index dc525483..bb356902 100644
--- a/node/Membership.hpp
+++ b/node/Membership.hpp
@@ -46,6 +46,8 @@ class RuntimeEnvironment;
*
* This is kind of analogous to a join table between Peer and Network. It is
* presently held by the Network object for each participating Peer.
+ *
+ * This is not thread safe. It must be locked externally.
*/
class Membership
{