patch-src_game_h 272 B

12345678910111213
  1. $OpenBSD: patch-src_game_h,v 1.1 2017/04/30 08:56:45 espie Exp $
  2. --- src/game.h.orig
  3. +++ src/game.h
  4. @@ -212,7 +212,7 @@ class game (protected)
  5. class simulate_worker : public thread
  6. {
  7. - mutex mtx;
  8. + dd::mutex mtx;
  9. condvar cond;
  10. condvar condfini;
  11. game& gm;