5 #ifndef GCOMM_PROTOSTACK_HPP
6 #define GCOMM_PROTOSTACK_HPP
10 #include "gu_lock.hpp"
30 gu::datetime::Date handle_timers();
31 void dispatch(
const void*
id,
const Datagram& dg,
33 bool set_param(
const std::string&,
const std::string&);
34 void enter() { mutex_.lock(); }
35 void leave() { mutex_.unlock(); }
38 std::deque<Protolay*> protos_;
43 #endif // GCOMM_PROTOSTACK_HPP
Definition: protostack.hpp:24
Definition: protonet.hpp:37
Definition: protolay.hpp:192
Protocol layer interface definitions.
Datagram container.
Definition: datagram.hpp:151