diff options
author | Matt Diener <matt.diener@mongodb.com> | 2022-12-21 16:21:10 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-12-21 16:53:19 +0000 |
commit | 96eca5891fe7e7fa3cdc30950530249e2c109d31 (patch) | |
tree | d04143af960d7628858bf883f1b699a6a0bbd280 /docs | |
parent | 3b467e88d14c42e789b62d1edb2ab06aec765f4f (diff) | |
download | mongo-96eca5891fe7e7fa3cdc30950530249e2c109d31.tar.gz |
SERVER-71906 rename TransportLayerASIO to AsioTransportLayer
Diffstat (limited to 'docs')
-rw-r--r-- | docs/baton.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/baton.md b/docs/baton.md index 4877c0e4363..b0bbd066a6d 100644 --- a/docs/baton.md +++ b/docs/baton.md @@ -38,7 +38,7 @@ Tasks can be scheduled on this baton through its associated `OperationContext` and using `OperationContext::getBaton()::schedule(...)`. Note that this baton is not available for an `OperationContext` that belongs to -a `ServiceContext` with a `TransportLayerASIO` transport layer. In that case, +a `ServiceContext` with an `AsioTransportLayer` transport layer. In that case, the aforementioned interface will return a handle to *BatonASIO*. ### BatonASIO |