aboutsummaryrefslogtreecommitdiff
path: root/src/core/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport.h')
-rw-r--r--src/core/transport.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/transport.h b/src/core/transport.h
index 71eb8a28..4edfecf5 100644
--- a/src/core/transport.h
+++ b/src/core/transport.h
@@ -173,4 +173,12 @@ struct nni_pipe_ops {
int (*p_getopt)(void *, int, void *, size_t *);
};
+/*
+ * These APIs are used by the framework internally, and not for use by
+ * transport implementations.
+ */
+extern struct nni_transport *nni_transport_find(const char *);
+extern void nni_transport_init(void);
+extern void nni_transport_fini(void);
+
#endif /* CORE_TRANSPORT_H */