diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-09-08 11:35:55 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-09-08 11:35:55 -0700 |
| commit | 0d386f1c3119b869197bafd5f2ad75ba2179850f (patch) | |
| tree | 492eb9d67b1e57f9898022ec883ed142e7b15d47 /node/NetworkController.hpp | |
| parent | 85b90f122a826510491e15a1bfd6c1fe75dfe069 (diff) | |
| download | infinitytier-0d386f1c3119b869197bafd5f2ad75ba2179850f.tar.gz infinitytier-0d386f1c3119b869197bafd5f2ad75ba2179850f.zip | |
Add a bit of useful testing instrumentation to SqliteNetworkController.
Diffstat (limited to 'node/NetworkController.hpp')
| -rw-r--r-- | node/NetworkController.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/NetworkController.hpp b/node/NetworkController.hpp index ee481a62..cf327d7e 100644 --- a/node/NetworkController.hpp +++ b/node/NetworkController.hpp @@ -75,7 +75,6 @@ public: * @param identity Originating peer ZeroTier identity * @param nwid 64-bit network ID * @param metaData Meta-data bundled with request (empty if none) - * @param haveRevision Network revision ID sent by requesting peer or 0 if none * @param result Dictionary to receive resulting signed netconf on success * @return Returns NETCONF_QUERY_OK if result dictionary is valid, or an error code on error */ @@ -85,7 +84,6 @@ public: const Identity &identity, uint64_t nwid, const Dictionary &metaData, - uint64_t haveRevision, Dictionary &result) = 0; }; |
