From 29e6b85f7937298a282e12d5df53ba9cbf5521e0 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 8 Oct 2013 18:10:31 +0200 Subject: [PATCH] Add explicit shmem id for data loading --- Server/DataStructures/SharedDataType.h | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/Server/DataStructures/SharedDataType.h b/Server/DataStructures/SharedDataType.h index 90e09498f..020477ae5 100644 --- a/Server/DataStructures/SharedDataType.h +++ b/Server/DataStructures/SharedDataType.h @@ -197,36 +197,14 @@ struct SharedDataLayout { }; enum SharedDataType { - // NAMES_INDEX = 0, - // NAME_INDEX_SIZE, - // NAMES_LIST, - // name_char_list_size, - // NAME_ID_LIST, - // NAME_ID_LIST_SIZE, - // VIA_NODE_LIST, - // VIA_NODE_LIST_SIZE, - // GRAPH_NODE_LIST, - // GRAPH_NODE_LIST_SIZE, - // GRAPH_EDGE_LIST, - // GRAPH_EDGE_LIST_SIZE, - // CHECK_SUM, - // TIMESTAMP, - // TIMESTAMP_SIZE, - // COORDINATE_LIST, - // COORDINATE_LIST_SIZE, - // TURN_INSTRUCTION_LIST, - // TURN_INSTRUCTION_LIST_SIZE, - // R_SEARCH_TREE, - // R_SEARCH_TREE_SIZE - LAYOUT_1, DATA_1, LAYOUT_2, DATA_2, LAYOUT_3, DATA_3, - LAYOUT_4, - DATA_5 + LAYOUT_LOAD, + DATA_LOAD }; #endif /* SHARED_DATA_TYPE_H_ */