Changeset 3983 for trunk/libtransmission/transmission.h
- Timestamp:
- Nov 26, 2007, 8:20:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/transmission.h
r3976 r3983 119 119 typedef struct tr_session_stats 120 120 { 121 uint64_t uploaded MiB;/* total up */122 uint64_t downloaded MiB;/* total down */121 uint64_t uploadedBytes; /* total up */ 122 uint64_t downloadedBytes; /* total down */ 123 123 double ratio; /* total up / total down */ 124 124 uint64_t filesAdded; /* number of files added */
Note: See TracChangeset
for help on using the changeset viewer.