Whamcloud - gitweb
LU-13827 utils: ofd_access_batch to print top hot files
[fs/lustre-release.git] / lustre / utils / ofd_access_batch.h
index e06278f..7b874ee 100644 (file)
@@ -11,6 +11,6 @@ void alr_batch_destroy(struct alr_batch *alrb);
 int alr_batch_add(struct alr_batch *alrb, const char *obd_name,
                const struct lu_fid *pfid, time_t time, __u64 begin, __u64 end,
                __u32 size, __u32 segment_count, __u32 flags);
-int alr_batch_print(struct alr_batch *alrb, FILE *file);
+int alr_batch_print(struct alr_batch *alrb, FILE *file, int fraction);
 
 #endif /* _OFD_ACCESS_BATCH_H_ */