MCProxy

mcproxy/mcproxy/include/proxy/message_format.hpp File Reference

#include "include/hamcast_logging.h"
#include "include/utils/addr_storage.hpp"
#include <sys/socket.h>
#include <boost/intrusive_ptr.hpp>
#include <iostream>
#include <string>
#include <list>
#include <sstream>
#include <boost/thread.hpp>

Go to the source code of this file.

Classes

struct  clock_msg
 Message used from module Timer. It is the contain of a reminder. More...
struct  config_msg
 Message used from module Proxy to set and delete interfaces of the proxy instances. More...
struct  debug_msg
 Message to collect debug information for the module Proxy. More...
struct  intrusive_message
 Message container implements an intrusive pointer to save a pointer of a message with a reference counter. More...
struct  proxy_msg
 Generic message for the message_queue. More...
struct  receiver_msg
 Message used from module Receiver to inform the module Proxy Instance of received a message. More...
struct  routing_msg
 Message used from module Proxy Instance to introduce the module Routing. More...
struct  test_msg
 Test message to test the message queue and the intrusive pointer. More...