]> git.street.me.uk Git - andy/viking.git/commit - src/main.c
Wait for all threads to finish before exiting viking
authorJocelyn Jaubert <jocelyn.jaubert@gmail.com>
Thu, 5 Mar 2009 21:25:37 +0000 (22:25 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 25 Apr 2009 12:46:52 +0000 (14:46 +0200)
commitf5e80a61bdf6c24f400dcb7ed086821811985f19
tree4853cbc7aea780e04c51ae25befa7d6a4e3ff4e9
parent634eca0ad7cc0d0b4ca3fcccbd3a76848c55f759
Wait for all threads to finish before exiting viking

We need to wait for all threads as they could have locked some temporary files
- we want these files to be erased before exiting viking.
src/main.c