Changeset 21 for trunk/libtransmission
- Timestamp:
- Jan 12, 2006, 7:00:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r20 r21 92 92 { 93 93 #ifdef SYS_BEOS 94 *t = spawn_thread( (void *) func, "torrent-tx", arg );94 *t = spawn_thread( (void *) func, "torrent-tx", B_NORMAL_PRIORITY, arg ); 95 95 resume_thread( *t ); 96 96 #else
Note: See TracChangeset
for help on using the changeset viewer.