mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
9
deps/acelite/ace/MEM_IO.cpp
vendored
9
deps/acelite/ace/MEM_IO.cpp
vendored
@@ -251,6 +251,15 @@ ACE_MT_MEM_IO::init (ACE_HANDLE handle,
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
ACE_MT_MEM_IO::fini ()
|
||||
{
|
||||
const int ret = ACE_MEM_SAP::fini ();
|
||||
ACE_Process_Mutex::unlink (this->recv_channel_.lock_->name ());
|
||||
ACE_Process_Mutex::unlink (this->send_channel_.lock_->name ());
|
||||
return ret;
|
||||
}
|
||||
|
||||
ssize_t
|
||||
ACE_MT_MEM_IO::recv_buf (ACE_MEM_SAP_Node *&buf,
|
||||
int flags,
|
||||
|
||||
Reference in New Issue
Block a user