summaryrefslogtreecommitdiff
path: root/inc/response.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-29 12:30:54 -0400
committerbd <bdunahu@operationnull.com>2025-03-29 12:30:54 -0400
commit9793bf119cc6314e264bdfc9e98bc27c81db0adb (patch)
tree2c8159f9b9ae655cc810e705834a45938a63c624 /inc/response.h
parentbc47d9131869b1f072e21d9cb61746d14bf30751 (diff)
Add implementation functions for checking out a register.
Diffstat (limited to 'inc/response.h')
-rw-r--r--inc/response.h1
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);