diff options
Diffstat (limited to 'inc/response.h')
-rw-r--r-- | inc/response.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/response.h b/inc/response.h index 501923a..c1f38e7 100644 --- a/inc/response.h +++ b/inc/response.h @@ -21,8 +21,7 @@ enum Response { OK, - WAIT, - BLOCKED, + READY, STALLED, }; |