diff options
Diffstat (limited to 'rt/aio_misc.h')
-rw-r--r-- | rt/aio_misc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/aio_misc.h b/rt/aio_misc.h index eda06541e6..372b5556ca 100644 --- a/rt/aio_misc.h +++ b/rt/aio_misc.h @@ -62,7 +62,8 @@ enum no, queued, yes, - allocated + allocated, + done }; |