Defines | Variables

IOHandler.cc File Reference

#include "Common/Compat.h"
#include <cstdio>
#include <iostream>
#include <errno.h>
#include "Common/Logger.h"
#include "IOHandler.h"
#include "Reactor.h"
Include dependency graph for IOHandler.cc:

Go to the source code of this file.

Defines

#define HANDLE_POLL_INTERFACE_MODIFY
#define HANDLE_POLL_INTERFACE_ADD

Variables

 ImplementMe

Define Documentation

#define HANDLE_POLL_INTERFACE_ADD
Value:
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
Value:
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.


Variable Documentation

Definition at line 405 of file IOHandler.cc.