diff options
Diffstat (limited to 'cmds/dumpstate/DumpPool.h')
| -rw-r--r-- | cmds/dumpstate/DumpPool.h | 5 |
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: |