Software updater log for distributors (does not affect real users much).

This commit is contained in:
Adam Ierymenko 2017-01-13 14:03:06 -08:00
parent 0e4d3244b2
commit 54f25b14ee
2 changed files with 22 additions and 3 deletions

View file

@ -20,6 +20,7 @@
#define ZT_SOFTWAREUPDATER_HPP
#include <stdint.h>
#include <stdio.h>
#include <vector>
#include <map>
@ -188,6 +189,7 @@ private:
uint64_t _lastCheckTime;
std::string _homePath;
std::string _channel;
FILE *_distLog;
// Offered software updates if we are an update host (we have update-dist.d and update hosting is enabled)
struct _D