Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. diff --git a/dep/acelite/ace/Select_Reactor_T.cpp b/dep/acelite/ace/Select_Reactor_T.cpp
  2. index fde3ea3..58f17b5 100644
  3. --- a/dep/acelite/ace/Select_Reactor_T.cpp
  4. +++ b/dep/acelite/ace/Select_Reactor_T.cpp
  5. @@ -491,7 +491,7 @@ ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::ACE_Select_Reactor_T
  6.  
  7. this->token_.reactor (*this);
  8. // First try to open the Reactor with the hard-coded default.
  9. - if (this->open (ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::DEFAULT_SIZE,
  10. + if (this->open (1024/*ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::DEFAULT_SIZE*/,
  11. 0,
  12. sh,
  13. tq,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement