aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-01-02 17:47:08 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-01-02 17:54:21 +0100
commitc986972ad77242664c41c5e6fe07214e84aadd82 (patch)
treeade772431c84c3e839b5cb03161d57505d4c2766 /src/net.h
parent40d65eb66d0865aa64c410c3eb970dafcad71851 (diff)
parent73caf47dfe9c398aac75b5f6bcd1e0a644479a46 (diff)
downloadbitcoin-c986972ad77242664c41c5e6fe07214e84aadd82.tar.xz
Merge pull request #5476
73caf47 Display time offset in the debug window's Peers tab (Pavel Janík) 26a6bae Add time offset to getpeerinfo output (Pavel Janík)
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 fed5a5959f..bdb1edd50b 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;