From 10c5059713863321033f58cbc35cc6ac41cd3e30 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Tue, 14 Jun 2016 09:29:01 +0200 Subject: lib, dev: fixed comment Comment updated to reflect removal of the AP name from flow allocation. --- include/ouroboros/dev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3