diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-11 16:17:51 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-11 16:17:51 -0400 |
| commit | 75471ee0e09f715a9c0961dd4b4787ddd258ce75 (patch) | |
| tree | 1114c426a64163f16e01ee4e59edab6ca4153ce3 /node/Network.hpp | |
| parent | 5885c6186d4e192a8aeb205ff25a44a88fb431be (diff) | |
| download | infinitytier-75471ee0e09f715a9c0961dd4b4787ddd258ce75.tar.gz infinitytier-75471ee0e09f715a9c0961dd4b4787ddd258ce75.zip | |
Small method rename.
Diffstat (limited to 'node/Network.hpp')
| -rw-r--r-- | node/Network.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Network.hpp b/node/Network.hpp index 13c1338d..a269ec18 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -456,7 +456,7 @@ public: /** * @return Network ID in hexadecimal form */ - inline std::string toString() + inline std::string idString() { char buf[64]; Utils::snprintf(buf,sizeof(buf),"%.16llx",(unsigned long long)_id); |
