- **status**: accepted --> review


---

** [tickets:#3293] log: Replace ScopeLock by standard lock**

**Status:** review
**Milestone:** 5.21.12
**Created:** Fri Oct 22, 2021 12:24 AM UTC by Hieu Hong Hoang
**Last Updated:** Fri Oct 22, 2021 12:25 AM UTC
**Owner:** Hieu Hong Hoang


We created a class ScopeLock to support recursive mutex. It's used a lot in 
module log. However, the C++ std have a std:unique_lock which supports 
std::recursive_mutex. We should use the standard lock instead of creating a new 
class.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to