From: Felix Fietkau Date: Mon, 31 Dec 2012 18:39:41 +0000 (+0100) Subject: remove unnecessary client struct field members X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=commitdiff_plain;h=80d64072a6ffe5a3175742a6759741b8c82f0995;hp=38801a320d3f10de1f8ebfffd8964a1ad6d511f4;ds=inline remove unnecessary client struct field members --- diff --git a/uhttpd.h b/uhttpd.h index a465a3d..20ad4f8 100644 --- a/uhttpd.h +++ b/uhttpd.h @@ -102,12 +102,7 @@ struct client { #ifdef HAVE_TLS struct ustream_ssl stream_ssl; #endif - struct uloop_fd rpipe; - struct uloop_fd wpipe; - struct uloop_process proc; struct uloop_timeout timeout; - bool (*cb)(struct client *); - void *priv; enum client_state state;