summaryrefslogtreecommitdiffstats
path: root/mmss/types.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-03-21 04:51:48 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-03-21 04:51:48 +0100
commita78a01eaccf4fcbdf34aa994254d7e536040f906 (patch)
treec9ad194010fef26dd530e025db254001eb54a40a /mmss/types.hpp
parentaaddd2e7cde6d23c26573d7da0ab10398037a954 (diff)
downloadgmrf-a78a01eaccf4fcbdf34aa994254d7e536040f906.tar
gmrf-a78a01eaccf4fcbdf34aa994254d7e536040f906.zip
Add monitors
Monitors are used to log events from the simulated nodes. So far there are a log monitor which just logs the nodes' log messages and a SQLite monitor which does nothing at the moment.
Diffstat (limited to 'mmss/types.hpp')
-rw-r--r--mmss/types.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mmss/types.hpp b/mmss/types.hpp
index 54a8474..b649849 100644
--- a/mmss/types.hpp
+++ b/mmss/types.hpp
@@ -56,6 +56,7 @@ private:
class context_t;
class config_t;
class iface_t;
+class monitor_t;
class network_t;
class node_t;
class now_t;