summaryrefslogtreecommitdiffstats
path: root/mmss/iface.hpp
diff options
context:
space:
mode:
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);
+
}