diff options
author | ilsimo <ilsimo> | 2006-07-13 20:15:21 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2006-07-13 20:15:21 +0000 |
commit | fda836169ea105f8a7ccc7632500eac6839467c5 (patch) | |
tree | 379a37845247e279ef39e5fe6f4d65ca398ffb04 /sesman/sig.h | |
parent | 20e26f1ccd91c48a833425915a5413bf543796a1 (diff) | |
download | xrdp-proprietary-fda836169ea105f8a7ccc7632500eac6839467c5.tar.gz xrdp-proprietary-fda836169ea105f8a7ccc7632500eac6839467c5.zip |
making sesman multithread
Diffstat (limited to 'sesman/sig.h')
-rw-r--r-- | sesman/sig.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sesman/sig.h b/sesman/sig.h index 98f1bda7..e876e22a 100644 --- a/sesman/sig.h +++ b/sesman/sig.h @@ -46,5 +46,22 @@ sig_sesman_shutdown(int sig); void DEFAULT_CC sig_sesman_reload_cfg(int sig); +/** + * + * @brief SIGCHLD handling code + * @param sig The received signal + * + */ +void DEFAULT_CC +sig_sesman_session_end(int sig); + +/** + * + * @brief signal handling thread + * + */ +void* DEFAULT_CC +sig_handler_thread(void* arg); + #endif |