diff options
| author | Gordon Sim <gsim@apache.org> | 2007-11-28 13:28:21 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-11-28 13:28:21 +0000 |
| commit | 8e3ec1e93a84fcc0dac67639293b6f80bec21417 (patch) | |
| tree | 03da8bc9a4f9e57a430d3761b6fbe4f9ba7a7872 /cpp/src/qpid/framing/SessionState.h | |
| parent | 21e1355c2565e8e348233f582d49be3f69460890 (diff) | |
| download | qpid-python-8e3ec1e93a84fcc0dac67639293b6f80bec21417.tar.gz | |
Disable recoding of frames for replay where replay will not be required.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@598992 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing/SessionState.h')
| -rw-r--r-- | cpp/src/qpid/framing/SessionState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/SessionState.h b/cpp/src/qpid/framing/SessionState.h index 7a12c2ac9a..066bece003 100644 --- a/cpp/src/qpid/framing/SessionState.h +++ b/cpp/src/qpid/framing/SessionState.h @@ -61,7 +61,7 @@ class SessionState * * N=0 disables voluntary send/solict ack. */ - SessionState(uint32_t ackInterval, const framing::Uuid& id=framing::Uuid(true)); + SessionState(uint32_t ackInterval, bool enableReplay = true, const framing::Uuid& id=framing::Uuid(true)); /** * Create a non-resumable session. Does not store session frames, |
