summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/log/windows/SinkOptions.h
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-10-31 19:38:15 +0000
committerStephen D. Huston <shuston@apache.org>2008-10-31 19:38:15 +0000
commit3953fbefe01dc21d032ace6f857050d809d633e3 (patch)
treed7a92eeaab775fb6b97086022565b8e844c13750 /cpp/src/qpid/log/windows/SinkOptions.h
parente18637a56ae0e3a70f7003512944c3f7b5c5fd0e (diff)
downloadqpid-python-3953fbefe01dc21d032ace6f857050d809d633e3.tar.gz
Get initial Windows options in; event log doesn't yet work
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709544 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/log/windows/SinkOptions.h')
-rw-r--r--cpp/src/qpid/log/windows/SinkOptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/log/windows/SinkOptions.h b/cpp/src/qpid/log/windows/SinkOptions.h
index ba9d53ad49..d14e9352be 100644
--- a/cpp/src/qpid/log/windows/SinkOptions.h
+++ b/cpp/src/qpid/log/windows/SinkOptions.h
@@ -45,6 +45,7 @@ struct SinkOptions : public qpid::log::SinkOptions {
bool logToStderr;
bool logToStdout;
bool logToEventLog;
+ std::string eventSource;
std::string logFile;
};