summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qmf/engine/Console.h2
-rw-r--r--qpid/cpp/include/qmf/engine/ObjectId.h4
2 files changed, 6 insertions, 0 deletions
diff --git a/qpid/cpp/include/qmf/engine/Console.h b/qpid/cpp/include/qmf/engine/Console.h
index f53f351760..ce72360da7 100644
--- a/qpid/cpp/include/qmf/engine/Console.h
+++ b/qpid/cpp/include/qmf/engine/Console.h
@@ -136,6 +136,8 @@ namespace engine {
public:
~AgentProxy();
const char* getLabel() const;
+ uint32_t getBrokerBank() const;
+ uint32_t getAgentBank() const;
private:
friend struct StaticContext;
diff --git a/qpid/cpp/include/qmf/engine/ObjectId.h b/qpid/cpp/include/qmf/engine/ObjectId.h
index b71473a799..2055972c00 100644
--- a/qpid/cpp/include/qmf/engine/ObjectId.h
+++ b/qpid/cpp/include/qmf/engine/ObjectId.h
@@ -39,6 +39,10 @@ namespace engine {
uint32_t getObjectNumLo() const;
bool isDurable() const;
const char* str() const;
+ uint8_t getFlags() const;
+ uint16_t getSequence() const;
+ uint32_t getBrokerBank() const;
+ uint32_t getAgentBank() const;
bool operator==(const ObjectId& other) const;
bool operator<(const ObjectId& other) const;