LogCabin
|
#include <assert.h>
#include <string.h>
#include <sys/epoll.h>
#include <unistd.h>
#include "Core/Debug.h"
#include "Core/StringUtil.h"
#include "Event/File.h"
#include "Event/Loop.h"
#include "Event/Timer.h"
#include "Protocol/Common.h"
#include "RPC/ClientSession.h"
Go to the source code of this file.
Classes | |
struct | LogCabin::RPC::anonymous_namespace{ClientSession.cc}::FileNotifier |
Exits an event loop when a file event occurs. More... | |
struct | LogCabin::RPC::anonymous_namespace{ClientSession.cc}::TimerNotifier |
Exits an event loop when a timer event occurs. More... | |
Namespaces | |
namespace | LogCabin |
namespace | LogCabin::RPC |
namespace | LogCabin::RPC::anonymous_namespace{ClientSession.cc} |