diff options
Diffstat (limited to 'src/microspdy/structures.h')
-rw-r--r-- | src/microspdy/structures.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microspdy/structures.h b/src/microspdy/structures.h index 1c2a0aaf..8a94dcd3 100644 --- a/src/microspdy/structures.h +++ b/src/microspdy/structures.h | |||
@@ -554,6 +554,11 @@ struct SPDYF_Stream | |||
554 | uint32_t assoc_stream_id; | 554 | uint32_t assoc_stream_id; |
555 | 555 | ||
556 | /** | 556 | /** |
557 | * The window of the data within data frames. | ||
558 | */ | ||
559 | uint32_t window_size; | ||
560 | |||
561 | /** | ||
557 | * Stream priority. 0 is the highest, 7 is the lowest. | 562 | * Stream priority. 0 is the highest, 7 is the lowest. |
558 | */ | 563 | */ |
559 | uint8_t priority; | 564 | uint8_t priority; |