From e30280241e863d5caf827bc146481f45256f75bc Mon Sep 17 00:00:00 2001 From: Julian Hinxlage Date: Thu, 7 Nov 2019 12:58:37 +0100 Subject: [PATCH] + changed sharedMemoryKey --- src/vkvm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vkvm.cpp b/src/vkvm.cpp index be44a83..c2e66c6 100644 --- a/src/vkvm.cpp +++ b/src/vkvm.cpp @@ -5,7 +5,7 @@ void initialize(int pid) { impl.sharedMemoryPid = pid; - impl.sharedMemoryKey = 892348; + impl.sharedMemoryKey = 12345; impl.sharedMemorySize = 0; }