proxy_pollmgr.h revision 2e848e79ccf2e4285250a0af98ddb9eb28864878
1116N/A#ifndef _PROXY_POLLMGR_H_
1116N/A#define _PROXY_POLLMGR_H_
1116N/A#ifndef RT_OS_WINDOWS
1116N/Aenum pollmgr_slot_t {
1116N/Astruct pollmgr_handler {
1116N/Astruct pollmgr_refptr {
1116N/Aint pollmgr_init(void);
1116N/Avoid pollmgr_update_events(int, int);
1116N/Avoid pollmgr_del_slot(int);
1116N/Avoid pollmgr_thread(void *);