Changeset 3938
- Timestamp:
- Nov 23, 2007, 3:01:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/tracker.c
r3936 r3938 1007 1007 data->t = t; 1008 1008 data->command = command; 1009 tr_runInEventThread( t->handle, sendRequestFromEventThreadImpl, t);1009 tr_runInEventThread( t->handle, sendRequestFromEventThreadImpl, data ); 1010 1010 } 1011 1011
Note: See TracChangeset
for help on using the changeset viewer.