Make static Evt **evts THREAD_LOCAL
svn: r15047
This commit is contained in:
parent
506336b9ee
commit
38456e8b5f
|
@ -5180,8 +5180,8 @@ typedef struct Evt {
|
|||
int can_redirect;
|
||||
} Evt;
|
||||
|
||||
static int evts_array_size;
|
||||
static Evt **evts;
|
||||
static THREAD_LOCAL int evts_array_size;
|
||||
static THREAD_LOCAL Evt **evts;
|
||||
|
||||
void scheme_add_evt(Scheme_Type type,
|
||||
Scheme_Ready_Fun ready,
|
||||
|
|
Loading…
Reference in New Issue
Block a user