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.56 by root, Mon Jul 2 20:08:15 2012 UTC vs.
Revision 1.57 by root, Wed Dec 5 17:18:47 2012 UTC

55 unsigned int (*backend)(EV_P); 55 unsigned int (*backend)(EV_P);
56 unsigned int (*iteration)(EV_P); 56 unsigned int (*iteration)(EV_P);
57 unsigned int (*depth)(EV_P); 57 unsigned int (*depth)(EV_P);
58 ev_tstamp (*now)(EV_P); 58 ev_tstamp (*now)(EV_P);
59 void (*now_update)(EV_P); 59 void (*now_update)(EV_P);
60 int (*run)(EV_P_ int flags); 60 void (*run)(EV_P_ int flags);
61 void (*break_)(EV_P_ int how); 61 void (*break_)(EV_P_ int how);
62 void (*suspend)(EV_P); 62 void (*suspend)(EV_P);
63 void (*resume) (EV_P); 63 void (*resume) (EV_P);
64 void (*ref) (EV_P); 64 void (*ref) (EV_P);
65 void (*unref)(EV_P); 65 void (*unref)(EV_P);
66 void (*set_userdata)(EV_P_ void *data); 66 void (*set_userdata)(EV_P_ void *data);
67 void *(*userdata) (EV_P); 67 void *(*userdata) (EV_P);
68 void (*set_loop_release_cb) (EV_P_ void (*release)(EV_P), void (*acquire)(EV_P)); 68 void (*set_loop_release_cb) (EV_P_ void (*release)(EV_P), void (*acquire)(EV_P));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines