We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663625a commit 3dd23bcCopy full SHA for 3dd23bc
1 file changed
src/bthread/rwlock.h
@@ -15,6 +15,9 @@
15
// specific language governing permissions and limitations
16
// under the License.
17
18
+#ifndef BTHREAD_RWLOCK_H
19
+#define BTHREAD_RWLOCK_H
20
+
21
#include "bthread/types.h"
22
#include "bthread/bthread.h"
23
#include "butil/scoped_lock.h"
@@ -212,3 +215,5 @@ class lock_guard<bthread::RWLock> {
212
215
};
213
216
214
217
} // namespace std
218
219
+#endif //BTHREAD_RWLOCK_H
0 commit comments