summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rld-process.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/rld-process.h')
-rw-r--r--rtemstoolkit/rld-process.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/rtemstoolkit/rld-process.h b/rtemstoolkit/rld-process.h
index fc9b7bc..a9902b2 100644
--- a/rtemstoolkit/rld-process.h
+++ b/rtemstoolkit/rld-process.h
@@ -115,6 +115,13 @@ namespace rld
tempfile (const std::string& suffix = ".rldxx", bool keep = false);
/**
+ * Get a temporary file given a name and a suffix.
+ */
+ tempfile (const std::string& name,
+ const std::string& suffix,
+ bool _keep = false);
+
+ /**
* Clean up the temporary file.
*/
~tempfile ();