mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
6
deps/acelite/ace/TP_Reactor.cpp
vendored
6
deps/acelite/ace/TP_Reactor.cpp
vendored
@@ -100,7 +100,7 @@ ACE_TP_Reactor::ACE_TP_Reactor (ACE_Sig_Handler *sh,
|
||||
: ACE_Select_Reactor (sh, tq, ACE_DISABLE_NOTIFY_PIPE_DEFAULT, 0, mask_signals, s_queue)
|
||||
{
|
||||
ACE_TRACE ("ACE_TP_Reactor::ACE_TP_Reactor");
|
||||
this->supress_notify_renew (1);
|
||||
this->supress_notify_renew (true);
|
||||
}
|
||||
|
||||
ACE_TP_Reactor::ACE_TP_Reactor (size_t max_number_of_handles,
|
||||
@@ -112,7 +112,7 @@ ACE_TP_Reactor::ACE_TP_Reactor (size_t max_number_of_handles,
|
||||
: ACE_Select_Reactor (max_number_of_handles, restart, sh, tq, ACE_DISABLE_NOTIFY_PIPE_DEFAULT, 0, mask_signals, s_queue)
|
||||
{
|
||||
ACE_TRACE ("ACE_TP_Reactor::ACE_TP_Reactor");
|
||||
this->supress_notify_renew (1);
|
||||
this->supress_notify_renew (true);
|
||||
}
|
||||
|
||||
int
|
||||
@@ -315,7 +315,7 @@ int
|
||||
ACE_TP_Reactor::handle_notify_events (int & /*event_count*/,
|
||||
ACE_TP_Token_Guard &guard)
|
||||
{
|
||||
// Get the handle on which notify calls could have occured
|
||||
// Get the handle on which notify calls could have occurred
|
||||
ACE_HANDLE notify_handle = this->get_notify_handle ();
|
||||
|
||||
int result = 0;
|
||||
|
||||
Reference in New Issue
Block a user