[X2Go-Commits] [x2goclient] 212/276: src/unixhelper.h: style and general fixes within comments.

git-admin at x2go.org git-admin at x2go.org
Sat Dec 31 01:35:26 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 2d01c8eef616229080d29e2fa0ad2407f559bd54
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Aug 12 09:06:32 2016 +0200

    src/unixhelper.h: style and general fixes within comments.
---
 debian/changelog |    1 +
 src/unixhelper.h |    5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7bae9e4..4489615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -372,6 +372,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       startup issue on Windows.
     - src/pulsemanager.cpp: fix PA version fetching on OS X again.
     - src/unixhelper.{cpp,h}: make argument of kill_pgroup () const.
+    - src/unixhelper.h: style and general fixes within comments.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/unixhelper.h b/src/unixhelper.h
index 3c2798f..d67f3ed 100644
--- a/src/unixhelper.h
+++ b/src/unixhelper.h
@@ -29,7 +29,7 @@
 namespace unixhelper {
   /*
    * Unblocks all signals and installs a signal handler for SIGHUP,
-   * which calls kill_pgroup().
+   * which calls kill_pgroup ().
    *
    * Should signal unblocking or installing the signal handler fail,
    * an emergency exit is performed and
@@ -42,7 +42,7 @@ namespace unixhelper {
    *
    * In this loop, the current parent PID is polled and compared against
    * the original value passed via parameter parent.
-   * Should they mismatch, the parent died and kill_pgroup() is called.
+   * Should they mismatch, the parent died and kill_pgroup () is called.
    */
   int unix_cleanup (const pid_t parent);
 
@@ -60,6 +60,7 @@ namespace unixhelper {
    *              group leader dies under specific circumstances
    *              (we cannot rely that this always happens, though,
    *               so a polling solution is needed, see unix_cleanup().)
+   * Other values are not handled.
    */
   void kill_pgroup (const int signal);
 }

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list