Commit bfeb3316 authored by Nils Goroll's avatar Nils Goroll

reserve the error value from VSL_Write() and friends

parent e9a5539c
......@@ -339,6 +339,7 @@ VSL_Check(const struct VSL_cursor *c, const struct VSLC_ptr *ptr);
*/
enum vsl_status {
vsl_e_write = -5, // Error from VSL_Write etc.
vsl_e_io = -4, // I/O read error - see errno
vsl_e_overrun = -3, // Overrun
vsl_e_abandon = -2, // Remote abandoned or closed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment