Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / doc / nghttp2_stream_get_parent.rst
1
2 nghttp2_stream_get_parent
3 =========================
4
5 Synopsis
6 --------
7
8 *#include <nghttp2/nghttp2.h>*
9
10 .. function:: nghttp2_stream * nghttp2_stream_get_parent(nghttp2_stream *stream)
11
12     
13     Returns the parent stream of *stream* in dependency tree.  Returns
14     NULL if there is no such stream.