diff options
author | Eric Milkie <milkie@10gen.com> | 2012-11-07 13:38:29 -0500 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2012-11-07 13:39:29 -0500 |
commit | 9139ae288028d28509c0470e185147cbeca410fa (patch) | |
tree | 8c19b8e232f3ee18e832c5332236102755434247 /src/mongo/db/introspect.h | |
parent | d74f0620002eee755e857739d2e5f48acb4227d6 (diff) | |
download | mongo-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.h | 2 |
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 |