X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcsocketstream.h;h=46cce4faede773f7accd4678d7eceab457d746f6;hp=42990936f8bf73b3f378f437e9d51d34d719b0e7;hb=f2dd07bb06c199bc35b8a69c0828f88c8e028db6;hpb=1f27d9647347b2da8797ccaaa76c04c51c41a6c4 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,