summaryrefslogtreecommitdiff
path: root/cmds/dumpstate/DumpPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/dumpstate/DumpPool.h')
-rw-r--r--cmds/dumpstate/DumpPool.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmds/dumpstate/DumpPool.h b/cmds/dumpstate/DumpPool.h
index a4ea875541..0c3c2cc0d7 100644
--- a/cmds/dumpstate/DumpPool.h
+++ b/cmds/dumpstate/DumpPool.h
@@ -134,6 +134,11 @@ class DumpPool {
*/
void waitForTask(const std::string& task_name, const std::string& title, int out_fd);
+ /*
+ * Deletes temporary files created by DumpPool.
+ */
+ void deleteTempFiles();
+
static const std::string PREFIX_TMPFILE_NAME;
private: