mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
add tunnel test message
This commit is contained in:
parent
d6d440ba8a
commit
3d03732555
9 changed files with 65 additions and 25 deletions
|
@ -24,6 +24,8 @@ namespace util
|
|||
uint32_t GetMinutesSinceEpoch ();
|
||||
uint32_t GetHoursSinceEpoch ();
|
||||
|
||||
uint64_t GetSteadyMicroseconds();
|
||||
|
||||
void GetCurrentDate (char * date); // returns date as YYYYMMDD string, 9 bytes
|
||||
void GetDateString (uint64_t timestamp, char * date); // timestamp is seconds since epoch, returns date as YYYYMMDD string, 9 bytes
|
||||
void AdjustTimeOffset (int64_t offset); // in seconds from current
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue