From 53f5fda5de2b2ed7229cec0118d27ab420f8dca1 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sat, 3 Mar 2007 07:45:55 -0800 Subject: Do the default argument stuff in python --HG-- extra : convert_revision : 235f85e611a669401c6ddfbdf14244e80eb55888 --- src/python/swig/stats.i | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/python/swig') diff --git a/src/python/swig/stats.i b/src/python/swig/stats.i index b7cd47157..d36f82dbc 100644 --- a/src/python/swig/stats.i +++ b/src/python/swig/stats.i @@ -42,9 +42,9 @@ namespace Stats { void initSimStats(); void initText(const std::string &filename, bool desc=true, bool compat=true); -void initMySQL(std::string host, std::string database, std::string user = "", - std::string passwd = "", std::string name = "test", - std::string sample = "0", std::string project = "test"); +void initMySQL(std::string host, std::string database, std::string user, + std::string passwd, std::string project, std::string name, + std::string sample); void StatEvent(bool dump, bool reset, Tick when = curTick, Tick repeat = 0); -- cgit v1.2.3