mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-10-16 10:49:56 +02:00
rtl_tcp: make all global variables static
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
@@ -78,9 +78,9 @@ typedef struct { /* structure size must be multiple of 2 bytes */
|
|||||||
|
|
||||||
static rtlsdr_dev_t *dev = NULL;
|
static rtlsdr_dev_t *dev = NULL;
|
||||||
|
|
||||||
int global_numq = 0;
|
static int global_numq = 0;
|
||||||
static struct llist *ll_buffers = 0;
|
static struct llist *ll_buffers = 0;
|
||||||
int llbuf_num=500;
|
static int llbuf_num = 500;
|
||||||
|
|
||||||
static volatile int do_exit = 0;
|
static volatile int do_exit = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user