Add the force_command option to the pipe transport
[exim.git] / src / src / transports / pipe.h
index 343628e209e328a22842e967826b364ea1f5269d..e1011745856a377976d010649795bd7737dd5c51 100644 (file)
@@ -21,6 +21,7 @@ typedef struct {
   int   max_output;
   int   timeout;
   int   options;
+  BOOL  force_command;
   BOOL  freeze_exec_fail;
   BOOL  freeze_signal;
   BOOL  ignore_status;