small method changes

This commit is contained in:
Joseph Henry
2015-09-11 14:00:42 -04:00
parent cc4a2bb0c3
commit 5a5a513b18
4 changed files with 22 additions and 18 deletions

View File

@ -84,6 +84,8 @@ public:
void threadMain()
throw();
LWIPStack *lwipstack;
private:
// LWIP callbacks
@ -141,11 +143,11 @@ private:
NetconConnection *getConnectionByPCB(struct tcp_pcb *pcb);
NetconClient *getClientByPCB(struct tcp_pcb *pcb);
void closeClient(NetconClient *client);
void closeConnection(NetconConnection *conn);
Phy<NetconEthernetTap *> _phy;
PhySocket *_unixListenSocket;
LWIPStack *lwipstack;
std::vector<NetconClient*> clients;
uint64_t _nwid;