summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/dev.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ouroboros/dev.h b/include/ouroboros/dev.h
index 7c5ab460..cd87068e 100644
--- a/include/ouroboros/dev.h
+++ b/include/ouroboros/dev.h
@@ -40,6 +40,11 @@ int flow_alloc(const char * dst_name,
int flow_accept(qosspec_t * qs,
const struct timespec * timeo);
+/* Returns flow descriptor, qs updates to supplied QoS. */
+int flow_join(const char * bc,
+ qosspec_t * qs,
+ const struct timespec * timeo);
+
int flow_dealloc(int fd);
ssize_t flow_write(int fd,