summaryrefslogtreecommitdiff
path: root/python/qmf2/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qmf2/common.py')
-rw-r--r--python/qmf2/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qmf2/common.py b/python/qmf2/common.py
index 66cb1f3a7d..10ea994a16 100644
--- a/python/qmf2/common.py
+++ b/python/qmf2/common.py
@@ -131,6 +131,7 @@ class WorkItem(object):
OBJECT_UPDATE=5
EVENT_RECEIVED=7
AGENT_HEARTBEAT=8
+ QUERY_COMPLETE=9
# Enumeration of the types of WorkItems produced on the Agent
METHOD_CALL=1000
QUERY=1001