Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use standard C++ mutex.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Jan 2019 16:31:28 +0000 (17:31 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Jan 2019 17:37:17 +0000 (18:37 +0100)
commit1f809f925b761c65403c23c8d35f12c85f319a88
treee92d63850545a834a4bc275fadaf658dd0de92ab
parentb47ba9d4ca3cdedcd61f4cda5bf031f8660d1c0e
Use standard C++ mutex.

Recursive because it was recursive before.
See commit c0f0866d02664ad515441a5294f95c6b7d8b6fc1
"Fix the race condition in _xbt_log_cat_init()."
src/xbt/log.cpp