X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.h;h=0da3fd6948b38b6805f7076e4eeebc83e4ed68cf;hp=20dd9b86f70970b8d178605f46e2467a728352ef;hb=6b935f552ebfe3a0a83ec9367deb2f42c1aff252;hpb=3dd2078d278f922cb373dc7ed36fa2b18367098f diff --git a/recv.h b/recv.h index 20dd9b86..0da3fd69 100644 --- a/recv.h +++ b/recv.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2009 Andre Noll + * Copyright (C) 2005-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -12,14 +12,8 @@ struct receiver_node { /** Points to the corresponding receiver. */ struct receiver *receiver; - /** The output buffer. */ - char *buf; - /** The amount of bytes in \a buf. */ - size_t loaded; /** Receiver-specific data. */ void *private_data; - /** 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. */