#include "Common/Compat.h"#include <cstdio>#include <iostream>#include <errno.h>#include "Common/Logger.h"#include "IOHandler.h"#include "Reactor.h"
Go to the source code of this file.
Defines | |
| #define | HANDLE_POLL_INTERFACE_MODIFY |
| #define | HANDLE_POLL_INTERFACE_ADD |
Variables | |
| ImplementMe | |
| #define HANDLE_POLL_INTERFACE_ADD |
if (ReactorFactory::use_poll) \ return m_reactor_ptr->add_poll_interest(m_sd, poll_events(m_poll_interest), this);
Definition at line 48 of file IOHandler.cc.
| #define HANDLE_POLL_INTERFACE_MODIFY |
if (ReactorFactory::use_poll) \ return m_reactor_ptr->modify_poll_interest(m_sd, poll_events(m_poll_interest));
Definition at line 44 of file IOHandler.cc.
Definition at line 405 of file IOHandler.cc.
1.7.2