Changeset 5843 for trunk/libtransmission/torrent.h
- Timestamp:
- May 18, 2008, 4:44:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.h
r5813 r5843 125 125 struct tr_ratecontrol * upload; 126 126 struct tr_ratecontrol * download; 127 struct tr_ratecontrol * swarm speed;127 struct tr_ratecontrol * swarmSpeed; 128 128 129 129 int error; … … 133 133 134 134 /* Where to download */ 135 char * d estination;135 char * downloadDir; 136 136 137 137 /* How many bytes we ask for per request */
Note: See TracChangeset
for help on using the changeset viewer.