diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-07 15:41:31 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-07 15:41:31 -0800 |
commit | 3c3683b884542e5aa85099f4ce0c1b556613795d (patch) | |
tree | ca2fa9b4bf5e50ab4641a64c62eb072c81698a69 /indra/viewer_components/updater/llupdaterservice.h | |
parent | 4d861ef022f6c22837de4c76ee3e7f2b191b8a5e (diff) |
limit dowload bandwidth to 'Maximum bandwidth' setting
Diffstat (limited to 'indra/viewer_components/updater/llupdaterservice.h')
-rw-r--r-- | indra/viewer_components/updater/llupdaterservice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/viewer_components/updater/llupdaterservice.h b/indra/viewer_components/updater/llupdaterservice.h index 8b76a9d1e7..1ffa609019 100644 --- a/indra/viewer_components/updater/llupdaterservice.h +++ b/indra/viewer_components/updater/llupdaterservice.h @@ -76,6 +76,7 @@ public: const std::string& version); void setCheckPeriod(unsigned int seconds); + void setBandwidthLimit(U64 bytesPerSecond); void startChecking(bool install_if_ready = false); void stopChecking(); |