From 8bdc0d73f6f0bcaf83b7fb3d39e79e8fa4e6050d Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 3 Jan 2009 03:25:37 +0000 Subject: Make opentracker ANSI C again. --- ot_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_http.h') 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 { union { array request; io_batch batch; - }; + } data; char ip[4]; STRUCT_HTTP_FLAG flag; }; -- cgit v1.2.3