summaryrefslogtreecommitdiff
path: root/src/mongo/db/introspect.h
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2012-11-07 13:38:29 -0500
committerEric Milkie <milkie@10gen.com>2012-11-07 13:39:29 -0500
commit9139ae288028d28509c0470e185147cbeca410fa (patch)
tree8c19b8e232f3ee18e832c5332236102755434247 /src/mongo/db/introspect.h
parentd74f0620002eee755e857739d2e5f48acb4227d6 (diff)
downloadmongo-9139ae288028d28509c0470e185147cbeca410fa.tar.gz
SERVER-7206 change global variable in profiler to be heap-based
Diffstat (limited to 'src/mongo/db/introspect.h')
-rw-r--r--src/mongo/db/introspect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/introspect.h b/src/mongo/db/introspect.h
index 0923fd0cd4f..a4a1eb8f694 100644
--- a/src/mongo/db/introspect.h
+++ b/src/mongo/db/introspect.h
@@ -29,7 +29,7 @@ namespace mongo {
do when database->profile is set
*/
- void profile( const Client& c , CurOp& currentOp );
+ void profile(const Client& c, int op, CurOp& currentOp);
/**
* Get (or create) the profile collection