From 05429a53fe9a3e7029376e0763ee44834369617d Mon Sep 17 00:00:00 2001
From: g0dil <g0dil@wiback.org>
Date: Thu, 23 Apr 2009 15:15:00 +0000
Subject: [PATCH] Missing files ...

---
 PPI/Mainpage.dox           | 2 +-
 Utils/Logger/FileTarget.hh | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/PPI/Mainpage.dox b/PPI/Mainpage.dox
index 99d25a8e2..fc16dab14 100644
--- a/PPI/Mainpage.dox
+++ b/PPI/Mainpage.dox
@@ -47,7 +47,7 @@
         <a href="../../../Examples/RateStuffer/doc/html/index.html">PPI Example Application:
         RateStuffer</a> \n
         \ref senf::ppi::module "Modules" \n
-        \ref senf::ppi::connector "Connectors" \n
+        \ref senf::ppi::connector "Connectors and Jacks" \n
         \ref event_group
  */
 
diff --git a/Utils/Logger/FileTarget.hh b/Utils/Logger/FileTarget.hh
index 5f3082e64..5a80a7a0c 100644
--- a/Utils/Logger/FileTarget.hh
+++ b/Utils/Logger/FileTarget.hh
@@ -78,6 +78,8 @@ namespace log {
         void reopen();                  ///< Reopen %log after log-file rotation
         void reopen(std::string const & file);  ///< Reopen %log under a new name
 
+        std::string const & filename() const; ///< Return current log file name
+
     private:
         std::string file_;
 
-- 
GitLab