mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
system/flashtool.cpp: add timestamp
This commit is contained in:
@@ -81,6 +81,7 @@ class CFlashVersionInfo
|
||||
char time[6];
|
||||
char releaseCycle[5];
|
||||
int version;
|
||||
time_t datetime;
|
||||
|
||||
public:
|
||||
char snapshot;
|
||||
@@ -92,6 +93,7 @@ class CFlashVersionInfo
|
||||
const char *getReleaseCycle(void) const;
|
||||
const char *getType(void) const;
|
||||
int getVersion(void) const;
|
||||
time_t getDateTime(void) const { return datetime; };
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user