summaryrefslogtreecommitdiff
path: root/util/processinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/processinfo.h')
-rw-r--r--util/processinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/processinfo.h b/util/processinfo.h
index b10e6fe..5272831 100644
--- a/util/processinfo.h
+++ b/util/processinfo.h
@@ -53,8 +53,8 @@ namespace mongo {
bool supported();
- bool blockCheckSupported();
- bool blockInMemory( char * start );
+ static bool blockCheckSupported();
+ static bool blockInMemory( char * start );
private:
pid_t _pid;
@@ -62,6 +62,6 @@ namespace mongo {
void writePidFile( const std::string& path );
- void printMemInfo( const char * where );
+ void printMemInfo( const char * whereContextStr = 0 );
}