You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2016/02/25 00:37:29 UTC

[2/2] mesos git commit: Windows: Added `src/resource_estimator.cpp` to build.

Windows: Added `src/resource_estimator.cpp` to build.

Review: https://reviews.apache.org/r/43409/


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

Branch: refs/heads/master
Commit: 928ac801ad086b16d97f2996f708d8300d0594df
Parents: b697f03
Author: Alex Clemmer <cl...@gmail.com>
Authored: Mon Feb 22 13:47:03 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Wed Feb 24 15:37:07 2016 -0800

----------------------------------------------------------------------
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/928ac801/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b13fb23..49a5645 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -212,6 +212,7 @@ set(AGENT_SRC
   slave/metrics.cpp
   slave/paths.cpp
   slave/state.cpp
+  slave/resource_estimator.cpp
   )
 
 if (NOT WIN32)
@@ -223,7 +224,6 @@ if (NOT WIN32)
     slave/monitor.cpp
     slave/qos_controller.cpp
     slave/qos_controllers/noop.cpp
-    slave/resource_estimator.cpp
     slave/slave.cpp
     slave/status_update_manager.cpp
     slave/validation.cpp