diff options
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r-- | sesman/sesman.c | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c index 9101e22c..e191f13c 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -15,12 +15,16 @@ xrdp: A Remote Desktop Protocol server. Copyright (C) Jay Sorg 2005-2006 - - session manager - linux only - */ +/** + * + * @file sesman.c + * @brief Main program file + * @author Jay Sorg + * + */ + #include "sesman.h" int g_sck; @@ -35,8 +39,7 @@ struct config_sesman g_cfg; /* config.h */ /** * - * trigger when a child process (a session) dies - * + * @brief triggered when a child process (a session) dies * @param s received signal * */ @@ -70,9 +73,10 @@ cterm(int s) } } +/******************************************************************************/ /** * - * Starts sesman main loop + * @brief Starts sesman main loop * */ static void DEFAULT_CC |