You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2015/12/22 13:14:39 UTC

mesos git commit: Added a TODO to remove a `friend class` declaration.

Repository: mesos
Updated Branches:
  refs/heads/master 376ca5bb1 -> ff216a08f


Added a TODO to remove a `friend class` declaration.

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


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

Branch: refs/heads/master
Commit: ff216a08f6cbfbb189fae629f851d003dba3dc5b
Parents: 376ca5b
Author: Alexander Rukletsov <ru...@gmail.com>
Authored: Tue Dec 22 13:14:16 2015 +0100
Committer: Bernd Mathiske <be...@mesosphere.io>
Committed: Tue Dec 22 13:14:16 2015 +0100

----------------------------------------------------------------------
 src/master/master.hpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ff216a08/src/master/master.hpp
----------------------------------------------------------------------
diff --git a/src/master/master.hpp b/src/master/master.hpp
index 8af82a0..1cc5531 100644
--- a/src/master/master.hpp
+++ b/src/master/master.hpp
@@ -1174,6 +1174,8 @@ private:
     QuotaHandler quotaHandler;
 
     // Access to `authenticate`.
+    // TODO(alexr): Remove this once `authenticate` is moved to libprocess,
+    // see MESOS-4149.
     friend class QuotaHandler;
   };