summaryrefslogtreecommitdiffstats
path: root/qmail.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2015-07-27 18:47:13 +0200
committermanuel <manuel@mausz.at>2015-07-27 18:47:13 +0200
commit328b68e47ed505907d8bc9b3246bda99a83e6f42 (patch)
tree33311db36fe92e9e681ccb7f87d1c597e08fee52 /qmail.h
parent6fc0d9657d169aea8e05874c7f953f47c82deb33 (diff)
downloadqmail-328b68e47ed505907d8bc9b3246bda99a83e6f42.tar.gz
qmail-328b68e47ed505907d8bc9b3246bda99a83e6f42.tar.bz2
qmail-328b68e47ed505907d8bc9b3246bda99a83e6f42.zip
[PATCH] qmail queue custom error patch
see google qmail-queue-custom-error-v2.patch
Diffstat (limited to 'qmail.h')
-rw-r--r--qmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmail.h b/qmail.h
index 7fa13e2..7babebf 100644
--- a/qmail.h
+++ b/qmail.h
@@ -8,6 +8,7 @@ struct qmail {
8 unsigned long pid; 8 unsigned long pid;
9 int fdm; 9 int fdm;
10 int fde; 10 int fde;
11 int fderr;
11 substdio ss; 12 substdio ss;
12 char buf[1024]; 13 char buf[1024];
13} ; 14} ;