diff options
Diffstat (limited to 'src/examples/mhd2spdy_structures.h')
-rw-r--r-- | src/examples/mhd2spdy_structures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/mhd2spdy_structures.h b/src/examples/mhd2spdy_structures.h index ad75e0cc..8022d5ba 100644 --- a/src/examples/mhd2spdy_structures.h +++ b/src/examples/mhd2spdy_structures.h | |||
@@ -161,6 +161,7 @@ struct global_options | |||
161 | bool only_proxy; | 161 | bool only_proxy; |
162 | bool spdy_data_received; | 162 | bool spdy_data_received; |
163 | bool statistics; | 163 | bool statistics; |
164 | bool ignore_rst_stream; | ||
164 | } | 165 | } |
165 | glob_opt; | 166 | glob_opt; |
166 | 167 | ||