Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
c2641b20
Commit
c2641b20
authored
Jul 09, 2014
by
Eric Cano
Browse files
Fixed missing addition in SessionStats.add()
parent
427535e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/SessionStats.hpp
View file @
c2641b20
...
...
@@ -75,6 +75,7 @@ namespace tapeserver {
unloadTime
+=
other
.
unloadTime
;
unmountTime
+=
other
.
unmountTime
;
waitDataTime
+=
other
.
waitDataTime
;
waitFreeMemoryTime
+=
other
.
waitFreeMemoryTime
;
waitInstructionsTime
+=
other
.
waitInstructionsTime
;
waitReportingTime
+=
other
.
waitReportingTime
;
dataVolume
+=
other
.
dataVolume
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment