+ changed sharedMemoryKey

This commit is contained in:
Julian Hinxlage 2019-11-07 12:58:37 +01:00
parent c8f2ce4027
commit e30280241e

View File

@ -5,7 +5,7 @@
void initialize(int pid) { void initialize(int pid) {
impl.sharedMemoryPid = pid; impl.sharedMemoryPid = pid;
impl.sharedMemoryKey = 892348; impl.sharedMemoryKey = 12345;
impl.sharedMemorySize = 0; impl.sharedMemorySize = 0;
} }