~cmooney/scalestack/ss_smtpd

« back to all changes in this revision

Viewing changes to scalestack/event/test/handler.cc

  • Committer: Christopher Mooney
  • Date: 2011-02-02 01:42:40 UTC
  • Revision ID: chris@dod.net-20110202014240-0je75cycpa8xpf81
fleshed out a little better the modules and classes we are going to be
needing for the protocol parser and message server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "config.h"
25
25
 
 
26
#include <cassert>
26
27
#include <cerrno>
27
28
#include <cstring>
28
29
#include <unistd.h>