diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-06-14 09:29:01 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-06-14 09:29:01 +0200 |
commit | 10c5059713863321033f58cbc35cc6ac41cd3e30 (patch) | |
tree | 79328fcdeb8a33df580ba4b9b002d91b89def477 /include | |
parent | f8afe1b570c4829bdc47e5963c93609e7196f414 (diff) | |
download | ouroboros-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')
-rw-r--r-- | include/ouroboros/dev.h | 2 |
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); |