Shm: Add Monitor::GetDebugInfo()

This commit is contained in:
Alexey Rybalchenko
2020-08-18 12:06:21 +02:00
parent b63f31d0e0
commit 72a45f78b3
6 changed files with 104 additions and 33 deletions

View File

@@ -120,7 +120,7 @@ int main(int argc, char** argv)
}
if (debug) {
Monitor::PrintDebug(ShmId{shmId});
Monitor::PrintDebugInfo(ShmId{shmId});
return 0;
}