Mercurial > dnsbl
diff src/context.h @ 320:e27c24c1974a
more smtp verify logging
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 17 Dec 2016 09:46:40 -0800 |
parents | f5547e7b3a09 |
children | e172dc10fe24 |
line wrap: on
line diff
--- a/src/context.h Thu Sep 22 08:49:44 2016 -0700 +++ b/src/context.h Sat Dec 17 09:46:40 2016 -0800 @@ -91,6 +91,7 @@ smtp_list connections;// open sockets, ready to be used public: VERIFY(const char *h); + void log(const char *m, const char *q, const char *v); void closer(); // if the oldest socket is ancient, close it SMTP *get_connection(const char *queueid); void put_connection(SMTP *conn);