diff options
Diffstat (limited to '')
-rw-r--r-- | common/iobuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/iobuf.h b/common/iobuf.h index 3ac4fa061..3a189c47d 100644 --- a/common/iobuf.h +++ b/common/iobuf.h @@ -38,7 +38,7 @@ /* Command codes for iobuf_ioctl. */ -typedef enum +typedef enum { IOBUF_IOCTL_KEEP_OPEN = 1, /* Uses intval. */ IOBUF_IOCTL_INVALIDATE_CACHE = 2, /* Uses ptrval. */ |