diff options
Diffstat (limited to 'libglusterfs/src/iobuf.h')
-rw-r--r-- | libglusterfs/src/iobuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/iobuf.h b/libglusterfs/src/iobuf.h index 3d389b82fc9..08831bbe9bb 100644 --- a/libglusterfs/src/iobuf.h +++ b/libglusterfs/src/iobuf.h @@ -85,6 +85,7 @@ struct iobuf_pool { int arena_cnt; struct iobuf_arena arenas; /* head node arena (unused by itself) */ + struct iobuf_arena filled; /* arenas without free iobufs */ }; |