diff options
Diffstat (limited to 'src/mongo/util/concurrency/value.h')
-rw-r--r-- | src/mongo/util/concurrency/value.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mongo/util/concurrency/value.h b/src/mongo/util/concurrency/value.h index f8f97e84459..b2759be742a 100644 --- a/src/mongo/util/concurrency/value.h +++ b/src/mongo/util/concurrency/value.h @@ -1,8 +1,3 @@ -/* @file value.h - concurrency helpers DiagStr -*/ - - /** * Copyright (C) 2018-present MongoDB, Inc. * @@ -34,6 +29,10 @@ #pragma once +/** + * DiagStr concurrency helper + */ + #include "spin_lock.h" namespace mongo { |