*** empty log message ***

master
Marc Alexander Lehmann 2007-11-01 13:11:11 +00:00
parent 0ff80c12fa
commit a2f8262415
4 changed files with 14 additions and 0 deletions

2
ev.c
View File

@ -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
View File

@ -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

View File

@ -1,4 +1,6 @@
/*
* libev epoll fd activity backend
*
* Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*

View File

@ -1,4 +1,6 @@
/*
* libev select fd activity backend
*
* Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*