summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-31 19:39:41 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-12-31 19:39:41 +0100
commit80d64072a6ffe5a3175742a6759741b8c82f0995 (patch)
tree997e777d981e6e4eb6e380d73e7e5b5150a791d1 /uhttpd.h
parent38801a320d3f10de1f8ebfffd8964a1ad6d511f4 (diff)
downloaduhttpd2-80d64072a6ffe5a3175742a6759741b8c82f0995.tar.gz
remove unnecessary client struct field members
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h5
1 files changed, 0 insertions, 5 deletions
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;