Browse Source

Bugfix: Export stats_lock for deviceapi

Luke Dashjr 13 years ago
parent
commit
7517aaf3e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.h

+ 1 - 0
miner.h

@@ -876,6 +876,7 @@ extern int opt_scantime;
 extern int opt_expiry;
 
 extern cglock_t control_lock;
+extern pthread_mutex_t stats_lock;
 extern pthread_mutex_t hash_lock;
 extern pthread_mutex_t console_lock;
 extern cglock_t ch_lock;