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/10/19 23:04:40 UTC

mesos-site git commit: Updated the website built from mesos SHA: 9df7d49.

Repository: mesos-site
Updated Branches:
  refs/heads/asf-site 9cc38d80f -> 4166dd4ca


Updated the website built from mesos SHA: 9df7d49.


Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/4166dd4c
Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/4166dd4c
Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/4166dd4c

Branch: refs/heads/asf-site
Commit: 4166dd4ca976d45111c25adff01b9ce31cf07a50
Parents: 9cc38d8
Author: jenkins <bu...@apache.org>
Authored: Thu Oct 19 23:04:38 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Thu Oct 19 23:04:38 2017 +0000

----------------------------------------------------------------------
 content/api/latest/c++/rwlock_8hpp_source.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/4166dd4c/content/api/latest/c++/rwlock_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/rwlock_8hpp_source.html b/content/api/latest/c++/rwlock_8hpp_source.html
index 34e54fa..46c508a 100644
--- a/content/api/latest/c++/rwlock_8hpp_source.html
+++ b/content/api/latest/c++/rwlock_8hpp_source.html
@@ -199,7 +199,7 @@
 <div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;<span class="keyword">private</span>:</div>
 <div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;  <span class="keyword">struct </span>Waiter</div>
 <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="keyword">enum</span> { READ, WRITE} <a class="code" href="namespacemesos_1_1internal_1_1fs.html#a2343e2642db514496ba8380776487fba">type</a>;</div>
+<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;    <span class="keyword">enum</span> { READ, WRITE } <a class="code" href="namespacemesos_1_1internal_1_1fs.html#a2343e2642db514496ba8380776487fba">type</a>;</div>
 <div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;    Promise&lt;Nothing&gt; <a class="code" href="namespacemesos_1_1internal_1_1log_1_1protocol.html#a3b1f8bd7b18c51af9d1f58842950b545">promise</a>;</div>
 <div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;  };</div>
 <div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;</div>