You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2019/08/16 13:49:34 UTC

[mesos] branch 1.6.x updated: WIP.

This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a commit to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.6.x by this push:
     new 515de64  WIP.
515de64 is described below

commit 515de646ee64ab914b1833b8f4331fae5fa0f1c0
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Fri Aug 16 18:39:21 2019 +0800

    WIP.
---
 src/slave/containerizer/mesos/isolators/volume/secret.hpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/slave/containerizer/mesos/isolators/volume/secret.hpp b/src/slave/containerizer/mesos/isolators/volume/secret.hpp
index 9b557ed..9922cab 100644
--- a/src/slave/containerizer/mesos/isolators/volume/secret.hpp
+++ b/src/slave/containerizer/mesos/isolators/volume/secret.hpp
@@ -51,8 +51,7 @@ public:
       const ContainerID& containerId,
       const mesos::slave::ContainerConfig& containerConfig);
 
-  process::Future<Nothing> cleanup(
-      const ContainerID& containerId) override;
+  virtual process::Future<Nothing> cleanup(const ContainerID& containerId);
 
 private:
   VolumeSecretIsolatorProcess(