~seb128/indicator-transfer/translations

« back to all changes in this revision

Viewing changes to include/transfer/transfer.h

  • Committer: CI bot
  • Author(s): Charles Kerr
  • Date: 2014-08-27 02:32:28 UTC
  • mfrom: (14.1.6 better-content-hub-use)
  • Revision ID: ps-jenkins@lists.canonical.com-20140827023228-uzdfq3nmg344g2lu
Better use of information provided by content-hub. Fixes: 1348162, 1348170, 1350307, 1350771, 1361347, 1361363
Approved by: Ted Gould, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  // [0...1]
57
57
  float progress = 0.0;
58
58
 
59
 
  uint64_t speed_bps = 0;
 
59
  // bytes per second
 
60
  uint64_t speed_Bps = 0;
60
61
 
61
62
  uint64_t total_size = 0;
62
63