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 d17c1db486d..de95da324a6 100644 --- a/libglusterfs/src/iobuf.h +++ b/libglusterfs/src/iobuf.h @@ -123,5 +123,6 @@ int iobref_merge (struct iobref *to, struct iobref *from);  size_t iobuf_size (struct iobuf *iobuf);  size_t iobref_size (struct iobref *iobref); +void   iobuf_stats_dump (struct iobuf_pool *iobuf_pool);  #endif /* !_IOBUF_H_ */  | 
