add an identifier to trackers, for use by the ui's (this should hopefully fix the problem for removing trackers with "invisible" trackers)

This commit is contained in:
Mitchell Livingston
2010-01-10 02:34:00 +00:00
parent 7af6abcee1
commit 6138daec3f
9 changed files with 56 additions and 38 deletions

View File

@@ -363,6 +363,7 @@ addTrackers( const tr_info * info,
tr_bencDictAddStr( d, "announce", t->announce );
tr_bencDictAddStr( d, "scrape", t->scrape );
tr_bencDictAddInt( d, "tier", t->tier );
tr_bencDictAddInt( d, "id", t->identifier );
}
}