fix typo in comment
This commit is contained in:
parent
8808eb7cdd
commit
894933e1f1
|
@ -165,9 +165,7 @@ namespace libtorrent {
|
||||||
|
|
||||||
// this mutex protects everything. Since it's held while executing user
|
// this mutex protects everything. Since it's held while executing user
|
||||||
// callbacks (the notify function and extension on_alert()) it must be
|
// callbacks (the notify function and extension on_alert()) it must be
|
||||||
// recursive to post new alerts. This is implemented by storing the
|
// recursive to support recursively post new alerts.
|
||||||
// current thread-id in m_mutex_holder, if it matches ours, we don't need
|
|
||||||
// to lock
|
|
||||||
mutable recursive_mutex m_mutex;
|
mutable recursive_mutex m_mutex;
|
||||||
condition_variable m_condition;
|
condition_variable m_condition;
|
||||||
boost::uint32_t m_alert_mask;
|
boost::uint32_t m_alert_mask;
|
||||||
|
|
Loading…
Reference in New Issue