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

Comparing libev/event_compat.h (file contents):
Revision 1.7 by root, Thu Jan 31 13:10:56 2008 UTC vs.
Revision 1.8 by root, Wed Feb 16 08:02:51 2011 UTC

180int evbuffer_write(struct evbuffer *, int); 180int evbuffer_write(struct evbuffer *, int);
181int evbuffer_read(struct evbuffer *, int, int); 181int evbuffer_read(struct evbuffer *, int, int);
182u_char *evbuffer_find(struct evbuffer *, const u_char *, size_t); 182u_char *evbuffer_find(struct evbuffer *, const u_char *, size_t);
183void evbuffer_setcb(struct evbuffer *, void (*)(struct evbuffer *, size_t, size_t, void *), void *); 183void evbuffer_setcb(struct evbuffer *, void (*)(struct evbuffer *, size_t, size_t, void *), void *);
184 184
185/* 185/*
186 * Marshaling tagged data - We assume that all tags are inserted in their 186 * Marshaling tagged data - We assume that all tags are inserted in their
187 * numeric order - so that unknown tags will always be higher than the 187 * numeric order - so that unknown tags will always be higher than the
188 * known ones - and we can just ignore the end of an event buffer. 188 * known ones - and we can just ignore the end of an event buffer.
189 */ 189 */
190 190

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines