Compiler masochism compliance.
[exim.git] / src / src / transports / pipe.h
index fb3521fc3f52e53cf325d213b0ce0ecf7cb70a00..765c140928f056a0c85b88333128a1d0ba226a1b 100644 (file)
@@ -1,10 +1,10 @@
-/* $Cambridge: exim/src/src/transports/pipe.h,v 1.6 2007/01/08 10:50:20 ph10 Exp $ */
+/* $Cambridge: exim/src/src/transports/pipe.h,v 1.8 2010/06/05 10:04:44 pdp Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2007 */
+/* Copyright (c) University of Cambridge 1995 - 2009 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Private structure for the private options. */
@@ -24,7 +24,9 @@ typedef struct {
   int   timeout;
   int   options;
   BOOL  freeze_exec_fail;
+  BOOL  freeze_signal;
   BOOL  ignore_status;
+  BOOL  permit_coredump;
   BOOL  restrict_to_path;
   BOOL  timeout_defer;
   BOOL  use_shell;