summaryrefslogtreecommitdiff
path: root/src/cache/handlers/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache/handlers/http.h')
-rw-r--r--src/cache/handlers/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache/handlers/http.h b/src/cache/handlers/http.h
index 93efdae..3e0bfca 100644
--- a/src/cache/handlers/http.h
+++ b/src/cache/handlers/http.h
@@ -14,7 +14,7 @@ struct cch_handler_http {
struct nn_event_loop *loop;
str url;
off_t pointer;
- array(struct nn_http) requests;
+ array(struct nn_http *) requests;
struct cch_threaded_waits waits;
};