summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'storaged/include/storaged.h')
-rw-r--r--storaged/include/storaged.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storaged/include/storaged.h b/storaged/include/storaged.h
index a16be27db..0bdff7483 100644
--- a/storaged/include/storaged.h
+++ b/storaged/include/storaged.h
@@ -302,8 +302,8 @@ public:
302 return mUidm.get_uid_io_stats(); 302 return mUidm.get_uid_io_stats();
303 } 303 }
304 std::map<uint64_t, std::vector<struct uid_record>> get_uid_records( 304 std::map<uint64_t, std::vector<struct uid_record>> get_uid_records(
305 int hours, uint64_t threshold) { 305 int hours, uint64_t threshold, bool force_report) {
306 return mUidm.dump(hours, threshold); 306 return mUidm.dump(hours, threshold, force_report);
307 } 307 }
308 void update_uid_io_interval(int interval) { 308 void update_uid_io_interval(int interval) {
309 if (interval >= DEFAULT_PERIODIC_CHORES_INTERVAL_UID_IO_LIMIT) { 309 if (interval >= DEFAULT_PERIODIC_CHORES_INTERVAL_UID_IO_LIMIT) {