about summary refs log tree commit diff
path: root/misc/iobuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/iobuf.h')
-rw-r--r--misc/iobuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/iobuf.h b/misc/iobuf.h
index ef213d1..bdaf6eb 100644
--- a/misc/iobuf.h
+++ b/misc/iobuf.h
@@ -5,6 +5,7 @@ struct io_buffer {
     size_t buf_off;
     size_t buf_len;
     char *buf;
+    int error;
 };
 
 int buf_init(struct io_buffer *iob, size_t size);