LogCabin
|
#include <cassert>
#include <errno.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <string.h>
#include <sys/epoll.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
#include "Core/Debug.h"
#include "Core/Endian.h"
#include "Event/Loop.h"
#include "RPC/MessageSocket.h"
Go to the source code of this file.
Namespaces | |
namespace | LogCabin |
namespace | LogCabin::RPC |
namespace | LogCabin::RPC::anonymous_namespace{MessageSocket.cc} |
Functions | |
int | LogCabin::RPC::anonymous_namespace{MessageSocket.cc}::dupOrPanic (int oldfd) |
Wrapper for dup(). |