refactor in progress

This commit is contained in:
Joseph Henry 2015-09-10 18:19:43 -04:00
commit e391bc004b
3 changed files with 57 additions and 47 deletions

View file

@ -122,6 +122,7 @@ private:
NetconConnection *getConnectionByThisFD(int fd);
NetconConnection *getConnectionByPCB(struct tcp_pcb *pcb);
NetconClient *getClientByPCB(struct tcp_pcb *pcb);
void closeClient(NetconClient *client);
// Logging helper