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,