diff options
| author | Gordon Sim <gsim@apache.org> | 2008-01-31 18:50:46 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-01-31 18:50:46 +0000 |
| commit | f1ba7709347e5282438dbec5bed5e55c861092cd (patch) | |
| tree | 8c77e4c64ecc94ff155be3ecb5d968b867e70e14 /cpp/src/qpid/client/Connector.h | |
| parent | d4cea999d498af0884692bcaeb923277495e15e3 (diff) | |
| download | qpid-python-f1ba7709347e5282438dbec5bed5e55c861092cd.tar.gz | |
Make ports accesible through socket interface.
Add local port to each logged frame in the client Connector
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Connector.h')
| -rw-r--r-- | cpp/src/qpid/client/Connector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/Connector.h b/cpp/src/qpid/client/Connector.h index 121a1c33aa..ffddbfd1be 100644 --- a/cpp/src/qpid/client/Connector.h +++ b/cpp/src/qpid/client/Connector.h @@ -59,6 +59,7 @@ class Connector : public framing::OutputHandler, size_t lastEof; // Position after last EOF in frames framing::Buffer encode; size_t framesEncoded; + std::string identifier; void writeOne(const sys::Mutex::ScopedLock&); void newBuffer(const sys::Mutex::ScopedLock&); |
