diff options
author | ilsimo <ilsimo> | 2005-11-13 22:06:49 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2005-11-13 22:06:49 +0000 |
commit | 9ac351a4cb72ad1ceaf8c57cc05dfc9067145ca0 (patch) | |
tree | 3c5a0a665b3c760ea0f1500fc49f88a0fc1dd206 /sesman/tcp.c | |
parent | 3cdf8bdcee7d1ccbe270f919e416478ba1ca88d2 (diff) | |
download | xrdp-proprietary-9ac351a4cb72ad1ceaf8c57cc05dfc9067145ca0.tar.gz xrdp-proprietary-9ac351a4cb72ad1ceaf8c57cc05dfc9067145ca0.zip |
added --nodaemon and --kill options
added pid file generation
improved some code documentation
Diffstat (limited to 'sesman/tcp.c')
-rw-r--r-- | sesman/tcp.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sesman/tcp.c b/sesman/tcp.c index 2bfa84c2..54bbacea 100644 --- a/sesman/tcp.c +++ b/sesman/tcp.c @@ -18,11 +18,16 @@ session manager linux only - - tcp.c: tcp stream funcions - */ +/** + * + * @file tcp.c + * @brief Tcp stream funcions + * @author Jay Sorg + * + */ + #include "sesman.h" /*****************************************************************************/ |