#include "srv-msg-router.h"#include "perf/perf.h"#include "datahash/datahash_util.h"#include "aesop-proto/protocol.h"
Go to the source code of this file.
Namespaces | |
| namespace | aesop |
Defines | |
| #define | HANDLER_ENTRY(cmd, hndl) { cmd , hndl }, |
Functions | |
| static void | aesop::handlerConverseReply (IN handler_state_t &state) |
| static void | aesop::handlerTcpConnect (IN handler_state_t &state) |
| static void | aesop::handlerNewGame (IN handler_state_t &state) |
| static void | aesop::handlerShutdown (IN handler_state_t &state) |
| static msg_handler_fn | aesop::lookupHandler (IN const char *namespace_, IN 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 HANDLER_ENTRY | ( | cmd, | ||
| hndl | ||||
| ) | { cmd , hndl }, |
Definition at line 159 of file srv-msg-router.cpp.
1.7.1