projects
/
project
/
uhttpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38801a3
)
remove unnecessary client struct field members
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 31 Dec 2012 18:39:41 +0000
(19:39 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 31 Dec 2012 18:39:41 +0000
(19:39 +0100)
uhttpd.h
patch
|
blob
|
history
diff --git
a/uhttpd.h
b/uhttpd.h
index a465a3dbf2c5d2cb0d27e92de59f2d47ab683df7..20ad4f8d63d96b3fed3764bd876f7fa01d55418a 100644
(file)
--- 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;