aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2014-12-15 11:06:15 +0100
committerPavel Janík <[email protected]>2014-12-15 11:06:15 +0100
commit26a6bae7537c73cb4b713293ce29b7c6d71a542d (patch)
tree674b4fd2b88216a6cc56eb1933ee043a4ccdd2ea /src/net.h
parentMerge pull request #5471 (diff)
downloaddiscoin-26a6bae7537c73cb4b713293ce29b7c6d71a542d.tar.xz
discoin-26a6bae7537c73cb4b713293ce29b7c6d71a542d.zip
Add time offset to getpeerinfo output
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index a475be0b3..af200cf89 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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;