From: Sree Harsha Totakura Date: Wed, 22 Feb 2012 13:56:23 +0000 (+0000) Subject: -refined semantics for STREAM_write X-Git-Tag: initial-import-from-subversion-38251~14731 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27f3a2d55f1e5eb3441fce75f925978d3bb1c08d;p=oweals%2Fgnunet.git -refined semantics for STREAM_write --- diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h index d3c4e1653..7ac0f5d96 100644 --- a/src/include/gnunet_stream_lib.h +++ b/src/include/gnunet_stream_lib.h @@ -220,7 +220,7 @@ struct GNUNET_STREAM_IOHandle; * @param timeout the timeout period * @param write_cont the function to call upon writing some bytes into the stream * @param write_cont_cls the closure - * @return handle to cancel the operation + * @return handle to cancel the operation; NULL if a previous write is pending */ struct GNUNET_STREAM_IOHandle * GNUNET_STREAM_write (struct GNUNET_STREAM_Socket *socket,