Main: use ThreadId instead of GThread*
This commit is contained in:
@ -20,11 +20,11 @@
|
||||
#ifndef MPD_MAIN_HXX
|
||||
#define MPD_MAIN_HXX
|
||||
|
||||
class ThreadId;
|
||||
class EventLoop;
|
||||
struct Instance;
|
||||
typedef struct _GThread GThread;
|
||||
|
||||
extern GThread *main_task;
|
||||
extern ThreadId main_thread;
|
||||
|
||||
extern EventLoop *main_loop;
|
||||
|
||||
|
Reference in New Issue
Block a user