diff options
author | ilsimo <ilsimo> | 2006-05-25 20:34:32 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2006-05-25 20:34:32 +0000 |
commit | 013ab3c61f5e8b72239c901c1fed608427880eb9 (patch) | |
tree | 9413d8fcecc300e1a0ee3bd5cc7fb0560387975c /sesman/sesman.c | |
parent | bff658c96bdd7cf0986995ef262f363f4320e681 (diff) | |
download | xrdp-proprietary-013ab3c61f5e8b72239c901c1fed608427880eb9.tar.gz xrdp-proprietary-013ab3c61f5e8b72239c901c1fed608427880eb9.zip |
updated code documentation
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 |