#include <list>
#include "net/ipaddress.hh"
#include "utl/data.hh"
#include "utl/seqnum.hh"
#include "utl/timeval.hh"
#include "message.hxx"
Go to the source code of this file.
Namespaces | |
namespace | olsr |
namespace | olsr::msg |
Defines | |
#define | QOLYESTER_DAEMON_MSG_MESSAGE_HH 1 |
Typedefs | |
typedef std::list< const msg::Message * > | pending_t |
Variables | |
pending_t | pending_messages |
The queue of messages to be sent. |
Essentially, a message can be created and dumped. The idea is to generate the actual message at dump time and not creation time, allowing for more accurate advertisements.
|
|
|
|
|
The queue of messages to be sent.
|