Addition of global configuration section
Definition of the number of polling threads Implementation of multiple polling threads
This commit is contained in:
@ -22,4 +22,7 @@
|
||||
#define THREAD pthread_t
|
||||
#define THREAD_SHELF pthread_self
|
||||
|
||||
extern void *thread_start(void (*entry)());
|
||||
extern void thread_wait(void *thd);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user