diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-08 21:35:10 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-08 21:35:10 +0000 |
commit | 0d66719c5afbc66d81ad4304b3c830c48379b0a8 (patch) | |
tree | b2bb3dce5682381a1e5228053589610978287f9d /ChangeLog | |
parent | bf82c863bc58ee1e6b52d71e84c97fdd85bad5e4 (diff) | |
download | tinyproxy-0d66719c5afbc66d81ad4304b3c830c48379b0a8.tar.gz tinyproxy-0d66719c5afbc66d81ad4304b3c830c48379b0a8.zip |
Just moved the looping code from main() into thread_main_loop().
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-04-08 Robert James Kaes <rjkaes@flarenet.com> + + * src/thread.c (thread_main_loop): Moved the looping code into + this function from the main() function. Just a bit of clean up. + 2002-04-07 Robert James Kaes <rjkaes@flarenet.com> * src/hashmap.c: |