]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
ungegister_task(): Set task error value to -E_TASK_KILLED.
[paraslash.git] / filter.h
index 2e1b01c38a7dc4cfec3336e6037f89398ea4f5e4..5cb7aaf83622629ec8184f17b44174b011aed4dd 100644 (file)
--- a/filter.h
+++ b/filter.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.
  */
@@ -40,8 +40,6 @@ struct filter_chain {
        size_t *in_loaded;
        /** Contains the number of bytes loaded in the output buffer. */
        size_t *out_loaded;
-       /** Non-zero if this filter wont' produce any more output. */
-       int error;
        /** Pointer to the error variable of the receiving application. */
        int *input_error;
        /** Pointer to the error variable of the writing application. */