This commit is contained in:
2022-08-28 15:57:08 +02:00
commit a661eddfd8
13 changed files with 2781 additions and 0 deletions

5
common/shm.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <unistd.h>
int allocate_shm_file(size_t size);