Software updater log for distributors (does not affect real users much).
This commit is contained in:
parent
0e4d3244b2
commit
54f25b14ee
2 changed files with 22 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue