Browse Source

miner.h icarus no long uses fd

nfactor-troky
Kano 12 years ago
parent
commit
8fe40e98ba
  1. 2
      miner.h

2
miner.h

@ -430,7 +430,7 @@ struct cgpu_info {
#ifdef USE_USBUTILS #ifdef USE_USBUTILS
struct cg_usb_device *usbdev; struct cg_usb_device *usbdev;
#endif #endif
#if defined(USE_ICARUS) || defined(USE_AVALON) #ifdef USE_AVALON
int device_fd; int device_fd;
#endif #endif
}; };

Loading…
Cancel
Save