Work on new simplified C API -- required for embedded, language bindings, mobile (language bindings again), etc.

This commit is contained in:
Adam Ierymenko 2015-03-30 19:46:07 -07:00
parent 60158aa5dd
commit fe87c1db67
2 changed files with 369 additions and 7 deletions

View file

@ -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,