diff options
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r-- | src/transport/transport_api.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index 62f8604fb3..e821abee4c 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -1289,7 +1289,8 @@ call_hello_update_cb_async (void *cls, /** - * Obtain the HELLO message for this peer. + * Obtain the HELLO message for this peer. The callback given in this function + * is never called synchronously. * * @param handle connection to transport service * @param rec function to call with the HELLO, sender will be our peer |