diff options
Diffstat (limited to 'include/zix/common.h')
-rw-r--r-- | include/zix/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zix/common.h b/include/zix/common.h index 0cefd55..a097edd 100644 --- a/include/zix/common.h +++ b/include/zix/common.h @@ -29,6 +29,7 @@ typedef enum { ZIX_STATUS_TIMEOUT, ZIX_STATUS_OVERFLOW, ZIX_STATUS_NOT_SUPPORTED, + ZIX_STATUS_UNAVAILABLE, } ZixStatus; /// Return a string describing a status code |