From fe87c1db673b6eee904f90b8e15d2a26c134ac50 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 30 Mar 2015 19:46:07 -0700 Subject: Work on new simplified C API -- required for embedded, language bindings, mobile (language bindings again), etc. --- node/Node.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'node') 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, -- cgit v1.2.3