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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/mhd2spdy_structures.h b/src/examples/mhd2spdy_structures.h
index c9aa4c39..ad75e0cc 100644
--- a/src/examples/mhd2spdy_structures.h
+++ b/src/examples/mhd2spdy_structures.h
@@ -120,7 +120,8 @@ struct Proxy
120 int id; 120 int id;
121 int32_t stream_id; 121 int32_t stream_id;
122 bool done; 122 bool done;
123 bool error; 123 bool http_error;
124 bool spdy_error;
124 bool http_active; 125 bool http_active;
125 bool spdy_active; 126 bool spdy_active;
126 bool receiving_done; 127 bool receiving_done;