updated osx_app_framework

This commit is contained in:
Joseph Henry
2016-10-21 16:41:52 -07:00
parent 728feeda74
commit a538b9131b
9 changed files with 81 additions and 60 deletions

View File

@@ -1182,7 +1182,7 @@ public:
}
}
inline void phyOnTcpWritable(PhySocket *sock,void **uptr,bool lwip_invoked)
inline void phyOnTcpWritable(PhySocket *sock,void **uptr)
{
TcpConnection *tc = reinterpret_cast<TcpConnection *>(*uptr);
Mutex::Lock _l(tc->writeBuf_m);