You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2015/06/29 11:45:48 UTC

mesos git commit: Added Path::basename() and Path::dirname() to stout's user guide.

Repository: mesos
Updated Branches:
  refs/heads/master b62517792 -> 17d61af6f


Added Path::basename() and Path::dirname() to stout's user guide.

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


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

Branch: refs/heads/master
Commit: 17d61af6f35ced3ab5054cf7687f00d8ef456605
Parents: b625177
Author: haosdent huang <ha...@gmail.com>
Authored: Mon Jun 29 10:59:59 2015 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Mon Jun 29 11:43:24 2015 +0200

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/17d61af6/3rdparty/libprocess/3rdparty/stout/README.md
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/README.md b/3rdparty/libprocess/3rdparty/stout/README.md
index 0290451..39a6a3f 100644
--- a/3rdparty/libprocess/3rdparty/stout/README.md
+++ b/3rdparty/libprocess/3rdparty/stout/README.md
@@ -272,7 +272,7 @@ There are a handful of wrappers that make working with signals easier, including
 
 ## `path::`
 
-The `path` namespace provides the `path::join` function for joining toghether filesystem paths.
+The `path` namespace provides the `path::join` function for joining toghether filesystem paths. Additionally to the `path` namespace there also exists the class `Path`. `Path` provides `basename()` and `dirname()` as thread safe replacements for standard `::basename()` and `::dirname()`.
 
 
 <a href="proc"></a>