mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
parent
0ff80c12fa
commit
a2f8262415
2
ev.c
2
ev.c
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* libev event processing core, watcher management
|
||||
*
|
||||
* Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
|
||||
* All rights reserved.
|
||||
*
|
||||
|
|
8
ev.h
8
ev.h
|
@ -30,6 +30,10 @@
|
|||
#ifndef EV_H
|
||||
#define EV_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef double ev_tstamp;
|
||||
|
||||
/* eventmask, revents, events... */
|
||||
|
@ -245,5 +249,9 @@ void ev_child_start (struct ev_child *w);
|
|||
void ev_child_stop (struct ev_child *w);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* libev epoll fd activity backend
|
||||
*
|
||||
* Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
|
||||
* All rights reserved.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* libev select fd activity backend
|
||||
*
|
||||
* Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
|
||||
* All rights reserved.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue