Changeset 11987 for trunk/libtransmission/torrent.c
- Timestamp:
- Feb 19, 2011, 8:10:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r11890 r11987 2809 2809 { 2810 2810 tr_bool move_from_old_location; 2811 int * setme_state;2812 double * setme_progress;2811 volatile int * setme_state; 2812 volatile double * setme_progress; 2813 2813 char * location; 2814 2814 tr_torrent * tor; … … 2906 2906 2907 2907 void 2908 tr_torrentSetLocation( tr_torrent * tor,2909 const char * location,2910 tr_bool move_from_old_location,2911 double* setme_progress,2912 int* setme_state )2908 tr_torrentSetLocation( tr_torrent * tor, 2909 const char * location, 2910 tr_bool move_from_old_location, 2911 volatile double * setme_progress, 2912 volatile int * setme_state ) 2913 2913 { 2914 2914 struct LocationData * data;
Note: See TracChangeset
for help on using the changeset viewer.