summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/Membership.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/node/Membership.hpp b/node/Membership.hpp
index ad0bb73e..76e71ef5 100644
--- a/node/Membership.hpp
+++ b/node/Membership.hpp
@@ -244,9 +244,9 @@ private:
// Time we last pushed our local credentials to this member
struct {
- uint64_t tag[ZT_MAX_NETWORK_TAGS];
- uint64_t cap[ZT_MAX_NETWORK_CAPABILITIES];
- uint64_t coo[ZT_MAX_CERTIFICATES_OF_OWNERSHIP];
+ int64_t tag[ZT_MAX_NETWORK_TAGS];
+ int64_t cap[ZT_MAX_NETWORK_CAPABILITIES];
+ int64_t coo[ZT_MAX_CERTIFICATES_OF_OWNERSHIP];
} _localCredLastPushed;
public: