aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-16 14:40:15 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-16 14:40:15 +0000
commit9e70be8aaa478c5d30b5f19678a432f32b0772d9 (patch)
treeda58168e5d2feaad55f3884da5ec00327eff0760 /fetchmail.h
parent0b4ddfc4c16f880a55e5de8833df1716e899b5cd (diff)
downloadfetchmail-9e70be8aaa478c5d30b5f19678a432f32b0772d9.tar.gz
fetchmail-9e70be8aaa478c5d30b5f19678a432f32b0772d9.tar.bz2
fetchmail-9e70be8aaa478c5d30b5f19678a432f32b0772d9.zip
Do pre-computation of destination address correctly.
svn path=/trunk/; revision=2093
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 57678a5e..41e91f52 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -205,6 +205,7 @@ struct query
/* internal use */
flag active; /* should we actually poll this server? */
+ char *destaddr; /* destination host for this query */
int errcount; /* count transient errors in last pass */
int smtp_socket; /* socket descriptor for SMTP connection */
unsigned int uid; /* UID of user to deliver to */