aboutsummaryrefslogtreecommitdiffstats
path: root/src/nSocket/include/dmm_pub_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nSocket/include/dmm_pub_api.h')
-rw-r--r--src/nSocket/include/dmm_pub_api.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nSocket/include/dmm_pub_api.h b/src/nSocket/include/dmm_pub_api.h
new file mode 100644
index 0000000..cfc20af
--- /dev/null
+++ b/src/nSocket/include/dmm_pub_api.h
@@ -0,0 +1,6 @@
+
+#ifndef __PUBLIC_DMM_API
+#define __PUBLIC_DMM_API
+int nstack_run (void *loop);
+int nstack_epoll_prewait ();
+#endif