diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-06-11 14:24:05 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-06-11 14:24:05 +0000 |
| commit | b2838cde6c363bdd3dae72e54768f9c510afd994 (patch) | |
| tree | 2f521a7568bf2fee7fa36b2927d7f822a28088de /cpp/src/qpid/broker/Connection.cpp | |
| parent | 024f9243d86a2691a5ea76183c42b1978dceb6c8 (diff) | |
| download | qpid-python-b2838cde6c363bdd3dae72e54768f9c510afd994.tar.gz | |
Add flag to broker Connection so that it knows if it is a
local or shadow connection
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Connection.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Connection.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Connection.cpp b/cpp/src/qpid/broker/Connection.cpp index c21fd49171..8575381453 100644 --- a/cpp/src/qpid/broker/Connection.cpp +++ b/cpp/src/qpid/broker/Connection.cpp @@ -58,7 +58,8 @@ Connection::Connection(ConnectionOutputHandler* out_, Broker& broker_, const std links(broker_.getLinks()), agent(0), timer(broker_.getTimer()), - errorListener(0) + errorListener(0), + shadow(false) { Manageable* parent = broker.GetVhostObject(); |
