aboutsummaryrefslogtreecommitdiff
path: root/src/examples/mhd2spdy_structures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/mhd2spdy_structures.h')
-rw-r--r--src/examples/mhd2spdy_structures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/examples/mhd2spdy_structures.h b/src/examples/mhd2spdy_structures.h
index 175dc62e..0900964f 100644
--- a/src/examples/mhd2spdy_structures.h
+++ b/src/examples/mhd2spdy_structures.h
@@ -113,10 +113,12 @@ struct Proxy
113 int status; 113 int status;
114 int id; 114 int id;
115 bool done; 115 bool done;
116 bool error;
116 bool http_active; 117 bool http_active;
117 bool spdy_active; 118 bool spdy_active;
118}; 119};
119 120
121
120struct HTTP_URI 122struct HTTP_URI
121{ 123{
122 char * uri; 124 char * uri;