X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.h;h=6d318d6adbc0d80e9a8df99a9f4a9888da15fd5e;hp=e1ef4e21b8583059bd79e30d4b8d5faef1b30430;hb=847cf62ae6a5df96af143f21cdf9b36f4ffdff70;hpb=471684761a2039bbc89aa1e3c33c62de6bef86cf diff --git a/recv.h b/recv.h index e1ef4e21..6d318d6a 100644 --- a/recv.h +++ b/recv.h @@ -18,10 +18,10 @@ struct receiver_node { size_t loaded; /** receiver-specific data */ void *private_data; - /** set to 1 if end of file is reached */ - int eof; - /** pointer to the eof member of the consumer */ - int *output_eof; + /** Set to non-zero error value on errors or on end of file. */ + int error; + /** Pointer to the error member of the consumer. */ + int *output_error; /** pointer to the configuration data for this instance */ void *conf; /** the task associated with this instance */