diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-03-30 19:46:07 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-03-30 19:46:07 -0700 |
commit | fe87c1db673b6eee904f90b8e15d2a26c134ac50 (patch) | |
tree | b619e800cf4c15bf756696cab81ce9f1244d7dab /node | |
parent | 60158aa5dd38c979ed823fc477ab84e8d9e7a43d (diff) | |
download | infinitytier-fe87c1db673b6eee904f90b8e15d2a26c134ac50.tar.gz infinitytier-fe87c1db673b6eee904f90b8e15d2a26c134ac50.zip |
Work on new simplified C API -- required for embedded, language bindings, mobile (language bindings again), etc.
Diffstat (limited to 'node')
-rw-r--r-- | node/Node.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index 23d59e36..c75b884f 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -86,7 +86,6 @@ public: * * @param hp Home directory path or NULL for system-wide default for this platform * @param tf Ethernet tap factory for platform network stack - * @param rt Routing table interface for platform network stack * @param sm Socket manager for physical network I/O * @param nm Network configuration master or NULL for none * @param resetIdentity If true, delete identity before starting and regenerate @@ -95,7 +94,6 @@ public: Node( const char *hp, EthernetTapFactory *tf, - RoutingTable *rt, SocketManager *sm, NetworkConfigMaster *nm, bool resetIdentity, |