summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/transport/service_executor.h')
-rw-r--r--src/mongo/transport/service_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/transport/service_executor.h b/src/mongo/transport/service_executor.h
index ea27129ab94..773f9372913 100644
--- a/src/mongo/transport/service_executor.h
+++ b/src/mongo/transport/service_executor.h
@@ -100,7 +100,7 @@ public:
* schedule the callback on current executor. Otherwise, it will invoke the callback with a
* non-okay status on the caller thread.
*/
- virtual void runOnDataAvailable(Session* session,
+ virtual void runOnDataAvailable(const SessionHandle& session,
OutOfLineExecutor::Task onCompletionCallback) = 0;
/*