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.25 by root, Tue Nov 27 07:27:10 2007 UTC vs.
Revision 1.26 by root, Tue Nov 27 08:11:52 2007 UTC

53 void (*timer_again)(struct ev_timer *); 53 void (*timer_again)(struct ev_timer *);
54 void (*periodic_start)(struct ev_periodic *); 54 void (*periodic_start)(struct ev_periodic *);
55 void (*periodic_stop) (struct ev_periodic *); 55 void (*periodic_stop) (struct ev_periodic *);
56 void (*signal_start)(struct ev_signal *); 56 void (*signal_start)(struct ev_signal *);
57 void (*signal_stop) (struct ev_signal *); 57 void (*signal_stop) (struct ev_signal *);
58 void (*child_start)(struct ev_child *);
59 void (*child_stop) (struct ev_child *);
60 void (*stat_start)(struct ev_stat *);
61 void (*stat_stop) (struct ev_stat *);
62 void (*stat_stat) (struct ev_stat *);
58 void (*idle_start)(struct ev_idle *); 63 void (*idle_start)(struct ev_idle *);
59 void (*idle_stop) (struct ev_idle *); 64 void (*idle_stop) (struct ev_idle *);
60 void (*prepare_start)(struct ev_prepare *); 65 void (*prepare_start)(struct ev_prepare *);
61 void (*prepare_stop) (struct ev_prepare *); 66 void (*prepare_stop) (struct ev_prepare *);
62 void (*check_start)(struct ev_check *); 67 void (*check_start)(struct ev_check *);
63 void (*check_stop) (struct ev_check *); 68 void (*check_stop) (struct ev_check *);
64 void (*child_start)(struct ev_child *);
65 void (*child_stop) (struct ev_child *);
66 void *embed_start_dummy; 69 void *embed_start_dummy;
67 void *embed_stop_dummy; 70 void *embed_stop_dummy;
68 void *embed_sweep_dummy; 71 void *embed_sweep_dummy;
69 void (*stat_start)(struct ev_stat *);
70 void (*stat_stop) (struct ev_stat *);
71 void (*stat_stat) (struct ev_stat *);
72}; 72};
73 73
74#if !EV_PROTOTYPES 74#if !EV_PROTOTYPES
75# define sv_fileno(sv) GEVAPI->sv_fileno (sv) 75# define sv_fileno(sv) GEVAPI->sv_fileno (sv)
76# define sv_signum(sv) GEVAPI->sv_signum (sv) 76# define sv_signum(sv) GEVAPI->sv_signum (sv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines