add "failed hash" field to activity tab

This commit is contained in:
Mitchell Livingston
2007-09-26 18:32:32 +00:00
parent faff3145ce
commit b50f4189f9
8 changed files with 16 additions and 12 deletions

View File

@@ -190,8 +190,9 @@ typedef enum
- (float) uploadRate;
- (uint64_t) haveVerified;
- (uint64_t) haveTotal;
- (uint64_t) downloadedTotal;
- (uint64_t) uploadedTotal;
- (uint64_t) downloadedTotal;
- (uint64_t) failedHash;
- (float) swarmSpeed;
- (BOOL) pex;