michael@574: struct evbuffer { michael@574: u_char *buffer; michael@574: u_char *orig_buffer; michael@574: michael@574: size_t misalign; michael@574: size_t totallen; michael@574: size_t off; michael@574: michael@574: void (*cb)(struct evbuffer *, size_t, size_t, void *); michael@574: void *cbarg; michael@574: };