Repository: mesos
Updated Branches:
  refs/heads/master 6c328ce0a -> 1b807ab14


Renamed the parameter 'override' to '_override'.

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


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

Branch: refs/heads/master
Commit: 1b807ab1478687a12b13b33006362ae17852b734
Parents: 6c328ce
Author: Qian Zhang <zhang...@cn.ibm.com>
Authored: Wed Apr 6 11:05:48 2016 -0700
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Wed Apr 6 11:05:48 2016 -0700

----------------------------------------------------------------------
 src/launcher/executor.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1b807ab1/src/launcher/executor.cpp
----------------------------------------------------------------------
diff --git a/src/launcher/executor.cpp b/src/launcher/executor.cpp
index 4658b9e..bec9cba 100644
--- a/src/launcher/executor.cpp
+++ b/src/launcher/executor.cpp
@@ -79,7 +79,7 @@ class CommandExecutorProcess : public 
ProtobufProcess<CommandExecutorProcess>
 {
 public:
   CommandExecutorProcess(
-      const Option<char**>& override,
+      const Option<char**>& _override,
       const string& _healthCheckDir,
       const Option<string>& _sandboxDirectory,
       const Option<string>& _workingDirectory,
@@ -97,7 +97,7 @@ public:
       frameworkInfo(None()),
       taskId(None()),
       healthCheckDir(_healthCheckDir),
-      override(override),
+      override(_override),
       sandboxDirectory(_sandboxDirectory),
       workingDirectory(_workingDirectory),
       user(_user),

Reply via email to