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; }