Move activeConnections to Server
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
|
||||
PERFETTO_TRACK_EVENT_STATIC_STORAGE();
|
||||
|
||||
// TODO this should be scoped to a particular Server, and it's definition should
|
||||
// be in server.cpp or connection.cpp
|
||||
std::atomic<int> activeConnections{0};
|
||||
|
||||
// Global server instance for signal handler access
|
||||
static Server *g_server = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user