summaryrefslogtreecommitdiff
path: root/io_muxer.h
diff options
context:
space:
mode:
Diffstat (limited to 'io_muxer.h')
-rw-r--r--io_muxer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_muxer.h b/io_muxer.h
index 8fbfc85..ae6b88f 100644
--- a/io_muxer.h
+++ b/io_muxer.h
@@ -36,8 +36,9 @@ struct IoMuxer {
};
enum IoMuxerResult {
- kIoMuxerResultError = 0,
+ kIoMuxerResultSuccess = 0,
kIoMuxerResultTimeout,
+ kIoMuxerResultError,
};
void IoMuxerCreate(struct IoMuxer* io_muxer);