Add the force_command option to the pipe transport
[exim.git] / src / src / transports / pipe.h
index da141c0d18a405df70b242adcb09a04e02d31476..e1011745856a377976d010649795bd7737dd5c51 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/transports/pipe.h,v 1.8 2010/06/05 10:04:44 pdp Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -23,7 +21,9 @@ 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;