diff options
author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-02-12 23:01:21 +0000 |
---|---|---|
committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-02-12 23:01:21 +0000 |
commit | 68008d8656a1dc3e96bedc40a93c9c2389c10f2c (patch) | |
tree | 274bdcdb223e0304217bb75b7d56c66a9ca7a99c /python/qmf2/common.py | |
parent | 68fb9a03641e50fbb6c045ac2f39091bf0bf9d08 (diff) | |
download | qpid-python-68008d8656a1dc3e96bedc40a93c9c2389c10f2c.tar.gz |
QPID-2261: add async method call workitems
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qmf2/common.py')
-rw-r--r-- | python/qmf2/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qmf2/common.py b/python/qmf2/common.py index 10ea994a16..8107b86666 100644 --- a/python/qmf2/common.py +++ b/python/qmf2/common.py @@ -132,6 +132,7 @@ class WorkItem(object): EVENT_RECEIVED=7 AGENT_HEARTBEAT=8 QUERY_COMPLETE=9 + METHOD_RESPONSE=10 # Enumeration of the types of WorkItems produced on the Agent METHOD_CALL=1000 QUERY=1001 |