Add time offset to getpeerinfo output

This commit is contained in:
Pavel Janík
2014-12-15 11:06:15 +01:00
parent 13c077c7cf
commit 26a6bae753
5 changed files with 10 additions and 4 deletions

View File

@@ -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;