From 2c1739a24ef305abe8e1fe95855386929457bc63 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 22 Dec 2013 19:23:37 +0900 Subject: [PATCH] Add comment to category in HEADERS and reorder --- lib/includes/nghttp2/nghttp2.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index 705b4cad..66df0077 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -624,11 +624,14 @@ typedef struct { * The number of name/value pairs in |nva|. */ size_t nvlen; + /** + * The category of this HEADERS frame. + */ + nghttp2_headers_category cat; /** * The priority. */ int32_t pri; - nghttp2_headers_category cat; } nghttp2_headers; /**