Updated the website built from mesos SHA: 2d7b7ef.
Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/51924555 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/51924555 Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/51924555 Branch: refs/heads/asf-site Commit: 5192455551693f887cc50b94e4310532991821e7 Parents: a978da4 Author: jenkins <[email protected]> Authored: Sun Apr 22 20:44:55 2018 +0000 Committer: jenkins <[email protected]> Committed: Sun Apr 22 20:44:55 2018 +0000 ---------------------------------------------------------------------- content/api/latest/c++/Nodes.xml | 14 + content/api/latest/c++/Tokens.xml | 53 + content/api/latest/c++/decoder_8hpp.html | 12 +- content/api/latest/c++/decoder_8hpp_source.html | 45 +- content/api/latest/c++/globals_u.html | 6 +- content/api/latest/c++/index.hhc | 3 + content/api/latest/c++/index.hhk | 207 +- content/api/latest/c++/index.hhp | 1 + content/api/latest/c++/json_8hpp_source.html | 2 +- content/api/latest/c++/namespacemembers_f.html | 5 +- content/api/latest/c++/namespacemembers_l.html | 2 +- content/api/latest/c++/namespacemembers_m.html | 2 +- content/api/latest/c++/namespacemembers_s.html | 7 +- .../api/latest/c++/namespacemembers_vars_f.html | 3 + .../api/latest/c++/namespacemembers_vars_s.html | 3 + content/api/latest/c++/namespacemembers_w.html | 5 +- content/api/latest/c++/namespaceprocess.html | 2 + .../c++/namespaceprocess_1_1http__parsing.html | 98 + content/api/latest/c++/namespaces.html | 29 +- ...ontainerizer_2containerizer_8hpp_source.html | 3 +- .../c++/src_2tests_2mesos_8hpp_source.html | 3 +- content/blog/feed.xml | 2 +- .../index.html | 2 +- content/sitemap.xml | 9130 +++++++++--------- 24 files changed, 4926 insertions(+), 4713 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/51924555/content/api/latest/c++/Nodes.xml ---------------------------------------------------------------------- diff --git a/content/api/latest/c++/Nodes.xml b/content/api/latest/c++/Nodes.xml index 4c09268..e2c60da 100644 --- a/content/api/latest/c++/Nodes.xml +++ b/content/api/latest/c++/Nodes.xml @@ -1091,6 +1091,10 @@ </Subnodes> </Node> <Node> + <Name>http_parsing</Name> + <Path>namespaceprocess_1_1http__parsing.html</Path> + </Node> + <Node> <Name>ID</Name> <Path>namespaceprocess_1_1ID.html</Path> </Node> @@ -49421,6 +49425,16 @@ <Path>decoder_8hpp.html</Path> <Anchor>abb0829cce9dd20a40ae0d86890ae85c6</Anchor> </Node> + <Node> + <Name>FAILURE</Name> + <Path>decoder_8hpp.html</Path> + <Anchor>a1728c94cb446c34b1a8506f5dd6d0f6c</Anchor> + </Node> + <Node> + <Name>SUCCESS</Name> + <Path>decoder_8hpp.html</Path> + <Anchor>aafd4f335653a52c4c13fa094d8943969</Anchor> + </Node> </Subnodes> </Node> <Node> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/51924555/content/api/latest/c++/Tokens.xml ---------------------------------------------------------------------- diff --git a/content/api/latest/c++/Tokens.xml b/content/api/latest/c++/Tokens.xml index ef503d7..d48c0a3 100644 --- a/content/api/latest/c++/Tokens.xml +++ b/content/api/latest/c++/Tokens.xml @@ -4012,6 +4012,28 @@ </Token> <Token> <TokenIdentifier> + <Name>SUCCESS</Name> + <APILanguage>cpp</APILanguage> + <Type>data</Type> + <Scope>process::http_parsing</Scope> + </TokenIdentifier> + <Path>namespaceprocess_1_1http__parsing.html</Path> + <Anchor>aafd4f335653a52c4c13fa094d8943969</Anchor> + <DeclaredIn>decoder.hpp</DeclaredIn> + </Token> + <Token> + <TokenIdentifier> + <Name>FAILURE</Name> + <APILanguage>cpp</APILanguage> + <Type>data</Type> + <Scope>process::http_parsing</Scope> + </TokenIdentifier> + <Path>namespaceprocess_1_1http__parsing.html</Path> + <Anchor>a1728c94cb446c34b1a8506f5dd6d0f6c</Anchor> + <DeclaredIn>decoder.hpp</DeclaredIn> + </Token> + <Token> + <TokenIdentifier> <Name>GZIP_MINIMUM_BODY_LENGTH</Name> <APILanguage>cpp</APILanguage> <Type>data</Type> @@ -184349,6 +184371,37 @@ </Token> <Token> <TokenIdentifier> + <Name>process::http_parsing</Name> + <APILanguage>c</APILanguage> + <Type>ns</Type> + <Scope>process::http_parsing</Scope> + </TokenIdentifier> + <Path>namespaceprocess_1_1http__parsing.html</Path> + </Token> + <Token> + <TokenIdentifier> + <Name>SUCCESS</Name> + <APILanguage>cpp</APILanguage> + <Type>data</Type> + <Scope>process::http_parsing</Scope> + </TokenIdentifier> + <Path>namespaceprocess_1_1http__parsing.html</Path> + <Anchor>aafd4f335653a52c4c13fa094d8943969</Anchor> + <DeclaredIn>decoder.hpp</DeclaredIn> + </Token> + <Token> + <TokenIdentifier> + <Name>FAILURE</Name> + <APILanguage>cpp</APILanguage> + <Type>data</Type> + <Scope>process::http_parsing</Scope> + </TokenIdentifier> + <Path>namespaceprocess_1_1http__parsing.html</Path> + <Anchor>a1728c94cb446c34b1a8506f5dd6d0f6c</Anchor> + <DeclaredIn>decoder.hpp</DeclaredIn> + </Token> + <Token> + <TokenIdentifier> <Name>process::ID</Name> <APILanguage>c</APILanguage> <Type>ns</Type> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/51924555/content/api/latest/c++/decoder_8hpp.html ---------------------------------------------------------------------- diff --git a/content/api/latest/c++/decoder_8hpp.html b/content/api/latest/c++/decoder_8hpp.html index 7297f2a..da08550 100644 --- a/content/api/latest/c++/decoder_8hpp.html +++ b/content/api/latest/c++/decoder_8hpp.html @@ -51,7 +51,8 @@ <div class="summary"> <a href="#nested-classes">Classes</a> | <a href="#namespaces">Namespaces</a> | -<a href="#define-members">Macros</a> </div> +<a href="#define-members">Macros</a> | +<a href="#var-members">Variables</a> </div> <div class="headertitle"> <div class="title">decoder.hpp File Reference</div> </div> </div><!--header--> @@ -85,11 +86,20 @@ Classes</h2></td></tr> Namespaces</h2></td></tr> <tr class="memitem:namespaceprocess"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceprocess.html">process</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:namespaceprocess_1_1http__parsing"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceprocess_1_1http__parsing.html">process::http_parsing</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a> Macros</h2></td></tr> <tr class="memitem:abb0829cce9dd20a40ae0d86890ae85c6"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="decoder_8hpp.html#abb0829cce9dd20a40ae0d86890ae85c6">flags</a>   http_parser_flags</td></tr> <tr class="separator:abb0829cce9dd20a40ae0d86890ae85c6"><td class="memSeparator" colspan="2"> </td></tr> +</table><table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> +Variables</h2></td></tr> +<tr class="memitem:aafd4f335653a52c4c13fa094d8943969"><td class="memItemLeft" align="right" valign="top">constexpr int </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceprocess_1_1http__parsing.html#aafd4f335653a52c4c13fa094d8943969">process::http_parsing::SUCCESS</a> = 0</td></tr> +<tr class="separator:aafd4f335653a52c4c13fa094d8943969"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a1728c94cb446c34b1a8506f5dd6d0f6c"><td class="memItemLeft" align="right" valign="top">constexpr int </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceprocess_1_1http__parsing.html#a1728c94cb446c34b1a8506f5dd6d0f6c">process::http_parsing::FAILURE</a> = 1</td></tr> +<tr class="separator:a1728c94cb446c34b1a8506f5dd6d0f6c"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Macro Definition Documentation</h2> <a class="anchor" id="abb0829cce9dd20a40ae0d86890ae85c6"></a>
