summaryrefslogtreecommitdiff
path: root/ot_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_http.h')
-rw-r--r--ot_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_http.h b/ot_http.h
index 4d97769..cd8c3cb 100644
--- a/ot_http.h
+++ b/ot_http.h
@@ -18,7 +18,7 @@ struct http_data {
18 union { 18 union {
19 array request; 19 array request;
20 io_batch batch; 20 io_batch batch;
21 }; 21 } data;
22 char ip[4]; 22 char ip[4];
23 STRUCT_HTTP_FLAG flag; 23 STRUCT_HTTP_FLAG flag;
24}; 24};