summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-30 22:09:42 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-12-30 22:09:42 +0100
commit32760c47e28d2a4313359cbff4bd93c905cc85dd (patch)
treef3773931b255fd3a29a32cc761ae50054fadbffd /uhttpd.h
parentb660d584ca45e74f15711471be3ce9618cdc8d7e (diff)
add more command line options
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uhttpd.h b/uhttpd.h
index 0c1cd8b..c023aff 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -47,6 +47,7 @@ struct config {
int tcp_keepalive;
int max_requests;
int http_keepalive;
+ int script_timeout;
};
struct auth_realm {