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/08/25 11:14:12 UTC

[2/2] mesos-site git commit: Updated the website built from mesos SHA: 9735aeb.

Updated the website built from mesos SHA: 9735aeb.


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

Branch: refs/heads/asf-site
Commit: 063fd3787920be095f5a31a4d1ffe68249fe8159
Parents: 4ef9610
Author: jenkins <bu...@apache.org>
Authored: Fri Aug 25 11:14:09 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Fri Aug 25 11:14:09 2017 +0000

----------------------------------------------------------------------
 ...include_2mesos_2executor_2executor_8hpp.html |    3 +-
 ..._2mesos_2executor_2executor_8hpp_source.html |    8 +-
 content/sitemap.xml                             | 8444 +++++++++---------
 3 files changed, 4228 insertions(+), 4227 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/063fd378/content/api/latest/c++/include_2mesos_2executor_2executor_8hpp.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/include_2mesos_2executor_2executor_8hpp.html b/content/api/latest/c++/include_2mesos_2executor_2executor_8hpp.html
index 549308c..5cf0482 100644
--- a/content/api/latest/c++/include_2mesos_2executor_2executor_8hpp.html
+++ b/content/api/latest/c++/include_2mesos_2executor_2executor_8hpp.html
@@ -55,7 +55,8 @@
 <div class="title">executor.hpp File Reference</div>  </div>
 </div><!--header-->
 <div class="contents">
-<div class="textblock"><code>#include &lt;executor/executor.pb.h&gt;</code><br/>
+<div class="textblock"><code>#include &lt;ostream&gt;</code><br/>
+<code>#include &lt;mesos/executor/executor.pb.h&gt;</code><br/>
 </div>
 <p><a href="include_2mesos_2executor_2executor_8hpp_source.html">Go to the source code of this file.</a></p>
 <table class="memberdecls">

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/063fd378/content/api/latest/c++/include_2mesos_2executor_2executor_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/include_2mesos_2executor_2executor_8hpp_source.html b/content/api/latest/c++/include_2mesos_2executor_2executor_8hpp_source.html
index 91dbd5e..f48c0fb 100644
--- a/content/api/latest/c++/include_2mesos_2executor_2executor_8hpp_source.html
+++ b/content/api/latest/c++/include_2mesos_2executor_2executor_8hpp_source.html
@@ -71,10 +71,10 @@
 <div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#ifndef __EXECUTOR_PROTO_HPP__</span></div>
 <div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define __EXECUTOR_PROTO_HPP__</span></div>
 <div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor"></span></div>
-<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment">// NOTE: This header only becomes valid after running protoc</span></div>
-<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment">// and generating the equivalent .ph.h files</span></div>
-<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment">// See: src/messages/mesos.proto</span></div>
-<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &lt;executor/executor.pb.h&gt;</span></div>
+<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#include &lt;ostream&gt;</span></div>
+<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div>
+<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment">// ONLY USEFUL AFTER RUNNING PROTOC.</span></div>
+<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &lt;mesos/executor/executor.pb.h&gt;</span></div>
 <div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div>
 <div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="keyword">namespace </span>mesos {</div>
 <div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="namespacemesos_1_1executor.html">   26</a></span>&#160;<span class="keyword">namespace </span>executor {</div>