diff options
author | Adam <Adam@anope.org> | 2010-09-28 18:08:07 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-09-28 18:08:07 -0400 |
commit | e990259d6dc53ed33cc3153ca6ad39db3ad51db2 (patch) | |
tree | e565aceb8441b5f4b7b222b6d80dacb3d56abeb1 /include | |
parent | 5a4de87df122302d5e6e739e5e1a425d33d71060 (diff) |
Rewrote the mail forking code to use pipes, sometimes mails wouldn't work with the old method
Diffstat (limited to 'include')
-rw-r--r-- | include/services.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/services.h b/include/services.h index 93e0561ea..53b6ea6d2 100644 --- a/include/services.h +++ b/include/services.h @@ -1059,6 +1059,9 @@ typedef struct ignore_data { struct mailinfo_ { FILE *pipe; + /* Used only with mail forking */ + FILE *writepipe; + FILE *readpipe; User *sender; NickCore *recipient; NickRequest *recip; |