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

Comparing libev/ev.h (file contents):
Revision 1.160 by root, Wed Feb 16 08:07:25 2011 UTC vs.
Revision 1.161 by root, Sat Oct 15 09:05:03 2011 UTC

715 715
716/* stopping (enabling, adding) a watcher does nothing if it is already running */ 716/* stopping (enabling, adding) a watcher does nothing if it is already running */
717/* stopping (disabling, deleting) a watcher does nothing unless its already running */ 717/* stopping (disabling, deleting) a watcher does nothing unless its already running */
718#if EV_PROTOTYPES 718#if EV_PROTOTYPES
719 719
720/* feeds an event into a watcher as if the event actually occured */ 720/* feeds an event into a watcher as if the event actually occurred */
721/* accepts any ev_watcher type */ 721/* accepts any ev_watcher type */
722void ev_feed_event (EV_P_ void *w, int revents); 722void ev_feed_event (EV_P_ void *w, int revents);
723void ev_feed_fd_event (EV_P_ int fd, int revents); 723void ev_feed_fd_event (EV_P_ int fd, int revents);
724#if EV_SIGNAL_ENABLE 724#if EV_SIGNAL_ENABLE
725void ev_feed_signal (int signum); 725void ev_feed_signal (int signum);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines