From f114b9ea0a5cb03d0e9d411090026774d6df44bf Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 03 Jan 2007 00:57:27 +0000 Subject: added request serial tracking to sitecing_interface --- (limited to 'include') diff --git a/include/sitecing/sitecing_interface.h b/include/sitecing/sitecing_interface.h index 0cba2bb..f0210d6 100644 --- a/include/sitecing/sitecing_interface.h +++ b/include/sitecing/sitecing_interface.h @@ -23,11 +23,15 @@ namespace sitecing { * Pointer to the output stream. */ ostream *out; + /** + * Serial number of request being processed. + */ + long serial; /** * The default constructor doesn't do much. */ - sitecing_interface() : out(0) {} + sitecing_interface() : out(0), serial(0) {} /** * The constructor initializes the output stream pointer. * @param o the value to initialize the output stream pointer with. -- cgit v0.9.0.2