This commit is contained in:
maliakal_d 2020-07-01 09:10:49 +02:00
parent aacc61b058
commit e571f7bb3e
9 changed files with 7 additions and 13 deletions

View File

@ -3,15 +3,9 @@
#include "sls_detector_defs.h"
#include <errno.h> // errno
#include <fcntl.h> // O_CREAT, O_TRUNC..
#include <string.h>
#include <sys/mman.h> // shared memory
#include <sys/stat.h> // fstat
#include <unistd.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/types.h>
#define SHM_NAME "sls_server_shared_memory"
#define SHM_VERSION 0x200625

View File

@ -3,10 +3,10 @@
#define APILIB 0x200409
#define APIRECEIVER 0x200409
#define APIGUI 0x200409
#define APIGOTTHARD 0x200630
#define APIGOTTHARD2 0x200630
#define APIJUNGFRAU 0x200630
#define APIMYTHEN3 0x200630
#define APICTB 0x200630
#define APIMOENCH 0x200630
#define APIEIGER 0x200630
#define APICTB 0x200701
#define APIGOTTHARD 0x200701
#define APIGOTTHARD2 0x200701
#define APIJUNGFRAU 0x200701
#define APIMYTHEN3 0x200701
#define APIMOENCH 0x200701
#define APIEIGER 0x200701