diff options
author | Waley Chen <waleycz@gmail.com> | 2016-06-13 18:18:20 -0400 |
---|---|---|
committer | Waley Chen <waleycz@gmail.com> | 2016-06-13 18:18:20 -0400 |
commit | 710159c9602a6738e6455cfb26bc2d70a0454ae2 (patch) | |
tree | 7293a0905a63ac8c0280704578926d7635c6a89c /src/mongo/db/service_context.h | |
parent | 2bf2c9d2d5de6ff8136bfe9ca30346300deadb13 (diff) | |
download | mongo-710159c9602a6738e6455cfb26bc2d70a0454ae2.tar.gz |
SERVER-23243 Remove time-keeping from listener
Diffstat (limited to 'src/mongo/db/service_context.h')
-rw-r--r-- | src/mongo/db/service_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/service_context.h b/src/mongo/db/service_context.h index bc7b91c296e..fe6a4432d70 100644 --- a/src/mongo/db/service_context.h +++ b/src/mongo/db/service_context.h @@ -51,8 +51,8 @@ class OpObserver; /** * Classes that implement this interface can receive notification on killOp. * - * See GlobalEnvironmentExperiment::registerKillOpListener() for more information, including - * limitations on the lifetime of registered listeners. + * See registerKillOpListener() for more information, + * including limitations on the lifetime of registered listeners. */ class KillOpListenerInterface { public: |