Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2015-03-02 16:50:57 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:13 +0300
commitbbbd269cd3337ee71b52de71a50bfc4053db9924 (patch)
tree7345b29caeccf09cb4f733ccadcc9b52de90fcca /defines.hpp
parentdc10c7fffaf5645290ca1bc7f3c52347e27177d7 (diff)
Implemented compressed search-index building.
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index 0e949c8e3c..8fec4e0fdb 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -15,6 +15,7 @@
#define METADATA_FILE_TAG "meta"
#define METADATA_INDEX_FILE_TAG "metaidx"
#define FEATURES_OFFSETS_TABLE_FILE_TAG "offsets"
+#define COMPRESSED_SEARCH_INDEX_FILE_TAG "csdx"
#define ROUTING_MATRIX_FILE_TAG "mercedes"
#define ROUTING_EDGEDATA_FILE_TAG "daewoo"