diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2019-10-03 19:57:40 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-10-03 19:57:40 +0000 |
commit | 8ccaacce937ae51deef27c41e977aca0511fb338 (patch) | |
tree | 0c29028123f23dc66aef660f05549dd0ebe109b2 /src/mongo/util/net/sock_test.cpp | |
parent | 4d9a6a2ae4b6ad9b93d3c389e6d92d6acfe86cf3 (diff) | |
download | mongo-8ccaacce937ae51deef27c41e977aca0511fb338.tar.gz |
SERVER-43317 merge failpoint headers. Rewrite docs.
iterate docs
Diffstat (limited to 'src/mongo/util/net/sock_test.cpp')
-rw-r--r-- | src/mongo/util/net/sock_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/net/sock_test.cpp b/src/mongo/util/net/sock_test.cpp index 0d6d4c69017..10cc799d05d 100644 --- a/src/mongo/util/net/sock_test.cpp +++ b/src/mongo/util/net/sock_test.cpp @@ -41,7 +41,7 @@ #include "mongo/stdx/thread.h" #include "mongo/unittest/unittest.h" #include "mongo/util/concurrency/notification.h" -#include "mongo/util/fail_point_service.h" +#include "mongo/util/fail_point.h" #include "mongo/util/net/socket_exception.h" namespace { |