Home
last modified time | relevance | path

Searched defs:fpm_event_module_s (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_events.h32 struct fpm_event_module_s { struct
33 const char *name;
34 int support_edge_trigger;
35 int (*init)(int max_fd);
36 int (*clean)(void);
37 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout);
38 int (*add)(struct fpm_event_s *ev);
39 int (*remove)(struct fpm_event_s *ev);

Completed in 4 milliseconds