aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/routing.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/routing.h')
-rw-r--r--core/routing.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/routing.h b/core/routing.h
new file mode 100644
index 0000000..72dd768
--- /dev/null
+++ b/core/routing.h
@@ -0,0 +1,9 @@
+/* Internal API */
+int mm_map_channel(channel* from, channel* to);
+int routing_iteration();
+void routing_stats();
+void routing_cleanup();
+
+/* Public backend API */
+MM_API int mm_channel_event(channel* c, channel_value v);
+