Repository: mesos-site
Updated Branches:
  refs/heads/asf-site a3784f3f2 -> 486d2094c


Updated the website built from mesos SHA: 4e200e5.


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

Branch: refs/heads/asf-site
Commit: 486d2094c77a66a7df7d51ee94fb540db54a0f30
Parents: a3784f3
Author: jenkins <bui...@apache.org>
Authored: Thu Aug 10 16:51:28 2017 +0000
Committer: jenkins <bui...@apache.org>
Committed: Thu Aug 10 16:51:28 2017 +0000

----------------------------------------------------------------------
 .../c++/stout_2include_2stout_2os_2posix_2socket_8hpp_source.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/486d2094/content/api/latest/c++/stout_2include_2stout_2os_2posix_2socket_8hpp_source.html
----------------------------------------------------------------------
diff --git 
a/content/api/latest/c++/stout_2include_2stout_2os_2posix_2socket_8hpp_source.html
 
b/content/api/latest/c++/stout_2include_2stout_2os_2posix_2socket_8hpp_source.html
index 3975a40..0cacac0 100644
--- 
a/content/api/latest/c++/stout_2include_2stout_2os_2posix_2socket_8hpp_source.html
+++ 
b/content/api/latest/c++/stout_2include_2stout_2os_2posix_2socket_8hpp_source.html
@@ -95,7 +95,7 @@
 <div class="line"><a name="l00041"></a><span class="lineno">   
41</span>&#160;<span class="comment">// retry the operation later.</span></div>
 <div class="line"><a name="l00042"></a><span class="lineno"><a class="line" 
href="namespacenet.html#a750f9463500ec714c5d5db550340a772">   
42</a></span>&#160;<span class="keyword">inline</span> <span 
class="keywordtype">bool</span> <a class="code" 
href="namespacenet.html#a750f9463500ec714c5d5db550340a772">is_retryable_error</a>(<span
 class="keywordtype">int</span> <a class="code" 
href="namespacemesos_1_1internal_1_1slave_1_1cni_1_1spec.html#ae58e703656ab4a1bd5d9870441236727">error</a>)</div>
 <div class="line"><a name="l00043"></a><span class="lineno">   
43</span>&#160;{</div>
-<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160; 
 <span class="keywordflow">return</span> (error ==  EWOULDBLOCK || error == 
EAGAIN);</div>
+<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160; 
 <span class="keywordflow">return</span> (error == EWOULDBLOCK || error == 
EAGAIN);</div>
 <div class="line"><a name="l00045"></a><span class="lineno">   
45</span>&#160;}</div>
 <div class="line"><a name="l00046"></a><span class="lineno">   
46</span>&#160;</div>
 <div class="line"><a name="l00047"></a><span class="lineno">   
47</span>&#160;</div>

Reply via email to