diff options
Diffstat (limited to 'ot_http.h')
-rw-r--r-- | ot_http.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ typedef enum { | |||
14 | 14 | ||
15 | struct http_data { | 15 | struct http_data { |
16 | array request; | 16 | array request; |
17 | io_batch batch; | 17 | io_batch *batch; |
18 | size_t batches; | ||
18 | ot_ip6 ip; | 19 | ot_ip6 ip; |
19 | STRUCT_HTTP_FLAG flag; | 20 | STRUCT_HTTP_FLAG flag; |
20 | }; | 21 | }; |