You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2017/11/20 04:09:14 UTC

[04/30] mesos-site git commit: Updated the website built from mesos SHA: 477e2f5.

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/permissions_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/permissions_8hpp_source.html b/content/api/latest/c++/permissions_8hpp_source.html
index dcaf3af..3c5dabe 100644
--- a/content/api/latest/c++/permissions_8hpp_source.html
+++ b/content/api/latest/c++/permissions_8hpp_source.html
@@ -81,18 +81,18 @@
 <div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;{</div>
 <div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="structos_1_1Permissions.html#a7565a4cfec9845ea0b0436560298caf0">   28</a></span>&#160;  <span class="keyword">explicit</span> <a class="code" href="structos_1_1Permissions.html#a7565a4cfec9845ea0b0436560298caf0">Permissions</a>(<a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a8a35dd1207a16dfa8b1d4163176d828c">mode_t</a> <a class="code" href="namespaceos_1_1stat.html#afc51654ad486693167c300612bf8ebfa">mode</a>)</div>
 <div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;  {</div>
-<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a534ed3d5160fa1e1486eeff498ba694a">owner</a>.r = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a66cff14a0638cde9f422c7a4b0938e61">S_IRUSR</a>) != 0;</div>
-<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a534ed3d5160fa1e1486eeff498ba694a">owner</a>.w = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#aead39710af2622ee9b0d412f62e90aa5">S_IWUSR</a>) != 0;</div>
-<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a534ed3d5160fa1e1486eeff498ba694a">owner</a>.x = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a4b9804a141ece40bfe29a8230f755de3">S_IXUSR</a>) != 0;</div>
-<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a534ed3d5160fa1e1486eeff498ba694a">owner</a>.rwx = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a7263fafb4db5d82a74d63e6f2f82c119">S_IRWXU</a>) != 0;</div>
+<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a9c657243e3109e3fe22ea2f8e6a2bc96">owner</a>.r = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a66cff14a0638cde9f422c7a4b0938e61">S_IRUSR</a>) != 0;</div>
+<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a9c657243e3109e3fe22ea2f8e6a2bc96">owner</a>.w = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#aead39710af2622ee9b0d412f62e90aa5">S_IWUSR</a>) != 0;</div>
+<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a9c657243e3109e3fe22ea2f8e6a2bc96">owner</a>.x = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a4b9804a141ece40bfe29a8230f755de3">S_IXUSR</a>) != 0;</div>
+<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a9c657243e3109e3fe22ea2f8e6a2bc96">owner</a>.rwx = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a7263fafb4db5d82a74d63e6f2f82c119">S_IRWXU</a>) != 0;</div>
 <div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;    <a class="code" href="structgroup.html">group</a>.r = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a55fad1c3746e1b8a6a00c10998e91d91">S_IRGRP</a>) != 0;</div>
 <div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;    <a class="code" href="structgroup.html">group</a>.w = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a104b6f6389e148475ffedf6ff89bb4b4">S_IWGRP</a>) != 0;</div>
 <div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;    <a class="code" href="structgroup.html">group</a>.x = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a5550c0f23427e2286bdf67311f245c1a">S_IXGRP</a>) != 0;</div>
 <div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;    <a class="code" href="structgroup.html">group</a>.rwx = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ae82daeec3d114157ac3099de74c0c12c">S_IRWXG</a>) != 0;</div>
-<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a49e2c2553d1d104736e03dc419181ade">others</a>.r = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a90d7514882640a8cd7b8da14138103b7">S_IROTH</a>) != 0;</div>
-<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a49e2c2553d1d104736e03dc419181ade">others</a>.w = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#aa80ed5bd3460d4c6351b8f4f1fc7e113">S_IWOTH</a>) != 0;</div>
-<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a49e2c2553d1d104736e03dc419181ade">others</a>.x = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ad8f972ab510ada61a27150aae9066e87">S_IXOTH</a>) != 0;</div>
-<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a49e2c2553d1d104736e03dc419181ade">others</a>.rwx = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ad458428f53a34e96c15508642515a22c">S_IRWXO</a>) != 0;</div>
+<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;    <a class="code" href="structos_1_1Permissions.html#af1f4e783d5e6d157fd1027e721d07051">others</a>.r = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a90d7514882640a8cd7b8da14138103b7">S_IROTH</a>) != 0;</div>
+<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;    <a class="code" href="structos_1_1Permissions.html#af1f4e783d5e6d157fd1027e721d07051">others</a>.w = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#aa80ed5bd3460d4c6351b8f4f1fc7e113">S_IWOTH</a>) != 0;</div>
+<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;    <a class="code" href="structos_1_1Permissions.html#af1f4e783d5e6d157fd1027e721d07051">others</a>.x = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ad8f972ab510ada61a27150aae9066e87">S_IXOTH</a>) != 0;</div>
+<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    <a class="code" href="structos_1_1Permissions.html#af1f4e783d5e6d157fd1027e721d07051">others</a>.rwx = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ad458428f53a34e96c15508642515a22c">S_IRWXO</a>) != 0;</div>
 <div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a80b9ed73e44e24207cbb11867363471c">setuid</a> = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ad5e72f5d6976766f19df07de0fe396af">S_ISUID</a>) != 0;</div>
 <div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;    <a class="code" href="structos_1_1Permissions.html#a0e41940296888431a9deffbdddca7610">setgid</a> = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a37128804bcbf50f3b90aa953a9838e69">S_ISGID</a>) != 0;</div>
 <div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;    <a class="code" href="structos_1_1Permissions.html#acf6338216d11de2434e9ee33ed30780d">sticky</a> = (mode &amp; <a class="code" href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a72447377d3eed3788e1b39679b310cf3">S_ISVTX</a>) != 0;</div>
@@ -104,7 +104,7 @@
 <div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="structos_1_1Permissions.html#abcf553652c084fb850c56ac425497b09">   50</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structos_1_1Permissions.html#abcf553652c084fb850c56ac425497b09">w</a>;</div>
 <div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="structos_1_1Permissions.html#afe509a1398f95df7d2bda5fbfaa91a44">   51</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structos_1_1Permissions.html#afe509a1398f95df7d2bda5fbfaa91a44">x</a>;</div>
 <div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="structos_1_1Permissions.html#a9c1d8046a31c4b107f4548483dfa9c32">   52</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structos_1_1Permissions.html#a9c1d8046a31c4b107f4548483dfa9c32">rwx</a>;</div>
-<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;  } <a class="code" href="structos_1_1Permissions.html#a534ed3d5160fa1e1486eeff498ba694a">owner</a>, <a class="code" href="structos_1_1Permissions.html#ac8318d733f1be581f48fd64d0d638272">group</a>, <a class="code" href="structos_1_1Permissions.html#a49e2c2553d1d104736e03dc419181ade">others</a>;</div>
+<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;  } <a class="code" href="structos_1_1Permissions.html#a9c657243e3109e3fe22ea2f8e6a2bc96">owner</a>, <a class="code" href="structos_1_1Permissions.html#af7abd97bae7caa3b2de589a3b7d4885d">group</a>, <a class="code" href="structos_1_1Permissions.html#af1f4e783d5e6d157fd1027e721d07051">others</a>;</div>
 <div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;</div>
 <div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="structos_1_1Permissions.html#a80b9ed73e44e24207cbb11867363471c">   55</a></span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="structos_1_1Permissions.html#a80b9ed73e44e24207cbb11867363471c">setuid</a>;</div>
 <div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="structos_1_1Permissions.html#a0e41940296888431a9deffbdddca7610">   56</a></span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="structos_1_1Permissions.html#a0e41940296888431a9deffbdddca7610">setgid</a>;</div>
@@ -128,6 +128,7 @@
 <div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div>
 <div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;<span class="preprocessor">#endif // __STOUT_OS_PERMISSIONS_HPP__</span></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_ad8f972ab510ada61a27150aae9066e87"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ad8f972ab510ada61a27150aae9066e87">S_IXOTH</a></div><div class="ttdeci">const mode_t S_IXOTH</div><div class="ttdef"><b>Definition:</b> windows.hpp:329</div></div>
+<div class="ttc" id="structos_1_1Permissions_html_af1f4e783d5e6d157fd1027e721d07051"><div class="ttname"><a href="structos_1_1Permissions.html#af1f4e783d5e6d157fd1027e721d07051">os::Permissions::others</a></div><div class="ttdeci">struct os::Permissions::@25 others</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a55fad1c3746e1b8a6a00c10998e91d91"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a55fad1c3746e1b8a6a00c10998e91d91">S_IRGRP</a></div><div class="ttdeci">const mode_t S_IRGRP</div><div class="ttdef"><b>Definition:</b> windows.hpp:319</div></div>
 <div class="ttc" id="classTry_html"><div class="ttname"><a href="classTry.html">Try</a></div><div class="ttdef"><b>Definition:</b> try.hpp:34</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_aead39710af2622ee9b0d412f62e90aa5"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#aead39710af2622ee9b0d412f62e90aa5">S_IWUSR</a></div><div class="ttdeci">const mode_t S_IWUSR</div><div class="ttdef"><b>Definition:</b> windows.hpp:312</div></div>
@@ -139,15 +140,14 @@
 <div class="ttc" id="structos_1_1Permissions_html_a9c1d8046a31c4b107f4548483dfa9c32"><div class="ttname"><a href="structos_1_1Permissions.html#a9c1d8046a31c4b107f4548483dfa9c32">os::Permissions::rwx</a></div><div class="ttdeci">bool rwx</div><div class="ttdef"><b>Definition:</b> permissions.hpp:52</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_ad458428f53a34e96c15508642515a22c"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ad458428f53a34e96c15508642515a22c">S_IRWXO</a></div><div class="ttdeci">const mode_t S_IRWXO</div><div class="ttdef"><b>Definition:</b> windows.hpp:330</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a72447377d3eed3788e1b39679b310cf3"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a72447377d3eed3788e1b39679b310cf3">S_ISVTX</a></div><div class="ttdeci">const mode_t S_ISVTX</div><div class="ttdef"><b>Definition:</b> windows.hpp:336</div></div>
-<div class="ttc" id="structos_1_1Permissions_html_ac8318d733f1be581f48fd64d0d638272"><div class="ttname"><a href="structos_1_1Permissions.html#ac8318d733f1be581f48fd64d0d638272">os::Permissions::group</a></div><div class="ttdeci">struct os::Permissions::@24 group</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a8a35dd1207a16dfa8b1d4163176d828c"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a8a35dd1207a16dfa8b1d4163176d828c">mode_t</a></div><div class="ttdeci">int mode_t</div><div class="ttdef"><b>Definition:</b> windows.hpp:183</div></div>
-<div class="ttc" id="structos_1_1Permissions_html_a534ed3d5160fa1e1486eeff498ba694a"><div class="ttname"><a href="structos_1_1Permissions.html#a534ed3d5160fa1e1486eeff498ba694a">os::Permissions::owner</a></div><div class="ttdeci">struct os::Permissions::@24 owner</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a5550c0f23427e2286bdf67311f245c1a"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a5550c0f23427e2286bdf67311f245c1a">S_IXGRP</a></div><div class="ttdeci">const mode_t S_IXGRP</div><div class="ttdef"><b>Definition:</b> windows.hpp:321</div></div>
 <div class="ttc" id="structos_1_1Permissions_html_a77e48139d66d9f07a12a36b107c2716e"><div class="ttname"><a href="structos_1_1Permissions.html#a77e48139d66d9f07a12a36b107c2716e">os::Permissions::r</a></div><div class="ttdeci">bool r</div><div class="ttdef"><b>Definition:</b> permissions.hpp:49</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a4b9804a141ece40bfe29a8230f755de3"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a4b9804a141ece40bfe29a8230f755de3">S_IXUSR</a></div><div class="ttdeci">const mode_t S_IXUSR</div><div class="ttdef"><b>Definition:</b> windows.hpp:313</div></div>
 <div class="ttc" id="namespacecgroups_html_a78e3c7ca2e422779908eec45f859d757"><div class="ttname"><a href="namespacecgroups.html#a78e3c7ca2e422779908eec45f859d757">cgroups::stat</a></div><div class="ttdeci">Try&lt; hashmap&lt; std::string, uint64_t &gt; &gt; stat(const std::string &amp;hierarchy, const std::string &amp;cgroup, const std::string &amp;file)</div></div>
 <div class="ttc" id="structos_1_1Permissions_html"><div class="ttname"><a href="structos_1_1Permissions.html">os::Permissions</a></div><div class="ttdef"><b>Definition:</b> permissions.hpp:26</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a7263fafb4db5d82a74d63e6f2f82c119"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a7263fafb4db5d82a74d63e6f2f82c119">S_IRWXU</a></div><div class="ttdeci">const mode_t S_IRWXU</div><div class="ttdef"><b>Definition:</b> windows.hpp:314</div></div>
+<div class="ttc" id="structos_1_1Permissions_html_af7abd97bae7caa3b2de589a3b7d4885d"><div class="ttname"><a href="structos_1_1Permissions.html#af7abd97bae7caa3b2de589a3b7d4885d">os::Permissions::group</a></div><div class="ttdeci">struct os::Permissions::@25 group</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a104b6f6389e148475ffedf6ff89bb4b4"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a104b6f6389e148475ffedf6ff89bb4b4">S_IWGRP</a></div><div class="ttdeci">const mode_t S_IWGRP</div><div class="ttdef"><b>Definition:</b> windows.hpp:320</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_ad5e72f5d6976766f19df07de0fe396af"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ad5e72f5d6976766f19df07de0fe396af">S_ISUID</a></div><div class="ttdeci">const mode_t S_ISUID</div><div class="ttdef"><b>Definition:</b> windows.hpp:334</div></div>
 <div class="ttc" id="structgroup_html"><div class="ttname"><a href="structgroup.html">group</a></div><div class="ttdef"><b>Definition:</b> grp.hpp:26</div></div>
@@ -159,8 +159,8 @@
 <div class="ttc" id="structos_1_1Permissions_html_a80b9ed73e44e24207cbb11867363471c"><div class="ttname"><a href="structos_1_1Permissions.html#a80b9ed73e44e24207cbb11867363471c">os::Permissions::setuid</a></div><div class="ttdeci">bool setuid</div><div class="ttdef"><b>Definition:</b> permissions.hpp:55</div></div>
 <div class="ttc" id="namespaceos_1_1stat_html_afc51654ad486693167c300612bf8ebfa"><div class="ttname"><a href="namespaceos_1_1stat.html#afc51654ad486693167c300612bf8ebfa">os::stat::mode</a></div><div class="ttdeci">Try&lt; mode_t &gt; mode(const std::string &amp;path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK)</div><div class="ttdef"><b>Definition:</b> stat.hpp:126</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_aa80ed5bd3460d4c6351b8f4f1fc7e113"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#aa80ed5bd3460d4c6351b8f4f1fc7e113">S_IWOTH</a></div><div class="ttdeci">const mode_t S_IWOTH</div><div class="ttdef"><b>Definition:</b> windows.hpp:328</div></div>
-<div class="ttc" id="structos_1_1Permissions_html_a49e2c2553d1d104736e03dc419181ade"><div class="ttname"><a href="structos_1_1Permissions.html#a49e2c2553d1d104736e03dc419181ade">os::Permissions::others</a></div><div class="ttdeci">struct os::Permissions::@24 others</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a37128804bcbf50f3b90aa953a9838e69"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a37128804bcbf50f3b90aa953a9838e69">S_ISGID</a></div><div class="ttdeci">const mode_t S_ISGID</div><div class="ttdef"><b>Definition:</b> windows.hpp:335</div></div>
+<div class="ttc" id="structos_1_1Permissions_html_a9c657243e3109e3fe22ea2f8e6a2bc96"><div class="ttname"><a href="structos_1_1Permissions.html#a9c657243e3109e3fe22ea2f8e6a2bc96">os::Permissions::owner</a></div><div class="ttdeci">struct os::Permissions::@25 owner</div></div>
 <div class="ttc" id="structos_1_1Permissions_html_afe509a1398f95df7d2bda5fbfaa91a44"><div class="ttname"><a href="structos_1_1Permissions.html#afe509a1398f95df7d2bda5fbfaa91a44">os::Permissions::x</a></div><div class="ttdeci">bool x</div><div class="ttdef"><b>Definition:</b> permissions.hpp:51</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a90d7514882640a8cd7b8da14138103b7"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a90d7514882640a8cd7b8da14138103b7">S_IROTH</a></div><div class="ttdeci">const mode_t S_IROTH</div><div class="ttdef"><b>Definition:</b> windows.hpp:327</div></div>
 <div class="ttc" id="structos_1_1Permissions_html_a7565a4cfec9845ea0b0436560298caf0"><div class="ttname"><a href="structos_1_1Permissions.html#a7565a4cfec9845ea0b0436560298caf0">os::Permissions::Permissions</a></div><div class="ttdeci">Permissions(mode_t mode)</div><div class="ttdef"><b>Definition:</b> permissions.hpp:28</div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/ports_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/ports_8hpp_source.html b/content/api/latest/c++/ports_8hpp_source.html
index 3e51730..e659f87 100644
--- a/content/api/latest/c++/ports_8hpp_source.html
+++ b/content/api/latest/c++/ports_8hpp_source.html
@@ -176,7 +176,7 @@
 <div class="ttc" id="classDuration_html"><div class="ttname"><a href="classDuration.html">Duration</a></div><div class="ttdef"><b>Definition:</b> duration.hpp:32</div></div>
 <div class="ttc" id="src_2slave_2containerizer_2mesos_2isolator_8hpp_html"><div class="ttname"><a href="src_2slave_2containerizer_2mesos_2isolator_8hpp.html">isolator.hpp</a></div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1NetworkPortsIsolatorProcess_html_a51ab2b5a72800662b601ac52c750fe06"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1NetworkPortsIsolatorProcess.html#a51ab2b5a72800662b601ac52c750fe06">mesos::internal::slave::NetworkPortsIsolatorProcess::initialize</a></div><div class="ttdeci">virtual void initialize()</div><div class="ttdoc">Invoked when a process gets spawned. </div></div>
-<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:36</div></div>
+<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:37</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_ab03ced250ed239bc3b50b669493997f9"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ab03ced250ed239bc3b50b669493997f9">pid_t</a></div><div class="ttdeci">DWORD pid_t</div><div class="ttdef"><b>Definition:</b> windows.hpp:187</div></div>
 <div class="ttc" id="duration_8hpp_html"><div class="ttname"><a href="duration_8hpp.html">duration.hpp</a></div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1NetworkPortsIsolatorProcess_html_af8e380602c2e98f10ea35379f1f5e0be"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1NetworkPortsIsolatorProcess.html#af8e380602c2e98f10ea35379f1f5e0be">mesos::internal::slave::NetworkPortsIsolatorProcess::check</a></div><div class="ttdeci">process::Future&lt; Nothing &gt; check(const hashmap&lt; ContainerID, IntervalSet&lt; uint16_t &gt;&gt; &amp;listeners)</div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/posix_2disk_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/posix_2disk_8hpp_source.html b/content/api/latest/c++/posix_2disk_8hpp_source.html
index 59445c4..8284bae 100644
--- a/content/api/latest/c++/posix_2disk_8hpp_source.html
+++ b/content/api/latest/c++/posix_2disk_8hpp_source.html
@@ -219,7 +219,7 @@
 <div class="ttc" id="classDuration_html"><div class="ttname"><a href="classDuration.html">Duration</a></div><div class="ttdef"><b>Definition:</b> duration.hpp:32</div></div>
 <div class="ttc" id="src_2slave_2containerizer_2mesos_2isolator_8hpp_html"><div class="ttname"><a href="src_2slave_2containerizer_2mesos_2isolator_8hpp.html">isolator.hpp</a></div></div>
 <div class="ttc" id="structmesos_1_1internal_1_1slave_1_1PosixDiskIsolatorProcess_1_1Info_1_1PathInfo_html_aadcca1381da7c5b1bab82d47844d6dd5"><div class="ttname"><a href="structmesos_1_1internal_1_1slave_1_1PosixDiskIsolatorProcess_1_1Info_1_1PathInfo.html#aadcca1381da7c5b1bab82d47844d6dd5">mesos::internal::slave::PosixDiskIsolatorProcess::Info::PathInfo::usage</a></div><div class="ttdeci">process::Future&lt; Bytes &gt; usage</div><div class="ttdef"><b>Definition:</b> disk.hpp:140</div></div>
-<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:36</div></div>
+<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:37</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_ab03ced250ed239bc3b50b669493997f9"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ab03ced250ed239bc3b50b669493997f9">pid_t</a></div><div class="ttdeci">DWORD pid_t</div><div class="ttdef"><b>Definition:</b> windows.hpp:187</div></div>
 <div class="ttc" id="duration_8hpp_html"><div class="ttname"><a href="duration_8hpp.html">duration.hpp</a></div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1PosixDiskIsolatorProcess_html"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1PosixDiskIsolatorProcess.html">mesos::internal::slave::PosixDiskIsolatorProcess</a></div><div class="ttdef"><b>Definition:</b> disk.hpp:73</div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/posix_2os_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/posix_2os_8hpp_source.html b/content/api/latest/c++/posix_2os_8hpp_source.html
index d24e5de..d73c85f 100644
--- a/content/api/latest/c++/posix_2os_8hpp_source.html
+++ b/content/api/latest/c++/posix_2os_8hpp_source.html
@@ -486,9 +486,9 @@
 <div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;      <span class="keywordflow">continue</span>;</div>
 <div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;    }</div>
 <div class="line"><a name="l00434"></a><span class="lineno">  434</span>&#160;</div>
-<div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;    <span class="keywordflow">if</span> (!permissions.<a class="code" href="classTry.html#a7be0768038e0628632492edf6cc1515a">get</a>().<a class="code" href="structos_1_1Permissions.html#a534ed3d5160fa1e1486eeff498ba694a">owner</a>.<a class="code" href="structos_1_1Permissions.html#afe509a1398f95df7d2bda5fbfaa91a44">x</a> &amp;&amp;</div>
-<div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;        !permissions.<a class="code" href="classTry.html#a7be0768038e0628632492edf6cc1515a">get</a>().<a class="code" href="structos_1_1Permissions.html#ac8318d733f1be581f48fd64d0d638272">group</a>.<a class="code" href="structos_1_1Permissions.html#afe509a1398f95df7d2bda5fbfaa91a44">x</a> &amp;&amp;</div>
-<div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;        !permissions.<a class="code" href="classTry.html#a7be0768038e0628632492edf6cc1515a">get</a>().<a class="code" href="structos_1_1Permissions.html#a49e2c2553d1d104736e03dc419181ade">others</a>.<a class="code" href="structos_1_1Permissions.html#afe509a1398f95df7d2bda5fbfaa91a44">x</a>) {</div>
+<div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;    <span class="keywordflow">if</span> (!permissions.<a class="code" href="classTry.html#a7be0768038e0628632492edf6cc1515a">get</a>().<a class="code" href="structos_1_1Permissions.html#a9c657243e3109e3fe22ea2f8e6a2bc96">owner</a>.<a class="code" href="structos_1_1Permissions.html#afe509a1398f95df7d2bda5fbfaa91a44">x</a> &amp;&amp;</div>
+<div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;        !permissions.<a class="code" href="classTry.html#a7be0768038e0628632492edf6cc1515a">get</a>().<a class="code" href="structos_1_1Permissions.html#af7abd97bae7caa3b2de589a3b7d4885d">group</a>.<a class="code" href="structos_1_1Permissions.html#afe509a1398f95df7d2bda5fbfaa91a44">x</a> &amp;&amp;</div>
+<div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;        !permissions.<a class="code" href="classTry.html#a7be0768038e0628632492edf6cc1515a">get</a>().<a class="code" href="structos_1_1Permissions.html#af1f4e783d5e6d157fd1027e721d07051">others</a>.<a class="code" href="structos_1_1Permissions.html#afe509a1398f95df7d2bda5fbfaa91a44">x</a>) {</div>
 <div class="line"><a name="l00438"></a><span class="lineno">  438</span>&#160;      <span class="keywordflow">continue</span>;</div>
 <div class="line"><a name="l00439"></a><span class="lineno">  439</span>&#160;    }</div>
 <div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160;</div>
@@ -583,6 +583,7 @@
 <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="classError_html"><div class="ttname"><a href="classError.html">Error</a></div><div class="ttdef"><b>Definition:</b> errorbase.hpp:35</div></div>
 <div class="ttc" id="classOption_html"><div class="ttname"><a href="classOption.html">Option&lt; pid_t &gt;</a></div></div>
+<div class="ttc" id="structos_1_1Permissions_html_af1f4e783d5e6d157fd1027e721d07051"><div class="ttname"><a href="structos_1_1Permissions.html#af1f4e783d5e6d157fd1027e721d07051">os::Permissions::others</a></div><div class="ttdeci">struct os::Permissions::@25 others</div></div>
 <div class="ttc" id="namespacesvn_html_a018bb955e273aa2e6b6c950005ed6048"><div class="ttname"><a href="namespacesvn.html#a018bb955e273aa2e6b6c950005ed6048">svn::patch</a></div><div class="ttdeci">Try&lt; std::string &gt; patch(const std::string &amp;s, const Diff &amp;diff)</div><div class="ttdef"><b>Definition:</b> svn.hpp:157</div></div>
 <div class="ttc" id="namespaceos_html_ab9f08ced036cc5156a11a86090768bb5"><div class="ttname"><a href="namespaceos.html#ab9f08ced036cc5156a11a86090768bb5">os::chmod</a></div><div class="ttdeci">Try&lt; Nothing &gt; chmod(const std::string &amp;path, int mode)</div><div class="ttdef"><b>Definition:</b> os.hpp:195</div></div>
 <div class="ttc" id="classTry_html"><div class="ttname"><a href="classTry.html">Try</a></div><div class="ttdef"><b>Definition:</b> try.hpp:34</div></div>
@@ -618,14 +619,12 @@
 <div class="ttc" id="open_8hpp_html"><div class="ttname"><a href="open_8hpp.html">open.hpp</a></div></div>
 <div class="ttc" id="namespaceos_html_ad932e3876b339c61b03abc575ad3943b"><div class="ttname"><a href="namespaceos.html#ad932e3876b339c61b03abc575ad3943b">os::loadavg</a></div><div class="ttdeci">Try&lt; Load &gt; loadavg()</div><div class="ttdef"><b>Definition:</b> os.hpp:282</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_ab03ced250ed239bc3b50b669493997f9"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ab03ced250ed239bc3b50b669493997f9">pid_t</a></div><div class="ttdeci">DWORD pid_t</div><div class="ttdef"><b>Definition:</b> windows.hpp:187</div></div>
-<div class="ttc" id="structos_1_1Permissions_html_ac8318d733f1be581f48fd64d0d638272"><div class="ttname"><a href="structos_1_1Permissions.html#ac8318d733f1be581f48fd64d0d638272">os::Permissions::group</a></div><div class="ttdeci">struct os::Permissions::@24 group</div></div>
 <div class="ttc" id="namespacestrings_html_afffe11c8ecce961981653358520d6a04"><div class="ttname"><a href="namespacestrings.html#afffe11c8ecce961981653358520d6a04">strings::tokenize</a></div><div class="ttdeci">std::vector&lt; std::string &gt; tokenize(const std::string &amp;s, const std::string &amp;delims, const Option&lt; size_t &gt; &amp;maxTokens=None())</div><div class="ttdef"><b>Definition:</b> strings.hpp:138</div></div>
 <div class="ttc" id="structos_1_1Process_html"><div class="ttname"><a href="structos_1_1Process.html">os::Process</a></div><div class="ttdef"><b>Definition:</b> process.hpp:32</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_a8a35dd1207a16dfa8b1d4163176d828c"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#a8a35dd1207a16dfa8b1d4163176d828c">mode_t</a></div><div class="ttdeci">int mode_t</div><div class="ttdef"><b>Definition:</b> windows.hpp:183</div></div>
 <div class="ttc" id="namespaceos_1_1stat_html_a083c9ff4aefeba1a75a27e6a6d6e2a71"><div class="ttname"><a href="namespaceos_1_1stat.html#a083c9ff4aefeba1a75a27e6a6d6e2a71">os::stat::dev</a></div><div class="ttdeci">Try&lt; dev_t &gt; dev(const std::string &amp;path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK)</div><div class="ttdef"><b>Definition:</b> stat.hpp:139</div></div>
 <div class="ttc" id="structos_1_1Process_html_a8c68e0a8c8693f2acacf0f428ea0a493"><div class="ttname"><a href="structos_1_1Process.html#a8c68e0a8c8693f2acacf0f428ea0a493">os::Process::pid</a></div><div class="ttdeci">const pid_t pid</div><div class="ttdef"><b>Definition:</b> process.hpp:53</div></div>
 <div class="ttc" id="fcntl_8hpp_html"><div class="ttname"><a href="fcntl_8hpp.html">fcntl.hpp</a></div></div>
-<div class="ttc" id="structos_1_1Permissions_html_a534ed3d5160fa1e1486eeff498ba694a"><div class="ttname"><a href="structos_1_1Permissions.html#a534ed3d5160fa1e1486eeff498ba694a">os::Permissions::owner</a></div><div class="ttdeci">struct os::Permissions::@24 owner</div></div>
 <div class="ttc" id="namespacemesos_1_1uri_html_a0a3b30c1eb427c4053aaef120b1f453c"><div class="ttname"><a href="namespacemesos_1_1uri.html#a0a3b30c1eb427c4053aaef120b1f453c">mesos::uri::file</a></div><div class="ttdeci">URI file(const std::string &amp;path)</div><div class="ttdoc">Creates a file URI with the given path on the local host. </div><div class="ttdef"><b>Definition:</b> file.hpp:33</div></div>
 <div class="ttc" id="write_8hpp_html"><div class="ttname"><a href="write_8hpp.html">write.hpp</a></div></div>
 <div class="ttc" id="namespaceos_html_a818327458964860a86fc8964e4795b4d"><div class="ttname"><a href="namespaceos.html#a818327458964860a86fc8964e4795b4d">os::utime</a></div><div class="ttdeci">Try&lt; Nothing &gt; utime(const std::string &amp;path)</div><div class="ttdef"><b>Definition:</b> utime.hpp:32</div></div>
@@ -648,6 +647,7 @@
 <div class="ttc" id="osx_8hpp_html"><div class="ttname"><a href="osx_8hpp.html">osx.hpp</a></div></div>
 <div class="ttc" id="namespaceos_html_afc96a896b632cb0942b317a1f8543919"><div class="ttname"><a href="namespaceos.html#afc96a896b632cb0942b317a1f8543919">os::uname</a></div><div class="ttdeci">Try&lt; UTSInfo &gt; uname()</div><div class="ttdef"><b>Definition:</b> os.hpp:299</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="structos_1_1Permissions_html_af7abd97bae7caa3b2de589a3b7d4885d"><div class="ttname"><a href="structos_1_1Permissions.html#af7abd97bae7caa3b2de589a3b7d4885d">os::Permissions::group</a></div><div class="ttdeci">struct os::Permissions::@25 group</div></div>
 <div class="ttc" id="os_2os_8hpp_html"><div class="ttname"><a href="os_2os_8hpp.html">os.hpp</a></div></div>
 <div class="ttc" id="namespaceos_html_a0d86320d7799ea761599bc356c02a4fa"><div class="ttname"><a href="namespaceos.html#a0d86320d7799ea761599bc356c02a4fa">os::shell</a></div><div class="ttdeci">Try&lt; std::string &gt; shell(const std::string &amp;fmt, const T &amp;...t)</div><div class="ttdoc">Runs a shell command with optional arguments. </div><div class="ttdef"><b>Definition:</b> shell.hpp:71</div></div>
 <div class="ttc" id="namespaceos_html_ae19e4161a51b86a1f330f3bf1dc75389"><div class="ttname"><a href="namespaceos.html#ae19e4161a51b86a1f330f3bf1dc75389">os::process</a></div><div class="ttdeci">Result&lt; Process &gt; process(pid_t pid)</div><div class="ttdef"><b>Definition:</b> freebsd.hpp:30</div></div>
@@ -663,7 +663,7 @@
 <div class="ttc" id="namespaceos_1_1stat_html_afc51654ad486693167c300612bf8ebfa"><div class="ttname"><a href="namespaceos_1_1stat.html#afc51654ad486693167c300612bf8ebfa">os::stat::mode</a></div><div class="ttdeci">Try&lt; mode_t &gt; mode(const std::string &amp;path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK)</div><div class="ttdef"><b>Definition:</b> stat.hpp:126</div></div>
 <div class="ttc" id="classOption_html_a06eab791122ebc1f8af4ad310e5e7d7e"><div class="ttname"><a href="classOption.html#a06eab791122ebc1f8af4ad310e5e7d7e">Option::isNone</a></div><div class="ttdeci">bool isNone() const </div><div class="ttdef"><b>Definition:</b> option.hpp:112</div></div>
 <div class="ttc" id="shell_8hpp_html"><div class="ttname"><a href="shell_8hpp.html">shell.hpp</a></div></div>
-<div class="ttc" id="structos_1_1Permissions_html_a49e2c2553d1d104736e03dc419181ade"><div class="ttname"><a href="structos_1_1Permissions.html#a49e2c2553d1d104736e03dc419181ade">os::Permissions::others</a></div><div class="ttdeci">struct os::Permissions::@24 others</div></div>
+<div class="ttc" id="structos_1_1Permissions_html_a9c657243e3109e3fe22ea2f8e6a2bc96"><div class="ttname"><a href="structos_1_1Permissions.html#a9c657243e3109e3fe22ea2f8e6a2bc96">os::Permissions::owner</a></div><div class="ttdeci">struct os::Permissions::@25 owner</div></div>
 <div class="ttc" id="namespaceos_html_a547f04b42e472b2ff0070897010fac78"><div class="ttname"><a href="namespaceos.html#a547f04b42e472b2ff0070897010fac78">os::var</a></div><div class="ttdeci">Try&lt; std::string &gt; var()</div><div class="ttdef"><b>Definition:</b> os.hpp:448</div></div>
 <div class="ttc" id="namespaceos_html_a781ae694650dd3c6addab2a383a8c422"><div class="ttname"><a href="namespaceos.html#a781ae694650dd3c6addab2a383a8c422">os::glob</a></div><div class="ttdeci">Try&lt; std::list&lt; std::string &gt; &gt; glob(const std::string &amp;pattern)</div><div class="ttdef"><b>Definition:</b> os.hpp:241</div></div>
 <div class="ttc" id="structos_1_1Permissions_html_afe509a1398f95df7d2bda5fbfaa91a44"><div class="ttname"><a href="structos_1_1Permissions.html#afe509a1398f95df7d2bda5fbfaa91a44">os::Permissions::x</a></div><div class="ttdeci">bool x</div><div class="ttdef"><b>Definition:</b> permissions.hpp:51</div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/posix_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/posix_8hpp_source.html b/content/api/latest/c++/posix_8hpp_source.html
index 320c0ba..2589f8a 100644
--- a/content/api/latest/c++/posix_8hpp_source.html
+++ b/content/api/latest/c++/posix_8hpp_source.html
@@ -293,7 +293,7 @@
 <div class="ttc" id="pstree_8hpp_html"><div class="ttname"><a href="pstree_8hpp.html">pstree.hpp</a></div></div>
 <div class="ttc" id="classprocess_1_1Promise_html"><div class="ttname"><a href="classprocess_1_1Promise.html">process::Promise&lt; mesos::slave::ContainerLimitation &gt;</a></div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1PosixMemIsolatorProcess_html_a4f0cc8bf34c207c15d6e72226814d5f5"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1PosixMemIsolatorProcess.html#a4f0cc8bf34c207c15d6e72226814d5f5">mesos::internal::slave::PosixMemIsolatorProcess::create</a></div><div class="ttdeci">static Try&lt; mesos::slave::Isolator * &gt; create(const Flags &amp;flags)</div><div class="ttdef"><b>Definition:</b> posix.hpp:179</div></div>
-<div class="ttc" id="classhashmap_html_a040f93efd556981326f0809e0f24f9ef"><div class="ttname"><a href="classhashmap.html#a040f93efd556981326f0809e0f24f9ef">hashmap::put</a></div><div class="ttdeci">void put(const Key &amp;key, const Value &amp;value)</div><div class="ttdef"><b>Definition:</b> hashmap.hpp:102</div></div>
+<div class="ttc" id="classhashmap_html_a040f93efd556981326f0809e0f24f9ef"><div class="ttname"><a href="classhashmap.html#a040f93efd556981326f0809e0f24f9ef">hashmap::put</a></div><div class="ttdeci">void put(const Key &amp;key, const Value &amp;value)</div><div class="ttdef"><b>Definition:</b> hashmap.hpp:103</div></div>
 <div class="ttc" id="classOption_html_a21358442c0fac1cc978a67a9a9089a79"><div class="ttname"><a href="classOption.html#a21358442c0fac1cc978a67a9a9089a79">Option::get</a></div><div class="ttdeci">const T &amp; get() const &amp;</div><div class="ttdef"><b>Definition:</b> option.hpp:114</div></div>
 <div class="ttc" id="namespacemesos_1_1internal_1_1log_1_1protocol_html_a3b1f8bd7b18c51af9d1f58842950b545"><div class="ttname"><a href="namespacemesos_1_1internal_1_1log_1_1protocol.html#a3b1f8bd7b18c51af9d1f58842950b545">mesos::internal::log::protocol::promise</a></div><div class="ttdeci">Protocol&lt; PromiseRequest, PromiseResponse &gt; promise</div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1MesosIsolatorProcess_html"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1MesosIsolatorProcess.html">mesos::internal::slave::MesosIsolatorProcess</a></div><div class="ttdef"><b>Definition:</b> isolator.hpp:79</div></div>
@@ -315,9 +315,9 @@
 <div class="ttc" id="classprocess_1_1Owned_html"><div class="ttname"><a href="classprocess_1_1Owned.html">process::Owned</a></div><div class="ttdef"><b>Definition:</b> owned.hpp:35</div></div>
 <div class="ttc" id="id_8hpp_html"><div class="ttname"><a href="id_8hpp.html">id.hpp</a></div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1PosixCpuIsolatorProcess_html"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1PosixCpuIsolatorProcess.html">mesos::internal::slave::PosixCpuIsolatorProcess</a></div><div class="ttdef"><b>Definition:</b> posix.hpp:142</div></div>
-<div class="ttc" id="classhashmap_html_ac142b3f8b73c76d5d4545bbd299007e5"><div class="ttname"><a href="classhashmap.html#ac142b3f8b73c76d5d4545bbd299007e5">hashmap::contains</a></div><div class="ttdeci">bool contains(const Key &amp;key) const </div><div class="ttdef"><b>Definition:</b> hashmap.hpp:84</div></div>
+<div class="ttc" id="classhashmap_html_ac142b3f8b73c76d5d4545bbd299007e5"><div class="ttname"><a href="classhashmap.html#ac142b3f8b73c76d5d4545bbd299007e5">hashmap::contains</a></div><div class="ttdeci">bool contains(const Key &amp;key) const </div><div class="ttdef"><b>Definition:</b> hashmap.hpp:85</div></div>
 <div class="ttc" id="classTry_html_a7be0768038e0628632492edf6cc1515a"><div class="ttname"><a href="classTry.html#a7be0768038e0628632492edf6cc1515a">Try::get</a></div><div class="ttdeci">const T &amp; get() const </div><div class="ttdef"><b>Definition:</b> try.hpp:73</div></div>
-<div class="ttc" id="classhashmap_html_a41f14039c11b5a1ab6c81add74192c9a"><div class="ttname"><a href="classhashmap.html#a41f14039c11b5a1ab6c81add74192c9a">hashmap::get</a></div><div class="ttdeci">Option&lt; Value &gt; get(const Key &amp;key) const </div><div class="ttdef"><b>Definition:</b> hashmap.hpp:110</div></div>
+<div class="ttc" id="classhashmap_html_a41f14039c11b5a1ab6c81add74192c9a"><div class="ttname"><a href="classhashmap.html#a41f14039c11b5a1ab6c81add74192c9a">hashmap::get</a></div><div class="ttdeci">Option&lt; Value &gt; get(const Key &amp;key) const </div><div class="ttdef"><b>Definition:</b> hashmap.hpp:111</div></div>
 <div class="ttc" id="hashmap_8hpp_html"><div class="ttname"><a href="hashmap_8hpp.html">hashmap.hpp</a></div></div>
 <div class="ttc" id="classprocess_1_1Future_html"><div class="ttname"><a href="classprocess_1_1Future.html">process::Future&lt; Nothing &gt;</a></div></div>
 </div><!-- fragment --></div><!-- contents -->

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/protobuf__utils_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/protobuf__utils_8hpp_source.html b/content/api/latest/c++/protobuf__utils_8hpp_source.html
index 8bf32c3..60dc29b 100644
--- a/content/api/latest/c++/protobuf__utils_8hpp_source.html
+++ b/content/api/latest/c++/protobuf__utils_8hpp_source.html
@@ -518,7 +518,7 @@
 <div class="ttc" id="structmesos_1_1internal_1_1protobuf_1_1framework_1_1Capabilities_html_aad0128d18048818ccede75dbd3d3ad43"><div class="ttname"><a href="structmesos_1_1internal_1_1protobuf_1_1framework_1_1Capabilities.html#aad0128d18048818ccede75dbd3d3ad43">mesos::internal::protobuf::framework::Capabilities::Capabilities</a></div><div class="ttdeci">Capabilities(const Iterable &amp;capabilities)</div><div class="ttdef"><b>Definition:</b> protobuf_utils.hpp:389</div></div>
 <div class="ttc" id="namespacemesos_1_1internal_1_1tests_1_1v1_1_1scheduler_html_acd3fa8addac36f513726743665631d79"><div class="ttname"><a href="namespacemesos_1_1internal_1_1tests_1_1v1_1_1scheduler.html#acd3fa8addac36f513726743665631d79">mesos::internal::tests::v1::scheduler::Event</a></div><div class="ttdeci">mesos::v1::scheduler::Event Event</div><div class="ttdef"><b>Definition:</b> mesos.hpp:2437</div></div>
 <div class="ttc" id="structmesos_1_1internal_1_1protobuf_1_1framework_1_1Capabilities_html_a639eef6e6f88e44c76da56fd8919dc09"><div class="ttname"><a href="structmesos_1_1internal_1_1protobuf_1_1framework_1_1Capabilities.html#a639eef6e6f88e44c76da56fd8919dc09">mesos::internal::protobuf::framework::Capabilities::partitionAware</a></div><div class="ttdeci">bool partitionAware</div><div class="ttdef"><b>Definition:</b> protobuf_utils.hpp:428</div></div>
-<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:36</div></div>
+<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:37</div></div>
 <div class="ttc" id="namespacemesos_1_1internal_1_1protobuf_1_1master_1_1event_html_a69703958853b44f22fbf6123be76e0a2"><div class="ttname"><a href="namespacemesos_1_1internal_1_1protobuf_1_1master_1_1event.html#a69703958853b44f22fbf6123be76e0a2">mesos::internal::protobuf::master::event::createTaskAdded</a></div><div class="ttdeci">mesos::master::Event createTaskAdded(const Task &amp;task)</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html_ab03ced250ed239bc3b50b669493997f9"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html#ab03ced250ed239bc3b50b669493997f9">pid_t</a></div><div class="ttdeci">DWORD pid_t</div><div class="ttdef"><b>Definition:</b> windows.hpp:187</div></div>
 <div class="ttc" id="namespacemesos_1_1internal_1_1protobuf_1_1slave_html_ab481a7d4ff89ad7e92d086389261e53c"><div class="ttname"><a href="namespacemesos_1_1internal_1_1protobuf_1_1slave.html#ab481a7d4ff89ad7e92d086389261e53c">mesos::internal::protobuf::slave::createContainerLimitation</a></div><div class="ttdeci">mesos::slave::ContainerLimitation createContainerLimitation(const Resources &amp;resources, const std::string &amp;message, const TaskStatus::Reason &amp;reason)</div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/provisioner_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/provisioner_8hpp_source.html b/content/api/latest/c++/provisioner_8hpp_source.html
index 1105406..e67e283 100644
--- a/content/api/latest/c++/provisioner_8hpp_source.html
+++ b/content/api/latest/c++/provisioner_8hpp_source.html
@@ -261,7 +261,7 @@
 <div class="ttc" id="src_2slave_2containerizer_2fetcher_8hpp_html"><div class="ttname"><a href="src_2slave_2containerizer_2fetcher_8hpp.html">fetcher.hpp</a></div></div>
 <div class="ttc" id="classprocess_1_1metrics_1_1Counter_html"><div class="ttname"><a href="classprocess_1_1metrics_1_1Counter.html">process::metrics::Counter</a></div><div class="ttdef"><b>Definition:</b> counter.hpp:26</div></div>
 <div class="ttc" id="structmesos_1_1internal_1_1slave_1_1ImageInfo_html"><div class="ttname"><a href="structmesos_1_1internal_1_1slave_1_1ImageInfo.html">mesos::internal::slave::ImageInfo</a></div><div class="ttdef"><b>Definition:</b> store.hpp:44</div></div>
-<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:36</div></div>
+<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:37</div></div>
 <div class="ttc" id="include_2mesos_2appc_2spec_8hpp_html"><div class="ttname"><a href="include_2mesos_2appc_2spec_8hpp.html">spec.hpp</a></div></div>
 <div class="ttc" id="structmesos_1_1internal_1_1slave_1_1ProvisionInfo_html_a1ba800ff51051b7f6edd652c8b73a8ca"><div class="ttname"><a href="structmesos_1_1internal_1_1slave_1_1ProvisionInfo.html#a1ba800ff51051b7f6edd652c8b73a8ca">mesos::internal::slave::ProvisionInfo::appcManifest</a></div><div class="ttdeci">Option&lt;::appc::spec::ImageManifest &gt; appcManifest</div><div class="ttdef"><b>Definition:</b> provisioner.hpp:67</div></div>
 <div class="ttc" id="nothing_8hpp_html"><div class="ttname"><a href="nothing_8hpp.html">nothing.hpp</a></div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/queueing_2internal_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/queueing_2internal_8hpp_source.html b/content/api/latest/c++/queueing_2internal_8hpp_source.html
index ddda5bd..fbf3cbd 100644
--- a/content/api/latest/c++/queueing_2internal_8hpp_source.html
+++ b/content/api/latest/c++/queueing_2internal_8hpp_source.html
@@ -401,7 +401,7 @@
 <div class="ttc" id="result_8hpp_html"><div class="ttname"><a href="result_8hpp.html">result.hpp</a></div></div>
 <div class="ttc" id="namespacerouting_1_1queueing_1_1internal_html_ad9cf687c1486b960e8dd9b96e1f84644"><div class="ttname"><a href="namespacerouting_1_1queueing_1_1internal.html#ad9cf687c1486b960e8dd9b96e1f84644">routing::queueing::internal::encode</a></div><div class="ttdeci">Try&lt; Nothing &gt; encode(const Netlink&lt; struct rtnl_qdisc &gt; &amp;qdisc, const Config &amp;config)</div></div>
 <div class="ttc" id="classResult_html"><div class="ttname"><a href="classResult.html">Result</a></div><div class="ttdef"><b>Definition:</b> result.hpp:40</div></div>
-<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:36</div></div>
+<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:37</div></div>
 <div class="ttc" id="namespacemesos_1_1modules_html_a70163bdea2fe39ef5b798a7d7ee0c220"><div class="ttname"><a href="namespacemesos_1_1modules.html#a70163bdea2fe39ef5b798a7d7ee0c220">mesos::modules::kind</a></div><div class="ttdeci">const char * kind()</div></div>
 <div class="ttc" id="link_2internal_8hpp_html"><div class="ttname"><a href="link_2internal_8hpp.html">internal.hpp</a></div></div>
 <div class="ttc" id="nothing_8hpp_html"><div class="ttname"><a href="nothing_8hpp.html">nothing.hpp</a></div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/reparsepoint_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/reparsepoint_8hpp_source.html b/content/api/latest/c++/reparsepoint_8hpp_source.html
index 3523586..bc82b98 100644
--- a/content/api/latest/c++/reparsepoint_8hpp_source.html
+++ b/content/api/latest/c++/reparsepoint_8hpp_source.html
@@ -149,7 +149,7 @@
 <div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;      <span class="comment">//</span></div>
 <div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;      <span class="comment">// [1] https://msdn.microsoft.com/en-us/library/windows/hardware/ff552012(v=vs.85).aspx</span></div>
 <div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="struct__REPARSE__DATA__BUFFER.html#a147ca85ab16ce66bf0a2f0f512e6e2a4">   97</a></span>&#160;      WCHAR <a class="code" href="struct__REPARSE__DATA__BUFFER.html#a147ca85ab16ce66bf0a2f0f512e6e2a4">PathBuffer</a>[1];</div>
-<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    } <a class="code" href="struct__REPARSE__DATA__BUFFER.html#af4e8909d5719d9dec40a3ae6237dacc9">SymbolicLinkReparseBuffer</a>;</div>
+<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    } <a class="code" href="struct__REPARSE__DATA__BUFFER.html#ac61e4b6582b10a12e92db90e8c6fc5de">SymbolicLinkReparseBuffer</a>;</div>
 <div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div>
 <div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;    <span class="comment">// Unused: holds mount point data.</span></div>
 <div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;    <span class="keyword">struct</span></div>
@@ -159,11 +159,11 @@
 <div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;      USHORT <a class="code" href="struct__REPARSE__DATA__BUFFER.html#a2957208cf83448056aff7c03495c8be2">PrintNameOffset</a>;</div>
 <div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;      USHORT <a class="code" href="struct__REPARSE__DATA__BUFFER.html#a902f8b16d3453a87255901e9fcb2ba9a">PrintNameLength</a>;</div>
 <div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;      WCHAR <a class="code" href="struct__REPARSE__DATA__BUFFER.html#a147ca85ab16ce66bf0a2f0f512e6e2a4">PathBuffer</a>[1];</div>
-<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;    } <a class="code" href="struct__REPARSE__DATA__BUFFER.html#a0a938258f54cb4c97f6b2b2fed22293f">MountPointReparseBuffer</a>;</div>
+<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;    } <a class="code" href="struct__REPARSE__DATA__BUFFER.html#af997dd695ef87214a58ea7ec9ed2bb36">MountPointReparseBuffer</a>;</div>
 <div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;    <span class="keyword">struct</span></div>
 <div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;    {</div>
 <div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="struct__REPARSE__DATA__BUFFER.html#af423e2edcd34b951786b33f1461ffc6d">  111</a></span>&#160;      UCHAR <a class="code" href="struct__REPARSE__DATA__BUFFER.html#af423e2edcd34b951786b33f1461ffc6d">DataBuffer</a>[1];</div>
-<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;    } <a class="code" href="struct__REPARSE__DATA__BUFFER.html#af73998fb98b08ca499b1f9b7a899b832">GenericReparseBuffer</a>;</div>
+<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;    } <a class="code" href="struct__REPARSE__DATA__BUFFER.html#a94ef45399bf9feebfa8663c9dab0b6ba">GenericReparseBuffer</a>;</div>
 <div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;  };</div>
 <div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;} <a class="code" href="reparsepoint_8hpp.html#a1d08355d52e71e6efbb50209f472c3e5">REPARSE_DATA_BUFFER</a>;</div>
 <div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;</div>
@@ -209,22 +209,22 @@
 <div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div>
 <div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;  <span class="comment">// NOTE: This buffer is not null terminated.</span></div>
 <div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;  <span class="keyword">const</span> WCHAR* substitute_name =</div>
-<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#af4e8909d5719d9dec40a3ae6237dacc9">SymbolicLinkReparseBuffer</a>.PathBuffer +</div>
-<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#af4e8909d5719d9dec40a3ae6237dacc9">SymbolicLinkReparseBuffer</a>.SubstituteNameOffset / <span class="keyword">sizeof</span>(WCHAR);</div>
+<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#ac61e4b6582b10a12e92db90e8c6fc5de">SymbolicLinkReparseBuffer</a>.PathBuffer +</div>
+<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#ac61e4b6582b10a12e92db90e8c6fc5de">SymbolicLinkReparseBuffer</a>.SubstituteNameOffset / <span class="keyword">sizeof</span>(WCHAR);</div>
 <div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;  <span class="keyword">const</span> <span class="keywordtype">size_t</span> substitute_name_length =</div>
-<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#af4e8909d5719d9dec40a3ae6237dacc9">SymbolicLinkReparseBuffer</a>.SubstituteNameLength / <span class="keyword">sizeof</span>(WCHAR);</div>
+<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#ac61e4b6582b10a12e92db90e8c6fc5de">SymbolicLinkReparseBuffer</a>.SubstituteNameLength / <span class="keyword">sizeof</span>(WCHAR);</div>
 <div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;</div>
 <div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;  <span class="comment">// NOTE: This buffer is not null terminated.</span></div>
 <div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;  <span class="keyword">const</span> WCHAR* print_name =</div>
-<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#af4e8909d5719d9dec40a3ae6237dacc9">SymbolicLinkReparseBuffer</a>.PathBuffer +</div>
-<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#af4e8909d5719d9dec40a3ae6237dacc9">SymbolicLinkReparseBuffer</a>.PrintNameOffset / <span class="keyword">sizeof</span>(WCHAR);</div>
+<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#ac61e4b6582b10a12e92db90e8c6fc5de">SymbolicLinkReparseBuffer</a>.PathBuffer +</div>
+<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#ac61e4b6582b10a12e92db90e8c6fc5de">SymbolicLinkReparseBuffer</a>.PrintNameOffset / <span class="keyword">sizeof</span>(WCHAR);</div>
 <div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;  <span class="keyword">const</span> <span class="keywordtype">size_t</span> print_name_length =</div>
-<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#af4e8909d5719d9dec40a3ae6237dacc9">SymbolicLinkReparseBuffer</a>.PrintNameLength / <span class="keyword">sizeof</span>(WCHAR);</div>
+<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;    data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#ac61e4b6582b10a12e92db90e8c6fc5de">SymbolicLinkReparseBuffer</a>.PrintNameLength / <span class="keyword">sizeof</span>(WCHAR);</div>
 <div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;</div>
 <div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;  <span class="keywordflow">return</span> <a class="code" href="structinternal_1_1windows_1_1SymbolicLink.html">SymbolicLink</a>{</div>
 <div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;      std::wstring(substitute_name, substitute_name_length),</div>
 <div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;      std::wstring(print_name, print_name_length),</div>
-<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;      data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#af4e8909d5719d9dec40a3ae6237dacc9">SymbolicLinkReparseBuffer</a>.Flags};</div>
+<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;      data.<a class="code" href="struct__REPARSE__DATA__BUFFER.html#ac61e4b6582b10a12e92db90e8c6fc5de">SymbolicLinkReparseBuffer</a>.Flags};</div>
 <div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;}</div>
 <div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;</div>
 <div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;</div>
@@ -431,6 +431,7 @@
 <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="classError_html"><div class="ttname"><a href="classError.html">Error</a></div><div class="ttdef"><b>Definition:</b> errorbase.hpp:35</div></div>
 <div class="ttc" id="struct__REPARSE__DATA__BUFFER_html_ab7d7ef1bac95556ac1ffee0a37e8b6d7"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html#ab7d7ef1bac95556ac1ffee0a37e8b6d7">_REPARSE_DATA_BUFFER::Reserved</a></div><div class="ttdeci">USHORT Reserved</div><div class="ttdef"><b>Definition:</b> reparsepoint.hpp:70</div></div>
+<div class="ttc" id="struct__REPARSE__DATA__BUFFER_html_a94ef45399bf9feebfa8663c9dab0b6ba"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html#a94ef45399bf9feebfa8663c9dab0b6ba">_REPARSE_DATA_BUFFER::GenericReparseBuffer</a></div><div class="ttdeci">struct _REPARSE_DATA_BUFFER::@13::@17 GenericReparseBuffer</div></div>
 <div class="ttc" id="classSharedHandle_html"><div class="ttname"><a href="classSharedHandle.html">SharedHandle</a></div><div class="ttdef"><b>Definition:</b> windows.hpp:78</div></div>
 <div class="ttc" id="classTry_html"><div class="ttname"><a href="classTry.html">Try</a></div><div class="ttdef"><b>Definition:</b> try.hpp:34</div></div>
 <div class="ttc" id="namespaceos_html_aa533c79d98af12b40b567a851e442373"><div class="ttname"><a href="namespaceos.html#aa533c79d98af12b40b567a851e442373">os::realpath</a></div><div class="ttdeci">Result&lt; std::string &gt; realpath(const std::string &amp;path)</div><div class="ttdef"><b>Definition:</b> realpath.hpp:24</div></div>
@@ -442,7 +443,6 @@
 <div class="ttc" id="struct__REPARSE__DATA__BUFFER_html_a2957208cf83448056aff7c03495c8be2"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html#a2957208cf83448056aff7c03495c8be2">_REPARSE_DATA_BUFFER::PrintNameOffset</a></div><div class="ttdeci">USHORT PrintNameOffset</div><div class="ttdef"><b>Definition:</b> reparsepoint.hpp:83</div></div>
 <div class="ttc" id="namespaceos_1_1stat_html_a305c82e6d53ccd82665b4b3648afcd1c"><div class="ttname"><a href="namespaceos_1_1stat.html#a305c82e6d53ccd82665b4b3648afcd1c">os::stat::FollowSymlink</a></div><div class="ttdeci">FollowSymlink</div><div class="ttdef"><b>Definition:</b> reparsepoint.hpp:38</div></div>
 <div class="ttc" id="namespaceos_1_1stat_html_a305c82e6d53ccd82665b4b3648afcd1ca884cbffa48c7e5b804161fdc71389c7e"><div class="ttname"><a href="namespaceos_1_1stat.html#a305c82e6d53ccd82665b4b3648afcd1ca884cbffa48c7e5b804161fdc71389c7e">os::stat::FollowSymlink::DO_NOT_FOLLOW_SYMLINK</a></div></div>
-<div class="ttc" id="struct__REPARSE__DATA__BUFFER_html_af73998fb98b08ca499b1f9b7a899b832"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html#af73998fb98b08ca499b1f9b7a899b832">_REPARSE_DATA_BUFFER::GenericReparseBuffer</a></div><div class="ttdeci">struct _REPARSE_DATA_BUFFER::@12::@16 GenericReparseBuffer</div></div>
 <div class="ttc" id="structinternal_1_1windows_1_1SymbolicLink_html_a7ca6332f2c62622fdf6a8340989fb837"><div class="ttname"><a href="structinternal_1_1windows_1_1SymbolicLink.html#a7ca6332f2c62622fdf6a8340989fb837">internal::windows::SymbolicLink::print_name</a></div><div class="ttdeci">std::wstring print_name</div><div class="ttdef"><b>Definition:</b> reparsepoint.hpp:128</div></div>
 <div class="ttc" id="namespaceinternal_1_1windows_html_a9205fe9be7dc028375cd24338483152b"><div class="ttname"><a href="namespaceinternal_1_1windows.html#a9205fe9be7dc028375cd24338483152b">internal::windows::reparse_point_attribute_set</a></div><div class="ttdeci">Try&lt; bool &gt; reparse_point_attribute_set(const std::wstring &amp;absolute_path)</div><div class="ttdef"><b>Definition:</b> reparsepoint.hpp:136</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2windows_8hpp_html"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2windows_8hpp.html">windows.hpp</a></div></div>
@@ -469,16 +469,16 @@
 <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="try_8hpp_html"><div class="ttname"><a href="try_8hpp.html">try.hpp</a></div></div>
 <div class="ttc" id="struct__REPARSE__DATA__BUFFER_html"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html">_REPARSE_DATA_BUFFER</a></div><div class="ttdef"><b>Definition:</b> reparsepoint.hpp:62</div></div>
+<div class="ttc" id="struct__REPARSE__DATA__BUFFER_html_ac61e4b6582b10a12e92db90e8c6fc5de"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html#ac61e4b6582b10a12e92db90e8c6fc5de">_REPARSE_DATA_BUFFER::SymbolicLinkReparseBuffer</a></div><div class="ttdeci">struct _REPARSE_DATA_BUFFER::@13::@15 SymbolicLinkReparseBuffer</div></div>
 <div class="ttc" id="structinternal_1_1windows_1_1SymbolicLink_html"><div class="ttname"><a href="structinternal_1_1windows_1_1SymbolicLink.html">internal::windows::SymbolicLink</a></div><div class="ttdef"><b>Definition:</b> reparsepoint.hpp:125</div></div>
 <div class="ttc" id="classResult_html_a85eaa52037223d71092e65701c166562"><div class="ttname"><a href="classResult.html#a85eaa52037223d71092e65701c166562">Result::isSome</a></div><div class="ttdeci">bool isSome() const </div><div class="ttdef"><b>Definition:</b> result.hpp:108</div></div>
 <div class="ttc" id="classResult_html_aeca16ad17d299ad885c9b46c83b12a3d"><div class="ttname"><a href="classResult.html#aeca16ad17d299ad885c9b46c83b12a3d">Result::isError</a></div><div class="ttdeci">bool isError() const </div><div class="ttdef"><b>Definition:</b> result.hpp:110</div></div>
 <div class="ttc" id="namespaceinternal_1_1windows_html_abd7dbdbc8d95626d0c66455078380aa1"><div class="ttname"><a href="namespaceinternal_1_1windows.html#abd7dbdbc8d95626d0c66455078380aa1">internal::windows::longpath</a></div><div class="ttdeci">std::wstring longpath(const std::string &amp;path)</div><div class="ttdef"><b>Definition:</b> longpath.hpp:38</div></div>
-<div class="ttc" id="struct__REPARSE__DATA__BUFFER_html_af4e8909d5719d9dec40a3ae6237dacc9"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html#af4e8909d5719d9dec40a3ae6237dacc9">_REPARSE_DATA_BUFFER::SymbolicLinkReparseBuffer</a></div><div class="ttdeci">struct _REPARSE_DATA_BUFFER::@12::@14 SymbolicLinkReparseBuffer</div></div>
+<div class="ttc" id="struct__REPARSE__DATA__BUFFER_html_af997dd695ef87214a58ea7ec9ed2bb36"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html#af997dd695ef87214a58ea7ec9ed2bb36">_REPARSE_DATA_BUFFER::MountPointReparseBuffer</a></div><div class="ttdeci">struct _REPARSE_DATA_BUFFER::@13::@16 MountPointReparseBuffer</div></div>
 <div class="ttc" id="struct__REPARSE__DATA__BUFFER_html_a4bf3659e29ad08e56bc61b13b7ebb365"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html#a4bf3659e29ad08e56bc61b13b7ebb365">_REPARSE_DATA_BUFFER::SubstituteNameOffset</a></div><div class="ttdeci">USHORT SubstituteNameOffset</div><div class="ttdef"><b>Definition:</b> reparsepoint.hpp:78</div></div>
 <div class="ttc" id="namespaceinternal_1_1windows_html_aeb3eff223f2ea4c2899bcc82d8818334"><div class="ttname"><a href="namespaceinternal_1_1windows.html#aeb3eff223f2ea4c2899bcc82d8818334">internal::windows::create_symbolic_link</a></div><div class="ttdeci">Try&lt; Nothing &gt; create_symbolic_link(const std::string &amp;target, const std::string &amp;reparse_point)</div><div class="ttdef"><b>Definition:</b> reparsepoint.hpp:295</div></div>
 <div class="ttc" id="classTry_html_a7be0768038e0628632492edf6cc1515a"><div class="ttname"><a href="classTry.html#a7be0768038e0628632492edf6cc1515a">Try::get</a></div><div class="ttdeci">const T &amp; get() const </div><div class="ttdef"><b>Definition:</b> try.hpp:73</div></div>
 <div class="ttc" id="struct__REPARSE__DATA__BUFFER_html_a902f8b16d3453a87255901e9fcb2ba9a"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html#a902f8b16d3453a87255901e9fcb2ba9a">_REPARSE_DATA_BUFFER::PrintNameLength</a></div><div class="ttdeci">USHORT PrintNameLength</div><div class="ttdef"><b>Definition:</b> reparsepoint.hpp:85</div></div>
-<div class="ttc" id="struct__REPARSE__DATA__BUFFER_html_a0a938258f54cb4c97f6b2b2fed22293f"><div class="ttname"><a href="struct__REPARSE__DATA__BUFFER.html#a0a938258f54cb4c97f6b2b2fed22293f">_REPARSE_DATA_BUFFER::MountPointReparseBuffer</a></div><div class="ttdeci">struct _REPARSE_DATA_BUFFER::@12::@15 MountPointReparseBuffer</div></div>
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/resources_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/resources_8hpp_source.html b/content/api/latest/c++/resources_8hpp_source.html
index 32576bf..d6e0046 100644
--- a/content/api/latest/c++/resources_8hpp_source.html
+++ b/content/api/latest/c++/resources_8hpp_source.html
@@ -686,7 +686,7 @@
 <div class="ttc" id="classmesos_1_1Resources_html_a44e5b29fbe67ba65c43a51331be2629b"><div class="ttname"><a href="classmesos_1_1Resources.html#a44e5b29fbe67ba65c43a51331be2629b">mesos::Resources::operator=</a></div><div class="ttdeci">Resources &amp; operator=(const Resources &amp;that)</div><div class="ttdef"><b>Definition:</b> resources.hpp:362</div></div>
 <div class="ttc" id="classmesos_1_1Resources_html_a14d213399957d701bc065e66e8881e39"><div class="ttname"><a href="classmesos_1_1Resources.html#a14d213399957d701bc065e66e8881e39">mesos::Resources::validate</a></div><div class="ttdeci">static Option&lt; Error &gt; validate(const Resource &amp;resource)</div><div class="ttdoc">Validates a Resource object. </div></div>
 <div class="ttc" id="classmesos_1_1Resources_html_a6603b57f6aa4c3c4eb4ea73f88498f99"><div class="ttname"><a href="classmesos_1_1Resources.html#a6603b57f6aa4c3c4eb4ea73f88498f99">mesos::Resources::parse</a></div><div class="ttdeci">static Try&lt; Resource &gt; parse(const std::string &amp;name, const std::string &amp;value, const std::string &amp;role)</div><div class="ttdoc">Returns a Resource with the given name, value, and role. </div></div>
-<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:36</div></div>
+<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:37</div></div>
 <div class="ttc" id="classmesos_1_1Resources_html_a62a685bb22d0916e15e019602a36659f"><div class="ttname"><a href="classmesos_1_1Resources.html#a62a685bb22d0916e15e019602a36659f">mesos::Resources::begin</a></div><div class="ttdeci">const_iterator begin()</div><div class="ttdef"><b>Definition:</b> resources.hpp:540</div></div>
 <div class="ttc" id="classmesos_1_1ResourceConversion_html_aa9039c86575590f50e1e03cc3f42e9e6"><div class="ttname"><a href="classmesos_1_1ResourceConversion.html#aa9039c86575590f50e1e03cc3f42e9e6">mesos::ResourceConversion::PostValidation</a></div><div class="ttdeci">lambda::function&lt; Try&lt; Nothing &gt;const Resources &amp;)&gt; PostValidation</div><div class="ttdef"><b>Definition:</b> resources.hpp:683</div></div>
 <div class="ttc" id="classmesos_1_1Resources_html_ab3a8fed18db7526324f86902a142bbdd"><div class="ttname"><a href="classmesos_1_1Resources.html#ab3a8fed18db7526324f86902a142bbdd">mesos::Resources::fromJSON</a></div><div class="ttdeci">static Try&lt; std::vector&lt; Resource &gt; &gt; fromJSON(const JSON::Array &amp;resourcesJSON, const std::string &amp;defaultRole=&quot;*&quot;)</div><div class="ttdoc">Parses an input JSON array into a vector of Resource objects. </div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/set_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/set_8hpp_source.html b/content/api/latest/c++/set_8hpp_source.html
index c4685d9..9027b29 100644
--- a/content/api/latest/c++/set_8hpp_source.html
+++ b/content/api/latest/c++/set_8hpp_source.html
@@ -104,7 +104,7 @@
 <div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;}</div>
 <div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;</div>
 <div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="preprocessor">#endif // __STOUT_SET_HPP__</span></div>
-<div class="ttc" id="hashset_8hpp_html_a53a97a073752b7f6a47909ee2155b317"><div class="ttname"><a href="hashset_8hpp.html#a53a97a073752b7f6a47909ee2155b317">operator|</a></div><div class="ttdeci">hashset&lt; Elem, Hash, Equal &gt; operator|(const hashset&lt; Elem, Hash, Equal &gt; &amp;left, const hashset&lt; Elem, Hash, Equal &gt; &amp;right)</div><div class="ttdef"><b>Definition:</b> hashset.hpp:122</div></div>
+<div class="ttc" id="hashset_8hpp_html_a53a97a073752b7f6a47909ee2155b317"><div class="ttname"><a href="hashset_8hpp.html#a53a97a073752b7f6a47909ee2155b317">operator|</a></div><div class="ttdeci">hashset&lt; Elem, Hash, Equal &gt; operator|(const hashset&lt; Elem, Hash, Equal &gt; &amp;left, const hashset&lt; Elem, Hash, Equal &gt; &amp;right)</div><div class="ttdef"><b>Definition:</b> hashset.hpp:143</div></div>
 <div class="ttc" id="namespacemesos_html_ab16e1a11cb91d02d756b2ce64834f3c8"><div class="ttname"><a href="namespacemesos.html#ab16e1a11cb91d02d756b2ce64834f3c8">mesos::operator+</a></div><div class="ttdeci">Resources operator+(const google::protobuf::RepeatedPtrField&lt; Resource &gt; &amp;left, const Resources &amp;right)</div><div class="ttdef"><b>Definition:</b> resources.hpp:629</div></div>
 <div class="ttc" id="set_8hpp_html_abcfcda3cf10e26f121e510e5df5709ea"><div class="ttname"><a href="set_8hpp.html#abcfcda3cf10e26f121e510e5df5709ea">operator&amp;</a></div><div class="ttdeci">std::set&lt; T &gt; operator&amp;(const std::set&lt; T &gt; &amp;left, const std::set&lt; T &gt; &amp;right)</div><div class="ttdef"><b>Definition:</b> set.hpp:40</div></div>
 </div><!-- fragment --></div><!-- contents -->

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/slave_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/slave_8hpp_source.html b/content/api/latest/c++/slave_8hpp_source.html
index 9c29e59..919fd48 100644
--- a/content/api/latest/c++/slave_8hpp_source.html
+++ b/content/api/latest/c++/slave_8hpp_source.html
@@ -1094,7 +1094,7 @@
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1Slave_html_a268b5307f2796f9270acf6efaf29711c"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1Slave.html#a268b5307f2796f9270acf6efaf29711c">mesos::internal::slave::Slave::shutdownExecutor</a></div><div class="ttdeci">virtual void shutdownExecutor(const process::UPID &amp;from, const FrameworkID &amp;frameworkId, const ExecutorID &amp;executorId)</div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1Slave_html_af678d52f877800e895ff62f56be970cf"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1Slave.html#af678d52f877800e895ff62f56be970cf">mesos::internal::slave::Slave::_checkDiskUsage</a></div><div class="ttdeci">void _checkDiskUsage(const process::Future&lt; double &gt; &amp;usage)</div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1Slave_html_af47e4a69c5542ae625bdd1a5b7fdb308"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1Slave.html#af47e4a69c5542ae625bdd1a5b7fdb308">mesos::internal::slave::Slave::getFramework</a></div><div class="ttdeci">Framework * getFramework(const FrameworkID &amp;frameworkId) const </div></div>
-<div class="ttc" id="classhashset_html"><div class="ttname"><a href="classhashset.html">hashset</a></div><div class="ttdef"><b>Definition:</b> hashset.hpp:32</div></div>
+<div class="ttc" id="classhashset_html"><div class="ttname"><a href="classhashset.html">hashset</a></div><div class="ttdef"><b>Definition:</b> hashset.hpp:53</div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1Slave_html_aa91b3747671faf9f39404a8730e5ef3d"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1Slave.html#aa91b3747671faf9f39404a8730e5ef3d">mesos::internal::slave::Slave::_statusUpdateAcknowledgement</a></div><div class="ttdeci">void _statusUpdateAcknowledgement(const process::Future&lt; bool &gt; &amp;future, const TaskID &amp;taskId, const FrameworkID &amp;frameworkId, const UUID &amp;uuid)</div></div>
 <div class="ttc" id="src_2slave_2metrics_8hpp_html"><div class="ttname"><a href="src_2slave_2metrics_8hpp.html">metrics.hpp</a></div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1Slave_html_aa0a3ade2dde9dd762b30fb376497de35"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1Slave.html#aa0a3ade2dde9dd762b30fb376497de35">mesos::internal::slave::Slave::removeExecutor</a></div><div class="ttdeci">void removeExecutor(Framework *framework, Executor *executor)</div></div>
@@ -1145,7 +1145,7 @@
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1Slave_html_ac738a6078b63c45cc4c6000f928cabad"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1Slave.html#ac738a6078b63c45cc4c6000f928cabad">mesos::internal::slave::Slave::signaled</a></div><div class="ttdeci">void signaled(int signal, int uid)</div></div>
 <div class="ttc" id="structmesos_1_1internal_1_1slave_1_1HttpConnection_html_a6bd61956671fa0cab784ac1eb0d2b834"><div class="ttname"><a href="structmesos_1_1internal_1_1slave_1_1HttpConnection.html#a6bd61956671fa0cab784ac1eb0d2b834">mesos::internal::slave::HttpConnection::close</a></div><div class="ttdeci">bool close()</div><div class="ttdef"><b>Definition:</b> slave.hpp:712</div></div>
 <div class="ttc" id="structmesos_1_1internal_1_1slave_1_1HttpConnection_html_aa56f337e2e9a40afbcae740883f7342e"><div class="ttname"><a href="structmesos_1_1internal_1_1slave_1_1HttpConnection.html#aa56f337e2e9a40afbcae740883f7342e">mesos::internal::slave::HttpConnection::contentType</a></div><div class="ttdeci">ContentType contentType</div><div class="ttdef"><b>Definition:</b> slave.hpp:723</div></div>
-<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:36</div></div>
+<div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:37</div></div>
 <div class="ttc" id="classmesos_1_1internal_1_1slave_1_1Slave_html_a76f40f8c10951d9526cb63bcea66f5e5"><div class="ttname"><a href="classmesos_1_1internal_1_1slave_1_1Slave.html#a76f40f8c10951d9526cb63bcea66f5e5">mesos::internal::slave::Slave::garbageCollect</a></div><div class="ttdeci">process::Future&lt; Nothing &gt; garbageCollect(const std::string &amp;path)</div></div>
 <div class="ttc" id="daemon_8hpp_html"><div class="ttname"><a href="daemon_8hpp.html">daemon.hpp</a></div></div>
 <div class="ttc" id="classmesos_1_1slave_1_1ResourceEstimator_html"><div class="ttname"><a href="classmesos_1_1slave_1_1ResourceEstimator.html">mesos::slave::ResourceEstimator</a></div><div class="ttdef"><b>Definition:</b> resource_estimator.hpp:37</div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/90f51d8b/content/api/latest/c++/socket__manager_8hpp.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/socket__manager_8hpp.html b/content/api/latest/c++/socket__manager_8hpp.html
new file mode 100644
index 0000000..5a94561
--- /dev/null
+++ b/content/api/latest/c++/socket__manager_8hpp.html
@@ -0,0 +1,95 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.5"/>
+<title>Apache Mesos: 3rdparty/libprocess/src/socket_manager.hpp File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+  <td style="padding-left: 0.5em;">
+   <div id="projectname">Apache Mesos
+   </div>
+  </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.5 -->
+  <div id="navrow1" class="tabs">
+    <ul class="tablist">
+      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
+      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+      <li><a href="annotated.html"><span>Classes</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+      <li><a href="examples.html"><span>Examples</span></a></li>
+    </ul>
+  </div>
+  <div id="navrow2" class="tabs2">
+    <ul class="tablist">
+      <li><a href="files.html"><span>File&#160;List</span></a></li>
+      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
+    </ul>
+  </div>
+<div id="nav-path" class="navpath">
+  <ul>
+<li class="navelem"><a class="el" href="dir_8cab8f464681f7cc51cee77e79a434cd.html">3rdparty</a></li><li class="navelem"><a class="el" href="dir_043a76de98701f9bddf61b5e98f305ff.html">libprocess</a></li><li class="navelem"><a class="el" href="dir_01cbbd8dcbf9de3825992568658f467e.html">src</a></li>  </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+  <div class="summary">
+<a href="#nested-classes">Classes</a> &#124;
+<a href="#namespaces">Namespaces</a> &#124;
+<a href="#var-members">Variables</a>  </div>
+  <div class="headertitle">
+<div class="title">socket_manager.hpp File Reference</div>  </div>
+</div><!--header-->
+<div class="contents">
+<div class="textblock"><code>#include &lt;mutex&gt;</code><br/>
+<code>#include &lt;queue&gt;</code><br/>
+<code>#include &lt;<a class="el" href="address_8hpp_source.html">process/address.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" href="future_8hpp_source.html">process/future.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" href="3rdparty_2libprocess_2include_2process_2message_8hpp_source.html">process/message.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" href="libprocess_2include_2process_2process_8hpp_source.html">process/process.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" href="libprocess_2include_2process_2socket_8hpp_source.html">process/socket.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" href="hashmap_8hpp_source.html">stout/hashmap.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" href="hashset_8hpp_source.html">stout/hashset.hpp</a>&gt;</code><br/>
+<code>#include &quot;<a class="el" href="encoder_8hpp_source.html">encoder.hpp</a>&quot;</code><br/>
+</div>
+<p><a href="socket__manager_8hpp_source.html">Go to the source code of this file.</a></p>
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
+Classes</h2></td></tr>
+<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classprocess_1_1SocketManager.html">process::SocketManager</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table><table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
+Namespaces</h2></td></tr>
+<tr class="memitem:namespaceprocess"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceprocess.html">process</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</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:a355bad70041c7d49455fb810578a72cf"><td class="memItemLeft" align="right" valign="top">SocketManager *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceprocess.html#a355bad70041c7d49455fb810578a72cf">process::socket_manager</a></td></tr>
+<tr class="separator:a355bad70041c7d49455fb810578a72cf"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+</div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.5
+</small></address>
+</body>
+</html>