client.c: supervisor task should use post_select instead of pre_select.
[paraslash.git] / recv.h
diff --git a/recv.h b/recv.h
index e1ef4e21b8583059bd79e30d4b8d5faef1b30430..d52cebaaf15a06e7bf8de9d13b22d03569e382d3 100644 (file)
--- a/recv.h
+++ b/recv.h
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2005-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -18,10 +18,8 @@ struct receiver_node {
        size_t loaded;
        /** receiver-specific data */
        void *private_data;
        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;
+       /** 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 */
        /** pointer to the configuration data for this instance */
        void *conf;
        /** the task associated with this instance */