initial delta support

This commit is contained in:
Jimmy Zelinskie
2014-02-22 23:47:11 -05:00
parent e8e692cbf6
commit e80b17b2ad
5 changed files with 80 additions and 11 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ type AnnounceDelta struct {
Downloaded uint64
// Timestamp is the unix timestamp this announce occurred at
Timestamp float64
Timestamp int64
// Snatched is true if this announce completed the download
Snatched bool