diff options
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 |