This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b1e0b4c  Updated the website built from mesos SHA: 7569ffd.
b1e0b4c is described below

commit b1e0b4cda1b1835d3e0f58208fdb88b7c87dfd61
Author: jenkins <[email protected]>
AuthorDate: Fri Aug 17 22:47:54 2018 +0000

    Updated the website built from mesos SHA: 7569ffd.
---
 content/api/latest/c++/decoder_8hpp_source.html               |  2 +-
 content/api/latest/c++/posix_2pipe_8hpp.html                  |  2 ++
 content/api/latest/c++/posix_2pipe_8hpp_source.html           | 11 ++++++++++-
 .../api/latest/c++/src_2posix_2subprocess_8hpp_source.html    |  2 +-
 content/api/latest/c++/windows_2pipe_8hpp_source.html         |  2 +-
 content/api/latest/c++/windows_2shell_8hpp_source.html        |  2 +-
 6 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/content/api/latest/c++/decoder_8hpp_source.html 
b/content/api/latest/c++/decoder_8hpp_source.html
index f6b9e9d..4f61a4d 100644
--- a/content/api/latest/c++/decoder_8hpp_source.html
+++ b/content/api/latest/c++/decoder_8hpp_source.html
@@ -55,7 +55,7 @@
 <a href="decoder_8hpp.html">Go to the documentation of this file.</a><div 
class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">   
 1</span>&#160;<span class="comment">// Licensed under the Apache License, 
Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a 
name="l00002"></a><span class="lineno">    2</span>&#160;<span 
class="comment">// you may not use this file except in compliance with the 
License.</span></div><div class="line"><a name="l0000 [...]
 <div class="ttc" 
id="structprocess_1_1http_1_1Request_html_a2498f3dfc1ebe743f650e72f147c7887aedad2ce668345260e1057f2fecd220c7"><div
 class="ttname"><a 
href="structprocess_1_1http_1_1Request.html#a2498f3dfc1ebe743f650e72f147c7887aedad2ce668345260e1057f2fecd220c7">process::http::Request::PIPE</a></div><div
 class="ttdef"><b>Definition:</b> http.hpp:556</div></div>
 <div class="ttc" id="gzip_8hpp_html"><div class="ttname"><a 
href="gzip_8hpp.html">gzip.hpp</a></div></div>
-<div class="ttc" id="namespaceos_html_afefbea8a88b84bed66580372accb18a9"><div 
class="ttname"><a 
href="namespaceos.html#afefbea8a88b84bed66580372accb18a9">os::pipe</a></div><div
 class="ttdeci">Try&lt; std::array&lt; int, 2 &gt; &gt; pipe()</div><div 
class="ttdef"><b>Definition:</b> pipe.hpp:26</div></div>
+<div class="ttc" id="namespaceos_html_afefbea8a88b84bed66580372accb18a9"><div 
class="ttname"><a 
href="namespaceos.html#afefbea8a88b84bed66580372accb18a9">os::pipe</a></div><div
 class="ttdeci">Try&lt; std::array&lt; int, 2 &gt; &gt; pipe()</div><div 
class="ttdef"><b>Definition:</b> pipe.hpp:33</div></div>
 <div class="ttc" id="classOption_html"><div class="ttname"><a 
href="classOption.html">Option&lt; std::string &gt;</a></div></div>
 <div class="ttc" id="classprocess_1_1http_1_1Pipe_html"><div class="ttname"><a 
href="classprocess_1_1http_1_1Pipe.html">process::http::Pipe</a></div><div 
class="ttdef"><b>Definition:</b> http.hpp:295</div></div>
 <div class="ttc" id="classgzip_1_1Decompressor_html"><div class="ttname"><a 
href="classgzip_1_1Decompressor.html">gzip::Decompressor</a></div><div 
class="ttdef"><b>Definition:</b> gzip.hpp:88</div></div>
diff --git a/content/api/latest/c++/posix_2pipe_8hpp.html 
b/content/api/latest/c++/posix_2pipe_8hpp.html
index 1170f58..90c5e04 100644
--- a/content/api/latest/c++/posix_2pipe_8hpp.html
+++ b/content/api/latest/c++/posix_2pipe_8hpp.html
@@ -56,9 +56,11 @@
 </div><!--header-->
 <div class="contents">
 <div class="textblock"><code>#include &lt;unistd.h&gt;</code><br />
+<code>#include &lt;sys/syscall.h&gt;</code><br />
 <code>#include &lt;array&gt;</code><br />
 <code>#include &lt;<a class="el" 
href="error_8hpp_source.html">stout/error.hpp</a>&gt;</code><br />
 <code>#include &lt;<a class="el" 
href="try_8hpp_source.html">stout/try.hpp</a>&gt;</code><br />
+<code>#include &lt;<a class="el" 
href="posix_2fcntl_8hpp_source.html">stout/os/posix/fcntl.hpp</a>&gt;</code><br 
/>
 </div>
 <p><a href="posix_2pipe_8hpp_source.html">Go to the source code of this 
file.</a></p>
 <table class="memberdecls">
diff --git a/content/api/latest/c++/posix_2pipe_8hpp_source.html 
b/content/api/latest/c++/posix_2pipe_8hpp_source.html
index beb37e9..58f64e6 100644
--- a/content/api/latest/c++/posix_2pipe_8hpp_source.html
+++ b/content/api/latest/c++/posix_2pipe_8hpp_source.html
@@ -52,11 +52,20 @@
 <div class="title">pipe.hpp</div>  </div>
 </div><!--header-->
 <div class="contents">
-<a href="posix_2pipe_8hpp.html">Go to the documentation of this file.</a><div 
class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">   
 1</span>&#160;<span class="comment">// Licensed under the Apache License, 
Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a 
name="l00002"></a><span class="lineno">    2</span>&#160;<span 
class="comment">// you may not use this file except in compliance with the 
License.</span></div><div class="line"><a name="l [...]
+<a href="posix_2pipe_8hpp.html">Go to the documentation of this file.</a><div 
class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">   
 1</span>&#160;<span class="comment">// Licensed under the Apache License, 
Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a 
name="l00002"></a><span class="lineno">    2</span>&#160;<span 
class="comment">// you may not use this file except in compliance with the 
License.</span></div><div class="line"><a name="l [...]
+<div class="ttc" id="namespaceos_html_afefbea8a88b84bed66580372accb18a9"><div 
class="ttname"><a 
href="namespaceos.html#afefbea8a88b84bed66580372accb18a9">os::pipe</a></div><div
 class="ttdeci">Try&lt; std::array&lt; int, 2 &gt; &gt; pipe()</div><div 
class="ttdef"><b>Definition:</b> pipe.hpp:33</div></div>
+<div class="ttc" id="classError_html"><div class="ttname"><a 
href="classError.html">Error</a></div><div class="ttdef"><b>Definition:</b> 
errorbase.hpp:36</div></div>
+<div class="ttc" id="posix_2fcntl_8hpp_html"><div class="ttname"><a 
href="posix_2fcntl_8hpp.html">fcntl.hpp</a></div></div>
 <div class="ttc" id="classTry_html"><div class="ttname"><a 
href="classTry.html">Try</a></div><div class="ttdef"><b>Definition:</b> 
check.hpp:33</div></div>
 <div class="ttc" id="classErrnoError_html"><div class="ttname"><a 
href="classErrnoError.html">ErrnoError</a></div><div 
class="ttdef"><b>Definition:</b> errorbase.hpp:50</div></div>
 <div class="ttc" id="namespaceos_html"><div class="ttname"><a 
href="namespaceos.html">os</a></div><div class="ttdef"><b>Definition:</b> 
posix_signalhandler.hpp:23</div></div>
+<div class="ttc" 
id="windows_2open_8hpp_html_ae477ca5323e49dcb433426280be75067"><div 
class="ttname"><a 
href="windows_2open_8hpp.html#ae477ca5323e49dcb433426280be75067">O_CLOEXEC</a></div><div
 class="ttdeci">constexpr int O_CLOEXEC</div><div 
class="ttdef"><b>Definition:</b> open.hpp:41</div></div>
+<div class="ttc" id="namespaceos_html_a8df77ec6d6b8d32d9b287a41bc74cfdc"><div 
class="ttname"><a 
href="namespaceos.html#a8df77ec6d6b8d32d9b287a41bc74cfdc">os::close</a></div><div
 class="ttdeci">Try&lt; Nothing &gt; close(int fd)</div><div 
class="ttdef"><b>Definition:</b> close.hpp:24</div></div>
+<div class="ttc" id="namespaceos_html_a7d71bda07a41304403b0e13aa47f0764"><div 
class="ttname"><a 
href="namespaceos.html#a7d71bda07a41304403b0e13aa47f0764">os::cloexec</a></div><div
 class="ttdeci">Try&lt; Nothing &gt; cloexec(int fd)</div><div 
class="ttdef"><b>Definition:</b> fcntl.hpp:27</div></div>
+<div class="ttc" id="classTry_html_aec4a11ddd3c036e889d90b7eb6258ba7"><div 
class="ttname"><a 
href="classTry.html#aec4a11ddd3c036e889d90b7eb6258ba7">Try::error</a></div><div 
class="ttdeci">static Try error(const E &amp;e)</div><div 
class="ttdef"><b>Definition:</b> try.hpp:42</div></div>
 <div class="ttc" id="error_8hpp_html"><div class="ttname"><a 
href="error_8hpp.html">error.hpp</a></div></div>
+<div class="ttc" id="classTry_html_a0b98f95163b8a38daafd1651b043a276"><div 
class="ttname"><a 
href="classTry.html#a0b98f95163b8a38daafd1651b043a276">Try::isError</a></div><div
 class="ttdeci">bool isError() const </div><div 
class="ttdef"><b>Definition:</b> try.hpp:71</div></div>
+<div class="ttc" 
id="namespacemesos_1_1internal_1_1slave_1_1cni_1_1spec_html_ae58e703656ab4a1bd5d9870441236727"><div
 class="ttname"><a 
href="namespacemesos_1_1internal_1_1slave_1_1cni_1_1spec.html#ae58e703656ab4a1bd5d9870441236727">mesos::internal::slave::cni::spec::error</a></div><div
 class="ttdeci">std::string error(const std::string &amp;msg, uint32_t 
code)</div></div>
 <div class="ttc" id="try_8hpp_html"><div class="ttname"><a 
href="try_8hpp.html">try.hpp</a></div></div>
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->
diff --git a/content/api/latest/c++/src_2posix_2subprocess_8hpp_source.html 
b/content/api/latest/c++/src_2posix_2subprocess_8hpp_source.html
index b847497..1c3f745 100644
--- a/content/api/latest/c++/src_2posix_2subprocess_8hpp_source.html
+++ b/content/api/latest/c++/src_2posix_2subprocess_8hpp_source.html
@@ -56,7 +56,7 @@
 <div class="ttc" 
id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a894c4d58faeee7675b9e7e8244de1386"><div
 class="ttname"><a 
href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a894c4d58faeee7675b9e7e8244de1386">ssize_t</a></div><div
 class="ttdeci">SSIZE_T ssize_t</div><div class="ttdef"><b>Definition:</b> 
windows.hpp:186</div></div>
 <div class="ttc" id="namespacepath_html"><div class="ttname"><a 
href="namespacepath.html">path</a></div><div class="ttdef"><b>Definition:</b> 
path.hpp:26</div></div>
 <div class="ttc" id="structNothing_html"><div class="ttname"><a 
href="structNothing.html">Nothing</a></div><div 
class="ttdef"><b>Definition:</b> nothing.hpp:16</div></div>
-<div class="ttc" id="namespaceos_html_afefbea8a88b84bed66580372accb18a9"><div 
class="ttname"><a 
href="namespaceos.html#afefbea8a88b84bed66580372accb18a9">os::pipe</a></div><div
 class="ttdeci">Try&lt; std::array&lt; int, 2 &gt; &gt; pipe()</div><div 
class="ttdef"><b>Definition:</b> pipe.hpp:26</div></div>
+<div class="ttc" id="namespaceos_html_afefbea8a88b84bed66580372accb18a9"><div 
class="ttname"><a 
href="namespaceos.html#afefbea8a88b84bed66580372accb18a9">os::pipe</a></div><div
 class="ttdeci">Try&lt; std::array&lt; int, 2 &gt; &gt; pipe()</div><div 
class="ttdef"><b>Definition:</b> pipe.hpp:33</div></div>
 <div class="ttc" id="classError_html"><div class="ttname"><a 
href="classError.html">Error</a></div><div class="ttdef"><b>Definition:</b> 
errorbase.hpp:36</div></div>
 <div class="ttc" id="classOption_html"><div class="ttname"><a 
href="classOption.html">Option</a></div><div class="ttdef"><b>Definition:</b> 
option.hpp:28</div></div>
 <div class="ttc" id="namespacens_html_a98bf4d9e11d546326250997a6493f835"><div 
class="ttname"><a 
href="namespacens.html#a98bf4d9e11d546326250997a6493f835">ns::clone</a></div><div
 class="ttdeci">Try&lt; pid_t &gt; clone(pid_t target, int nstypes, const 
lambda::function&lt; int()&gt; &amp;f, int flags)</div><div 
class="ttdoc">Performs an os::clone after entering a set of namespaces for the 
specified target process...</div></div>
diff --git a/content/api/latest/c++/windows_2pipe_8hpp_source.html 
b/content/api/latest/c++/windows_2pipe_8hpp_source.html
index c481530..759aca3 100644
--- a/content/api/latest/c++/windows_2pipe_8hpp_source.html
+++ b/content/api/latest/c++/windows_2pipe_8hpp_source.html
@@ -52,7 +52,7 @@
 <div class="title">pipe.hpp</div>  </div>
 </div><!--header-->
 <div class="contents">
-<a href="windows_2pipe_8hpp.html">Go to the documentation of this 
file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span 
class="lineno">    1</span>&#160;<span class="comment">// Licensed under the 
Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div 
class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span 
class="comment">// you may not use this file except in compliance with the 
License.</span></div><div class="line"><a name= [...]
+<a href="windows_2pipe_8hpp.html">Go to the documentation of this 
file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span 
class="lineno">    1</span>&#160;<span class="comment">// Licensed under the 
Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div 
class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span 
class="comment">// you may not use this file except in compliance with the 
License.</span></div><div class="line"><a name= [...]
 <div class="ttc" id="classTry_html"><div class="ttname"><a 
href="classTry.html">Try</a></div><div class="ttdef"><b>Definition:</b> 
check.hpp:33</div></div>
 <div class="ttc" id="classWindowsError_html"><div class="ttname"><a 
href="classWindowsError.html">WindowsError</a></div><div 
class="ttdef"><b>Definition:</b> error.hpp:108</div></div>
 <div class="ttc" id="namespaceos_html"><div class="ttname"><a 
href="namespaceos.html">os</a></div><div class="ttdef"><b>Definition:</b> 
posix_signalhandler.hpp:23</div></div>
diff --git a/content/api/latest/c++/windows_2shell_8hpp_source.html 
b/content/api/latest/c++/windows_2shell_8hpp_source.html
index 61b1a6e..dcb63f8 100644
--- a/content/api/latest/c++/windows_2shell_8hpp_source.html
+++ b/content/api/latest/c++/windows_2shell_8hpp_source.html
@@ -55,7 +55,7 @@
 <a href="windows_2shell_8hpp.html">Go to the documentation of this 
file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span 
class="lineno">    1</span>&#160;<span class="comment">// Licensed under the 
Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div 
class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span 
class="comment">// you may not use this file except in compliance with the 
License.</span></div><div class="line"><a name [...]
 <div class="ttc" 
id="namespaceinternal_1_1windows_html_a80d683d0925b1bfbff4bea3a5aa2e9b9"><div 
class="ttname"><a 
href="namespaceinternal_1_1windows.html#a80d683d0925b1bfbff4bea3a5aa2e9b9">internal::windows::stringify_args</a></div><div
 class="ttdeci">std::wstring stringify_args(const std::vector&lt; std::string 
&gt; &amp;argv)</div><div class="ttdef"><b>Definition:</b> 
shell.hpp:164</div></div>
 <div class="ttc" 
id="namespaceos_1_1Shell_html_a44f50f66f2a231de974b53c9f4384ba5"><div 
class="ttname"><a 
href="namespaceos_1_1Shell.html#a44f50f66f2a231de974b53c9f4384ba5">os::Shell::arg1</a></div><div
 class="ttdeci">constexpr const char * arg1</div><div 
class="ttdef"><b>Definition:</b> shell.hpp:45</div></div>
-<div class="ttc" id="namespaceos_html_afefbea8a88b84bed66580372accb18a9"><div 
class="ttname"><a 
href="namespaceos.html#afefbea8a88b84bed66580372accb18a9">os::pipe</a></div><div
 class="ttdeci">Try&lt; std::array&lt; int, 2 &gt; &gt; pipe()</div><div 
class="ttdef"><b>Definition:</b> pipe.hpp:26</div></div>
+<div class="ttc" id="namespaceos_html_afefbea8a88b84bed66580372accb18a9"><div 
class="ttname"><a 
href="namespaceos.html#afefbea8a88b84bed66580372accb18a9">os::pipe</a></div><div
 class="ttdeci">Try&lt; std::array&lt; int, 2 &gt; &gt; pipe()</div><div 
class="ttdef"><b>Definition:</b> pipe.hpp:33</div></div>
 <div class="ttc" id="classError_html"><div class="ttname"><a 
href="classError.html">Error</a></div><div class="ttdef"><b>Definition:</b> 
errorbase.hpp:36</div></div>
 <div class="ttc" id="classOption_html"><div class="ttname"><a 
href="classOption.html">Option</a></div><div class="ttdef"><b>Definition:</b> 
option.hpp:28</div></div>
 <div class="ttc" id="classTry_html_a8bc7f43e75a47111ea18e9c83b007be5"><div 
class="ttname"><a 
href="classTry.html#a8bc7f43e75a47111ea18e9c83b007be5">Try::get</a></div><div 
class="ttdeci">T &amp; get()&amp;</div><div class="ttdef"><b>Definition:</b> 
try.hpp:73</div></div>

Reply via email to