From a6f5eb61d0480cd7f2fb80085e6814ffa8068635 Mon Sep 17 00:00:00 2001 From: John Peacock Date: Tue, 25 Sep 2007 14:10:49 +0000 Subject: [PATCH] Missing fields for async server. git-svn-id: https://svn.perl.org/qpsmtpd/trunk@799 958fd67b-6ff1-0310-b445-bb7760255be9 --- lib/Qpsmtpd/PollServer.pm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/Qpsmtpd/PollServer.pm b/lib/Qpsmtpd/PollServer.pm index 549981c..d789082 100644 --- a/lib/Qpsmtpd/PollServer.pm +++ b/lib/Qpsmtpd/PollServer.pm @@ -24,10 +24,13 @@ use fields qw( _commands _config_cache _connection - _transaction - _test_mode - _extras + _connection_count _continuation + _extras + _id + _test_mode + _transaction + _transaction_count ); use Qpsmtpd::Constants; use Qpsmtpd::Address;