summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-03-18 14:15:52 -0400
committerAaron <aaron@10gen.com>2009-03-18 14:15:52 -0400
commit4c52e5e6dd1d637e045b7fb28c8cf5cd249cf7f5 (patch)
tree0a063c6fea8b38a54cf7a8bf0546ad3eaf8e717e /stdafx.h
parent6a148e1a88b45829a1139c9b56258ca842201585 (diff)
downloadmongo-4c52e5e6dd1d637e045b7fb28c8cf5cd249cf7f5.tar.gz
Print os information on startup
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index 153d3424146..bda3552acb3 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -45,6 +45,7 @@ namespace mongo {
void exit( int status );
void printGitVersion();
+ void printSysInfo();
inline void * ourmalloc(size_t size) {
void *x = malloc(size);