Changeset 560 for trunk/libtransmission/transmission.c
- Timestamp:
- Jul 11, 2006, 8:53:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/transmission.c
r547 r560 757 757 758 758 h->acceptDie = 1; 759 tr_lockLock( &h->acceptLock );760 759 tr_threadJoin( &h->acceptThread ); 761 tr_lockUnlock( &h->acceptLock );762 760 tr_lockClose( &h->acceptLock ); 763 761 tr_dbg( "Accept thread joined" );
Note: See TracChangeset
for help on using the changeset viewer.