X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Fio.h;h=54300ce4575ba684389c93c478afa16d8b4d1e6b;hb=f08b8139fc7370224c59bc3178b887810b98592b;hp=8efc0024c9d230a580bd7838de4d7ad30503e381;hpb=17a81baf84a9c8f89603173be3169a0a2017702d;p=ccan diff --git a/ccan/io/io.h b/ccan/io/io.h index 8efc0024..54300ce4 100644 --- a/ccan/io/io.h +++ b/ccan/io/io.h @@ -109,7 +109,8 @@ void io_set_finish_(struct io_conn *conn, * @arg: the argument to @init. * * When @fd becomes readable, we accept(), create a new connection, - * (tal'ocated off @ctx) and pass that to init(). + * (tal'ocated off @ctx) and pass that to init(). Note that if there is + * an error on this file descriptor, it will be freed. * * Returns NULL on error (and sets errno). *