summaryrefslogtreecommitdiffstats
path: root/mmss/iface.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 22:28:34 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 22:28:34 +0200
commit0b696dafb3c8a6efebeaceab64fbdebdb399f7b4 (patch)
tree77b572850e3628d8a36de62e7b327542dfc70cb0 /mmss/iface.hpp
parent37566202133915d76179e0fd0c7fad654fc4dda0 (diff)
downloadgmrf-0b696dafb3c8a6efebeaceab64fbdebdb399f7b4.tar
gmrf-0b696dafb3c8a6efebeaceab64fbdebdb399f7b4.zip
Get rid of mmss.hpp
Diffstat (limited to 'mmss/iface.hpp')
-rw-r--r--mmss/iface.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mmss/iface.hpp b/mmss/iface.hpp
index 322fcc1..c922815 100644
--- a/mmss/iface.hpp
+++ b/mmss/iface.hpp
@@ -66,4 +66,7 @@ public:
}
};
+void add_iface(const std::shared_ptr<node_t> &node, const std::shared_ptr<network_t> &net, const std::string &name, const gmrf_addr_t *address);
+void enqueue(context_t *mmss, const std::shared_ptr<iface_t> &source, const std::shared_ptr<iface_t> &dest, const void *data, size_t len);
+
}