mirror of
https://github.com/ceph/ceph
synced 2025-03-06 00:10:04 +00:00
out,overload
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@974 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
3845ac9020
commit
76dfaeb219
@ -110,8 +110,11 @@ double go(int dep, int per)
|
||||
|
||||
utime_t start = g_clock.now();
|
||||
|
||||
set<int> out;
|
||||
map<int,float> overload;
|
||||
|
||||
for (int x=1; x <= place; x++)
|
||||
c.do_rule(rule, x, v);
|
||||
c.do_rule(rule, x, v, out, overload);
|
||||
|
||||
utime_t end = g_clock.now();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user