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:
Diffstat (limited to '3party/Alohalytics/src/alohalytics.h')
-rw-r--r--3party/Alohalytics/src/alohalytics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/3party/Alohalytics/src/alohalytics.h b/3party/Alohalytics/src/alohalytics.h
index 762ab72d52..4e9b3bcadd 100644
--- a/3party/Alohalytics/src/alohalytics.h
+++ b/3party/Alohalytics/src/alohalytics.h
@@ -53,6 +53,10 @@ class Stats final {
bool UploadFileImpl(bool file_name_in_content, const std::string & content);
// Called by the queue when file size limit was hit or immediately before file is sent to a server.
+ // in_file will be:
+ // - Gzipped.
+ // - Saved as out_archive for easier post-processing (e.g. uploading).
+ // - Deleted.
void GzipAndArchiveFileInTheQueue(const std::string & in_file, const std::string & out_archive);
public: