diff options
author | erdgeist <> | 2009-01-13 22:41:17 +0000 |
---|---|---|
committer | erdgeist <> | 2009-01-13 22:41:17 +0000 |
commit | 131211b4daf83b7c594337f4e7c71e4711094d71 (patch) | |
tree | 63dc942c426103c01d61aa15959a81df91f2d4e1 /ot_http.h | |
parent | 779d6c235ff8fe5284fd10dc82a9b99e7fa38d06 (diff) |
V6
Diffstat (limited to 'ot_http.h')
-rw-r--r-- | ot_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ struct http_data { | |||
19 | array request; | 19 | array request; |
20 | io_batch batch; | 20 | io_batch batch; |
21 | } data; | 21 | } data; |
22 | char ip[4]; | 22 | ot_ip6 ip; |
23 | STRUCT_HTTP_FLAG flag; | 23 | STRUCT_HTTP_FLAG flag; |
24 | }; | 24 | }; |
25 | 25 | ||