shm: make shmId also available as uint64_t

This commit is contained in:
Alexey Rybalchenko
2021-03-02 11:39:25 +01:00
parent 0fd2fcadc2
commit edbdc57332
4 changed files with 24 additions and 17 deletions

View File

@@ -111,7 +111,7 @@ int main(int argc, char** argv)
}
if (shmId == "") {
shmId = buildShmIdFromSessionIdAndUserId(sessionName);
shmId = makeShmIdStr(sessionName);
}
if (cleanup) {