aboutsummaryrefslogtreecommitdiffstats
path: root/src/request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/request.hpp')
-rw-r--r--src/request.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/request.hpp b/src/request.hpp
index ab1ef95..ded2c02 100644
--- a/src/request.hpp
+++ b/src/request.hpp
@@ -26,7 +26,8 @@ namespace wm
enum Task
{
TASK_ALLOCATE,
- TASK_RELEASE
+ TASK_RELEASE,
+ TASK_INVALID
};
struct WMTrigger