Skip to content

Commit 255b13e

Browse files
committed
Fix build.
1 parent a986520 commit 255b13e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Common/Cpp/StreamConnections/ReliableStreamConnection.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ class ReliableStreamConnection final
5656

5757

5858
public:
59+
// Debugging
60+
5961
void print() const;
62+
Mutex* print_lock() const{
63+
return m_print_lock;
64+
}
6065

6166

6267

0 commit comments

Comments
 (0)