Add instrumentation to root, add capability to forward to siblings if no path is known to a peer.
This commit is contained in:
parent
2e7496130c
commit
fd6e8d8c5c
4 changed files with 437 additions and 110 deletions
|
@ -44,7 +44,7 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
inline Mutex(const Mutex &) {}
|
||||
ZT_ALWAYS_INLINE Mutex(const Mutex &) {}
|
||||
const Mutex &operator=(const Mutex &) { return *this; }
|
||||
|
||||
pthread_mutex_t _mh;
|
||||
|
@ -83,7 +83,7 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
inline Mutex(const Mutex &) {}
|
||||
ZT_ALWAYS_INLINE Mutex(const Mutex &) {}
|
||||
const Mutex &operator=(const Mutex &) { return *this; }
|
||||
|
||||
CRITICAL_SECTION _cs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue