WIP shm deletion working on blackfin

This commit is contained in:
2020-07-16 16:01:30 +02:00
parent 6136eabee2
commit 3e87cfa5c1
2 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,12 @@
#include <sys/ipc.h>
#include <sys/shm.h>
#include <unistd.h>
#include <semaphore.h>
#define SHM_NAME "sls_server_shared_memory"
#define SHM_VERSION 0x200625
#define SHM_KEY 5678
#define MEM_SIZE 128
#define MEM_SIZE 128
typedef struct Memory {
int version;