Browse Source

Bugfix: bitforce: Include get_api_stats in BQUEUE mode

Luke Dashjr 12 years ago
parent
commit
434aac7c41
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-bitforce.c

+ 1 - 0
driver-bitforce.c

@@ -1403,6 +1403,7 @@ struct device_api bitforce_queue_api = {
 	.minerloop = minerloop_queue,
 	.reinit_device = bitforce_init,
 	.get_statline_before = get_bitforce_statline_before,
+	.get_api_stats = bitforce_api_stats,
 	.get_stats = bitforce_get_stats,
 	.identify_device = bitforce_identify,
 	.thread_prepare = bitforce_thread_prepare,