Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
e8efc047
Commit
e8efc047
authored
Mar 15, 2006
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reset swap_exitcode to zero on success.
parent
0b16f143
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
db/libdb.pm.in
db/libdb.pm.in
+2
-1
No files found.
db/libdb.pm.in
View file @
e8efc047
...
...
@@ -4992,7 +4992,8 @@ sub GatherSwapStats($$$$$;$)
DBQueryWarn
(
"update experiment_stats "
.
"set ${tmp}_count=${tmp}_count+1, "
.
" ${tmp}_last=now(), "
.
" swapin_duration=swapin_duration+${duration} "
.
" swapin_duration=swapin_duration+${duration}, "
.
" swap_exitcode=0 "
.
"where pid='$pid' and eid='$eid' and "
.
" exptidx=$exptidx"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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