+ changed sharedMemoryKey

This commit is contained in:
Julian Hinxlage 2019-11-07 12:58:37 +01:00
parent c8f2ce4027
commit e30280241e
1 changed files with 1 additions and 1 deletions

View File

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