diff options
Diffstat (limited to 'inc/response.h')
-rw-r--r-- | inc/response.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/response.h b/inc/response.h index 6cd6678..05e9352 100644 --- a/inc/response.h +++ b/inc/response.h @@ -6,6 +6,7 @@ enum Response { OK, WAIT, BLOCKED, + STALLED, }; std::ostream &operator<<(std::ostream &os, Response r); |