aboutsummaryrefslogtreecommitdiff
path: root/src/query.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/query.hh')
-rw-r--r--src/query.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/query.hh b/src/query.hh
index 6ac6afb..583f96b 100644
--- a/src/query.hh
+++ b/src/query.hh
@@ -5,9 +5,9 @@
#include "threads.hh"
enum : int {
- QUERY_OK = 0,
- QUERY_ERROR = 1,
- QUERY_FAILED = 3,
+ QUERY_STATUS_OK = 0,
+ QUERY_STATUS_ERROR = 1,
+ QUERY_STATUS_FAILED = 3,
};
struct TQueryManagerConnection{