X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;h=322e45efd5eefd465ef052361f7f5ed97ca66535;hb=81c6612b5c71982c28057c30c42ce4cbb8120eaf;hp=288e8b2e9b97bd5d0d5c3b54a2d7cb0a48061653;hpb=5184399673cc3554c0331b6fe862dcf45859fc22;p=citadel.git diff --git a/citadel/modules/smtp/smtpqueue.h b/citadel/modules/smtp/smtpqueue.h index 288e8b2e9..322e45efd 100644 --- a/citadel/modules/smtp/smtpqueue.h +++ b/citadel/modules/smtp/smtpqueue.h @@ -63,6 +63,7 @@ typedef struct queueitem { StrBuf *SenderRoom; ParsedURL *URL; ParsedURL *FallBackHost; + int HaveRelay; } OneQueItem; typedef void (*QItemHandler)(OneQueItem *Item, StrBuf *Line, const char **Pos);