summaryrefslogtreecommitdiffstats
path: root/include/zix/common.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-01 23:14:03 -0400
committerDavid Robillard <d@drobilla.net>2022-09-01 23:59:38 -0400
commit7cd6a5437c263a4e2b64bafdf780d60ce51f941f (patch)
treea87d20b772ddc0e864cc2768a999af2d8f92cf13 /include/zix/common.h
parent16a8597f4d52de948291825698b7d2458998a510 (diff)
downloadzix-7cd6a5437c263a4e2b64bafdf780d60ce51f941f.tar.gz
zix-7cd6a5437c263a4e2b64bafdf780d60ce51f941f.tar.bz2
zix-7cd6a5437c263a4e2b64bafdf780d60ce51f941f.zip
Simplify thread and semaphore status codes
Diffstat (limited to 'include/zix/common.h')
-rw-r--r--include/zix/common.h1
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