Imported Upstream version 1.0.0
[platform/upstream/nghttp2.git] / doc / nghttp2_priority_spec_default_init.rst
1
2 nghttp2_priority_spec_default_init
3 ==================================
4
5 Synopsis
6 --------
7
8 *#include <nghttp2/nghttp2.h>*
9
10 .. function:: void nghttp2_priority_spec_default_init(nghttp2_priority_spec *pri_spec)
11
12     
13     Initializes *pri_spec* with the default values.  The default values
14     are: stream_id = 0, weight = :macro:`NGHTTP2_DEFAULT_WEIGHT` and
15     exclusive = 0.