r105 - trunk/varnish-cache/contrib/libevent

phk at projects.linpro.no phk at projects.linpro.no
Tue Apr 4 09:24:54 CEST 2006


Author: phk
Date: 2006-04-04 09:24:54 +0200 (Tue, 04 Apr 2006)
New Revision: 105

Modified:
   trunk/varnish-cache/contrib/libevent/event.h
Log:
Add a missing prototype until libevent people catch up.


Modified: trunk/varnish-cache/contrib/libevent/event.h
===================================================================
--- trunk/varnish-cache/contrib/libevent/event.h	2006-04-04 07:24:22 UTC (rev 104)
+++ trunk/varnish-cache/contrib/libevent/event.h	2006-04-04 07:24:54 UTC (rev 105)
@@ -260,6 +260,7 @@
 struct bufferevent *bufferevent_new(int fd,
     evbuffercb readcb, evbuffercb writecb, everrorcb errorcb, void *cbarg);
 int bufferevent_priority_set(struct bufferevent *bufev, int pri);
+int bufferevent_base_set(struct event_base *base, struct bufferevent *bufev);
 void bufferevent_free(struct bufferevent *bufev);
 int bufferevent_write(struct bufferevent *bufev, void *data, size_t size);
 int bufferevent_write_buffer(struct bufferevent *bufev, struct evbuffer *buf);




More information about the varnish-commit mailing list