diff options
Diffstat (limited to 'cpp/src/qpid/broker/Link.h')
-rw-r--r-- | cpp/src/qpid/broker/Link.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/Link.h b/cpp/src/qpid/broker/Link.h index 6fef694663..8e741c6eb7 100644 --- a/cpp/src/qpid/broker/Link.h +++ b/cpp/src/qpid/broker/Link.h @@ -76,6 +76,7 @@ namespace qpid { static const int STATE_OPERATIONAL = 3; static const int STATE_FAILED = 4; static const int STATE_CLOSED = 5; + static const int STATE_PASSIVE = 6; static const uint32_t MAX_INTERVAL = 32; @@ -120,6 +121,7 @@ namespace qpid { Broker* getBroker() { return broker; } void notifyConnectionForced(const std::string text); + void setPassive(bool p); // PersistableConfig: void setPersistenceId(uint64_t id) const; |