include/buffer_event.h

changeset 77
ad37f03df138
parent 42
b1742e841e5a
equal deleted inserted replaced
76:0ad46f11657a 77:ad37f03df138
2 * Licensed as LGPL - See doc/COPYING for details */ 2 * Licensed as LGPL - See doc/COPYING for details */
3 #ifndef BUFFER_EVENT_H 3 #ifndef BUFFER_EVENT_H
4 #define BUFFER_EVENT_H 4 #define BUFFER_EVENT_H
5 5
6 #include "luaevent.h" 6 #include "luaevent.h"
7 #include <lua.h>
8 #include <sys/types.h>
9 #include <sys/time.h>
10 #include <event.h>
11 7
12 typedef struct { 8 typedef struct {
13 struct bufferevent* ev; 9 struct bufferevent* ev;
14 le_base* base; 10 le_base* base;
15 } le_bufferevent; 11 } le_bufferevent;

mercurial