Changeset 5933 for trunk/libtransmission/transmission.h
- Timestamp:
- May 26, 2008, 12:52:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/transmission.h
r5932 r5933 922 922 struct tr_info 923 923 { 924 /* Path to torrent */ 925 char * torrent; 924 /* Flags */ 925 unsigned int isPrivate : 1; 926 unsigned int isMultifile : 1; 926 927 927 928 /* General info */ … … 930 931 char * name; 931 932 932 /* Flags */ 933 unsigned int isPrivate : 1; 934 unsigned int isMultifile : 1; 933 /* Path to torrent */ 934 char * torrent; 935 935 936 936 /* these trackers are sorted by tier */ … … 1130 1130 to the torrent's most recent scrape request. If no request was 1131 1131 sent or there was no response, this string is empty. */ 1132 char scrapeResponse[ 256];1132 char scrapeResponse[64]; 1133 1133 1134 1134 /** The unmodified string returned by the tracker in response 1135 1135 to the torrent's most recent scrape request. If no request was 1136 1136 sent or there was no response, this string is empty. */ 1137 char announceResponse[ 256];1137 char announceResponse[64]; 1138 1138 1139 1139 /** Time the most recent scrape request was sent,
Note: See TracChangeset
for help on using the changeset viewer.