mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Add placeholder worker disconnect command.
This commit is contained in:
parent
f474669ab5
commit
922993cbbb
@ -283,6 +283,7 @@ public:
|
||||
bool IsConnected() const { return m_connected.load( std::memory_order_relaxed ); }
|
||||
bool IsDataStatic() const { return !m_thread.joinable(); }
|
||||
void Shutdown() { m_shutdown.store( true, std::memory_order_relaxed ); }
|
||||
void Disconnect() { Shutdown(); } // TODO: Needs proper implementation.
|
||||
|
||||
void Write( FileWrite& f );
|
||||
int GetTraceVersion() const { return m_traceVersion; }
|
||||
|
Loading…
Reference in New Issue
Block a user