|
@@ -573,7 +573,9 @@ struct CODES {
|
|
|
|
|
|
|
|
static int my_thr_id = 0;
|
|
static int my_thr_id = 0;
|
|
|
static bool bye;
|
|
static bool bye;
|
|
|
|
|
+#if defined(HAVE_OPENCL) || defined(HAVE_AN_FPGA)
|
|
|
static bool ping = true;
|
|
static bool ping = true;
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
// Used to control quit restart access to shutdown variables
|
|
// Used to control quit restart access to shutdown variables
|
|
|
static pthread_mutex_t quit_restart_lock;
|
|
static pthread_mutex_t quit_restart_lock;
|