Repository: mesos-site Updated Branches: refs/heads/asf-site 30b7fa503 -> 7d0ba8b0b
Updated the website built from mesos SHA: 5d17e89. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/7d0ba8b0 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/7d0ba8b0 Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/7d0ba8b0 Branch: refs/heads/asf-site Commit: 7d0ba8b0bc8239b0a2138644271b222bddf74e5a Parents: 30b7fa5 Author: jenkins <[email protected]> Authored: Thu Nov 30 16:55:41 2017 +0000 Committer: jenkins <[email protected]> Committed: Thu Nov 30 16:55:41 2017 +0000 ---------------------------------------------------------------------- content/api/latest/c++/src_2master_2master_8hpp_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/7d0ba8b0/content/api/latest/c++/src_2master_2master_8hpp_source.html ---------------------------------------------------------------------- diff --git a/content/api/latest/c++/src_2master_2master_8hpp_source.html b/content/api/latest/c++/src_2master_2master_8hpp_source.html index 90067ac..39229c7 100644 --- a/content/api/latest/c++/src_2master_2master_8hpp_source.html +++ b/content/api/latest/c++/src_2master_2master_8hpp_source.html @@ -2186,7 +2186,7 @@ <div class="line"><a name="l02247"></a><span class="lineno"> 2247</span>  <span class="comment">// Note that we explicitly convert from protobuf to `Resources` once</span></div> <div class="line"><a name="l02248"></a><span class="lineno"> 2248</span>  <span class="comment">// and then use the result for calculations to avoid performance penalty</span></div> <div class="line"><a name="l02249"></a><span class="lineno"> 2249</span>  <span class="comment">// for multiple conversions and validations implied by `+=` with protobuf</span></div> -<div class="line"><a name="l02250"></a><span class="lineno"> 2250</span>  <span class="comment">// agrument.</span></div> +<div class="line"><a name="l02250"></a><span class="lineno"> 2250</span>  <span class="comment">// arguments.</span></div> <div class="line"><a name="l02251"></a><span class="lineno"> 2251</span>  <span class="comment">// Conversion is safe, as resources have already passed validation.</span></div> <div class="line"><a name="l02252"></a><span class="lineno"> 2252</span>  <span class="keyword">const</span> <a class="code" href="classmesos_1_1Resources.html">Resources</a> resources = task->resources();</div> <div class="line"><a name="l02253"></a><span class="lineno"> 2253</span>  <a class="code" href="structmesos_1_1internal_1_1master_1_1Framework.html#a35847f2388d25e0cb9b3a9d0a722fbdd">totalUsedResources</a> += resources;</div>
