diff options
author | erdgeist <> | 2009-01-03 03:25:37 +0000 |
---|---|---|
committer | erdgeist <> | 2009-01-03 03:25:37 +0000 |
commit | 8bdc0d73f6f0bcaf83b7fb3d39e79e8fa4e6050d (patch) | |
tree | a75f8eed836bbea20992f92093160cd345c29f60 /ot_http.h | |
parent | 2df09905f5540fee096d48a92cb0c42558498a12 (diff) |
Make opentracker ANSI C again.
Diffstat (limited to 'ot_http.h')
-rw-r--r-- | ot_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | }; |