summaryrefslogtreecommitdiff
path: root/include/ouroboros/dev.h
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-05-12 15:08:20 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-05-12 15:08:20 +0200
commitd6f20c13da9ef1aec966f2c0594dbf47a51d340e (patch)
tree9723ba8040cfcb543dadb1ef2417e700673977b6 /include/ouroboros/dev.h
parentccf989a567acc91f8559ea67d69f2b952410010b (diff)
downloadouroboros-d6f20c13da9ef1aec966f2c0594dbf47a51d340e.tar.gz
ouroboros-d6f20c13da9ef1aec966f2c0594dbf47a51d340e.zip
lib: dev: implementation of flow_cntl
allows setting the oflags to make flow_read and flow_write blocking or non-blocking (FLOW_O_NONBLOCK).
Diffstat (limited to 'include/ouroboros/dev.h')
-rw-r--r--include/ouroboros/dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ouroboros/dev.h b/include/ouroboros/dev.h
index e857e211..d8e65144 100644
--- a/include/ouroboros/dev.h
+++ b/include/ouroboros/dev.h
@@ -31,7 +31,7 @@
/* These calls should be removed once we write the ouroboros OS. */
int ap_init(char * ap_name);
-void ap_fini();
+void ap_fini(void);
/* Returns file descriptor */
int ap_reg(char ** difs, size_t difs_size);