diff options
author | Eric Milkie <milkie@10gen.com> | 2014-01-30 18:02:10 -0500 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2014-01-30 18:02:18 -0500 |
commit | 751f1101967da3593431f1b41a37867ccb169901 (patch) | |
tree | e0bad32ad8a71bb6aacf10030ceda5bedcfb7568 /src/mongo/client/syncclusterconnection.h | |
parent | 0455a09b22d2e5fc7d0fa47e0fd8f83a9d3e03e6 (diff) | |
download | mongo-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.h | 1 |
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); |