diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-25 13:43:04 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-25 13:43:04 -0400 |
| commit | 010616e3ae2edcf294b0d4b8f0679fd94c6a1f2a (patch) | |
| tree | 1134fbef2920a59993327ab7d8bc9a9abad122f1 /node/Network.hpp | |
| parent | 1505e8dd504711f38e5d975022c3c5366e87791a (diff) | |
| download | infinitytier-010616e3ae2edcf294b0d4b8f0679fd94c6a1f2a.tar.gz infinitytier-010616e3ae2edcf294b0d4b8f0679fd94c6a1f2a.zip | |
Add some more TRACE output for certs.
Diffstat (limited to 'node/Network.hpp')
| -rw-r--r-- | node/Network.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Network.hpp b/node/Network.hpp index ecee77c1..696aa84b 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -322,6 +322,8 @@ public: } /** + * Get current network config or return NULL + * * @return Network configuration -- may be NULL */ inline SharedPtr<NetworkConfig> config2() const |
