X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcsocketstream.h;h=46cce4faede773f7accd4678d7eceab457d746f6;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=42990936f8bf73b3f378f437e9d51d34d719b0e7;hpb=51558729d89b9f3492b2ca754242ed548a579ca4;p=silc.git diff --git a/lib/silcutil/silcsocketstream.h b/lib/silcutil/silcsocketstream.h index 42990936..46cce4fa 100644 --- a/lib/silcutil/silcsocketstream.h +++ b/lib/silcutil/silcsocketstream.h @@ -93,7 +93,8 @@ typedef void (*SilcSocketStreamCallback)(SilcResult status, * also return NULL as the `callback' is called immediately. * * If the silc_stream_set_notifier is called the stream is set to - * non-blocking mode. + * non-blocking mode. If `schedule' is NULL this will call + * silc_schedule_get_global to try to get global scheduler. * ***/ SilcAsyncOperation @@ -136,7 +137,8 @@ silc_socket_tcp_stream_create(SilcSocket sock, SilcBool lookup, * This function returns the created SilcStream or NULL on error. * * If the silc_stream_set_notifier is called the stream is set to - * non-blocking mode. + * non-blocking mode. If `schedule' is NULL this will call + * silc_schedule_get_global to try to get global scheduler. * ***/ SilcStream silc_socket_udp_stream_create(SilcSocket sock,