ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV/EVAPI.h
(Generate patch)

Comparing EV/EV/EVAPI.h (file contents):
Revision 1.53 by root, Thu Oct 21 15:13:42 2010 UTC vs.
Revision 1.54 by root, Sun Oct 24 19:01:01 2010 UTC

100 void (*embed_start)(EV_P_ ev_embed *); 100 void (*embed_start)(EV_P_ ev_embed *);
101 void (*embed_stop) (EV_P_ ev_embed *); 101 void (*embed_stop) (EV_P_ ev_embed *);
102 void (*embed_sweep)(EV_P_ ev_embed *); 102 void (*embed_sweep)(EV_P_ ev_embed *);
103 void (*fork_start) (EV_P_ ev_fork *); 103 void (*fork_start) (EV_P_ ev_fork *);
104 void (*fork_stop) (EV_P_ ev_fork *); 104 void (*fork_stop) (EV_P_ ev_fork *);
105 void (*cleanup_start) (EV_P_ ev_cleanup *);
106 void (*cleanup_stop) (EV_P_ ev_cleanup *);
105 void (*async_start)(EV_P_ ev_async *); 107 void (*async_start)(EV_P_ ev_async *);
106 void (*async_stop) (EV_P_ ev_async *); 108 void (*async_stop) (EV_P_ ev_async *);
107 void (*async_send) (EV_P_ ev_async *); 109 void (*async_send) (EV_P_ ev_async *);
108}; 110};
109 111
175# define ev_embed_start(l,w) GEVAPI->embed_start ((l), (w)) 177# define ev_embed_start(l,w) GEVAPI->embed_start ((l), (w))
176# define ev_embed_stop(l,w) GEVAPI->embed_stop ((l), (w)) 178# define ev_embed_stop(l,w) GEVAPI->embed_stop ((l), (w))
177# define ev_embed_sweep(l,w) GEVAPI->embed_sweep ((l), (w)) 179# define ev_embed_sweep(l,w) GEVAPI->embed_sweep ((l), (w))
178# define ev_fork_start(l,w) GEVAPI->fork_start ((l), (w)) 180# define ev_fork_start(l,w) GEVAPI->fork_start ((l), (w))
179# define ev_fork_stop(l,w) GEVAPI->fork_stop ((l), (w)) 181# define ev_fork_stop(l,w) GEVAPI->fork_stop ((l), (w))
182# define ev_cleanup_start(l,w) GEVAPI->cleanup_start ((l), (w))
183# define ev_cleanup_stop(l,w) GEVAPI->cleanup_stop ((l), (w))
180# define ev_async_start(l,w) GEVAPI->async_start ((l), (w)) 184# define ev_async_start(l,w) GEVAPI->async_start ((l), (w))
181# define ev_async_stop(l,w) GEVAPI->async_stop ((l), (w)) 185# define ev_async_stop(l,w) GEVAPI->async_stop ((l), (w))
182# define ev_async_send(l,w) GEVAPI->async_send ((l), (w)) 186# define ev_async_send(l,w) GEVAPI->async_send ((l), (w))
183#endif 187#endif
184 188

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines