diff options
author | Pavel Janík <Pavel@Janik.cz> | 2014-12-15 11:06:15 +0100 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2014-12-15 11:06:15 +0100 |
commit | 26a6bae7537c73cb4b713293ce29b7c6d71a542d (patch) | |
tree | 674b4fd2b88216a6cc56eb1933ee043a4ccdd2ea /src/net.h | |
parent | 13c077c7cfe9f367c721f3d99924b3d568afb4d0 (diff) |
Add time offset to getpeerinfo output
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -154,6 +154,7 @@ public: int64_t nLastSend; int64_t nLastRecv; int64_t nTimeConnected; + int64_t nTimeOffset; std::string addrName; int nVersion; std::string cleanSubVer; @@ -235,6 +236,7 @@ public: int64_t nLastSend; int64_t nLastRecv; int64_t nTimeConnected; + int64_t nTimeOffset; CAddress addr; std::string addrName; CService addrLocal; |