Namespaces | Defines | Functions | Variables

srv-msg-router.cpp File Reference

#include "srv-msg-router.h"
#include "perf/perf.h"
#include "datahash/datahash_util.h"
#include "aesop-proto/protocol.h"
Include dependency graph for srv-msg-router.cpp:

Go to the source code of this file.

Namespaces

namespace  aesop

Defines

#define HANDLER_ENTRY(cmd, hndl)   { cmd , hndl },

Functions

static void aesop::handlerConverseReply (handler_state_t &state)
static void aesop::handlerTcpConnect (handler_state_t &state)
static void aesop::handlerNewGame (handler_state_t &state)
static void aesop::handlerShutdown (handler_state_t &state)
static msg_handler_fn aesop::lookupHandler (const char *namespace_, const char *cmd)

Variables

static const int aesop::s_major = 0
static const int aesop::s_minor = 1
static const handler_entry_t aesop::s_handlers []

Define Documentation

#define HANDLER_ENTRY (   cmd,
  hndl 
)    { cmd , hndl },

Definition at line 159 of file srv-msg-router.cpp.