summaryrefslogtreecommitdiff
path: root/include/ouroboros/dev.h
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-06-14 09:29:01 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-06-14 09:29:01 +0200
commit10c5059713863321033f58cbc35cc6ac41cd3e30 (patch)
tree79328fcdeb8a33df580ba4b9b002d91b89def477 /include/ouroboros/dev.h
parentf8afe1b570c4829bdc47e5963c93609e7196f414 (diff)
downloadouroboros-10c5059713863321033f58cbc35cc6ac41cd3e30.tar.gz
ouroboros-10c5059713863321033f58cbc35cc6ac41cd3e30.zip
lib, dev: fixed comment
Comment updated to reflect removal of the AP name from flow allocation.
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 1f664d35..ee253ff8 100644
--- a/include/ouroboros/dev.h
+++ b/include/ouroboros/dev.h
@@ -36,7 +36,7 @@
int ap_init(char * ap_name);
void ap_fini(void);
-/* Returns file descriptor (> 0) and client name(s) */
+/* Returns file descriptor (> 0) and client AE name */
int flow_accept(char ** ae_name);
int flow_alloc_resp(int fd, int result);