Add the force_command option to the pipe transport
[exim.git] / src / src / transports / pipe.h
index cdb10af7d491896a4586b6ee6678821205f9edd0..e1011745856a377976d010649795bd7737dd5c51 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/transports/pipe.h,v 1.7 2009/11/16 19:56:54 nm4 Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -23,8 +21,11 @@ typedef struct {
   int   max_output;
   int   timeout;
   int   options;
+  BOOL  force_command;
   BOOL  freeze_exec_fail;
+  BOOL  freeze_signal;
   BOOL  ignore_status;
+  BOOL  permit_coredump;
   BOOL  restrict_to_path;
   BOOL  timeout_defer;
   BOOL  use_shell;