summaryrefslogtreecommitdiff
path: root/src/mongo/client/syncclusterconnection.h
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2014-01-30 18:02:10 -0500
committerEric Milkie <milkie@10gen.com>2014-01-30 18:02:18 -0500
commit751f1101967da3593431f1b41a37867ccb169901 (patch)
treee0bad32ad8a71bb6aacf10030ceda5bedcfb7568 /src/mongo/client/syncclusterconnection.h
parent0455a09b22d2e5fc7d0fa47e0fd8f83a9d3e03e6 (diff)
downloadmongo-751f1101967da3593431f1b41a37867ccb169901.tar.gz
SERVER-12419 switch to using a post-command hook to capture gle information
Diffstat (limited to 'src/mongo/client/syncclusterconnection.h')
-rw-r--r--src/mongo/client/syncclusterconnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/client/syncclusterconnection.h b/src/mongo/client/syncclusterconnection.h
index fe542d77e0d..792e5bdeac8 100644
--- a/src/mongo/client/syncclusterconnection.h
+++ b/src/mongo/client/syncclusterconnection.h
@@ -114,6 +114,7 @@ namespace mongo {
virtual bool lazySupported() const { return false; }
virtual void setRunCommandHook(DBClientWithCommands::RunCommandHookFunc func);
+ virtual void setPostRunCommandHook(DBClientWithCommands::PostRunCommandHookFunc func);
protected:
virtual void _auth(const BSONObj& params);