From 67c5da49b66557631ab9d1db980b7505b33485f9 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 5 Apr 2013 21:01:42 +1100 Subject: [PATCH] Members of cgpu_info for avalon are not meant to be in the union. --- miner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner.h b/miner.h index 58095e85..819d2422 100644 --- a/miner.h +++ b/miner.h @@ -426,11 +426,11 @@ struct cgpu_info { #if defined(USE_ICARUS) || defined(USE_AVALON) int device_fd; #endif + }; #ifdef USE_AVALON struct work **works; int queued; #endif - }; #ifdef USE_USBUTILS struct cg_usb_info usbinfo; #endif