ossp-pkg/sio/sio.pod 1.6 -> 1.7
--- sio.pod 2002/11/24 19:47:08 1.6
+++ sio.pod 2002/11/28 16:29:37 1.7
@@ -192,10 +192,13 @@
Destroy the stream object I<sio>. The object is invalid after this
call succeeded.
-=item sio_rc_t B<sio_input>(sio_t *I<sio>, al_t *I<al>, size_t limit);
+=item sio_rc_t B<sio_input>(sio_t *I<sio>, al_t *I<al>, size_t limit, al_label_t label);
Pull data from stream object I<sio>, the data is appended to the
assembly line I<al> and will contain no more than I<limit> bytes.
+If label != NULL then only data that is tagged with this label
+will be pulled from the stream. However, finally all data must
+be pulled from the stream before new I/O operations are scheduled.
=item sio_rc_t B<sio_output>(sio_t *I<sio>, al_t *I<al>);
|
|