mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 14:43:21 -05:00
expand tabs
This commit is contained in:
parent
2098d29e11
commit
da77bb850a
@ -30,8 +30,8 @@ static volatile int rend_timeout=2;
|
|||||||
static volatile int rend_count=0;
|
static volatile int rend_count=0;
|
||||||
static pthread_mutex_t rend_mutex=PTHREAD_MUTEX_INITIALIZER;
|
static pthread_mutex_t rend_mutex=PTHREAD_MUTEX_INITIALIZER;
|
||||||
typedef struct tag_rend_entry {
|
typedef struct tag_rend_entry {
|
||||||
DNSServiceRef client;
|
DNSServiceRef client;
|
||||||
struct tag_rend_entry *next;
|
struct tag_rend_entry *next;
|
||||||
} REND_ENTRY;
|
} REND_ENTRY;
|
||||||
static REND_ENTRY rend_clients = { NULL, NULL };
|
static REND_ENTRY rend_clients = { NULL, NULL };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user