From ae45eed2b18c708adf48d454312dbb86d01909c7 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 25 Sep 2013 18:58:39 +0200 Subject: [PATCH] move shmem stored sizes to 64 bits --- Server/DataStructures/SharedDataType.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Server/DataStructures/SharedDataType.h b/Server/DataStructures/SharedDataType.h index 0ca7e5771..abecdefcf 100644 --- a/Server/DataStructures/SharedDataType.h +++ b/Server/DataStructures/SharedDataType.h @@ -26,6 +26,8 @@ enum SharedDataType { NAME_INDEX_SIZE, NAMES_LIST, NAMES_LIST_SIZE, + NAME_ID_LIST, + NAME_ID_LIST_SIZE, VIA_NODE_LIST, VIA_NODE_LIST_SIZE, GRAPH_NODE_LIST,