#ifndef BFG_DRIVER_PROXY_H #define BFG_DRIVER_PROXY_H #include #include "miner.h" struct proxy_client { char *username; struct cgpu_info *cgpu; struct work *work; struct timeval tv_hashes_done; UT_hash_handle hh; }; extern struct proxy_client *proxy_find_or_create_client(const char *user); #endif