summaryrefslogtreecommitdiff
path: root/src/base/output.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2007-08-02 14:19:40 -0700
committerNathan Binkert <nate@binkert.org>2007-08-02 14:19:40 -0700
commit4041e1ddd98ce0d3e21714b5830ac5f3e66c3765 (patch)
tree5ef0ed60e47e6e622307416b0cd7b2ff1a26f237 /src/base/output.hh
parentb3674749168dd4823795644b1bb820ce2876a615 (diff)
parent31a9114a3d449c41a796bc26cce5dce86a4d1b15 (diff)
downloadgem5-4041e1ddd98ce0d3e21714b5830ac5f3e66c3765.tar.xz
merge: no manual changes
--HG-- extra : convert_revision : fe31a334a6db4e4ac8489738429093c90ea94925
Diffstat (limited to 'src/base/output.hh')
-rw-r--r--src/base/output.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/output.hh b/src/base/output.hh
index 0aae4ae81..5de0c4005 100644
--- a/src/base/output.hh
+++ b/src/base/output.hh
@@ -51,7 +51,7 @@ class OutputDirectory
const std::string &directory();
std::string resolve(const std::string &name);
- std::ostream *create(const std::string &name);
+ std::ostream *create(const std::string &name, bool binary = false);
std::ostream *find(const std::string &name);
static bool isFile(const std::ostream *os);