Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed May 21, 2024
1 parent 7362126 commit 98f4a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/util/once.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class DorisCallOnce {
private:
std::atomic<bool> _has_called;
// std::once_flag _once_flag;
std::mutex _flag_lock;
mutable std::mutex _flag_lock;
std::exception_ptr _eptr;
ReturnType _status;
};
Expand Down

0 comments on commit 98f4a37

Please sign in to comment.