X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Fpipe.h;h=6417361ca1c5812c6e652b9a1e7c4975e7f2a51d;hb=bc338899110ea22098559081f77cbd0f7a8044bd;hp=cdb10af7d491896a4586b6ee6678821205f9edd0;hpb=ca5aa725ec67d4335f4a41738dd3b7dc0d17393d;p=exim.git diff --git a/src/src/transports/pipe.h b/src/src/transports/pipe.h index cdb10af7d..6417361ca 100644 --- a/src/src/transports/pipe.h +++ b/src/src/transports/pipe.h @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/transports/pipe.h,v 1.7 2009/11/16 19:56:54 nm4 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2013 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ @@ -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;