Officially give up on making libT reentrant, and simplify our code instead

This commit is contained in:
Eric Petit
2007-01-21 07:16:18 +00:00
parent e63e4ab38f
commit 14aa4e5ab0
15 changed files with 188 additions and 202 deletions
-1
View File
@@ -41,7 +41,6 @@ int tr_netResolve( const char * address, struct in_addr * addr )
return ( addr->s_addr == 0xFFFFFFFF );
}
/* TODO: Make this code reentrant */
static tr_thread_t resolveThread;
static tr_lock_t resolveLock;
static tr_cond_t resolveCond;