summaryrefslogtreecommitdiff
path: root/node/Trace.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Trace.hpp')
-rw-r--r--node/Trace.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/node/Trace.hpp b/node/Trace.hpp
index eefd5359..dae67e28 100644
--- a/node/Trace.hpp
+++ b/node/Trace.hpp
@@ -155,6 +155,10 @@ private:
void _send(void *const tPtr,const Dictionary<ZT_MAX_REMOTE_TRACE_SIZE> &d);
void _send(void *const tPtr,const Dictionary<ZT_MAX_REMOTE_TRACE_SIZE> &d,const uint64_t networkId);
void _send(void *const tPtr,const Dictionary<ZT_MAX_REMOTE_TRACE_SIZE> &d,const SharedPtr<Network> &network);
+
+#ifdef ZT_TRACE
+ char _traceMsgBuf[4096];
+#endif
};
} // namespace ZeroTier