Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8c92e5ae
Commit
8c92e5ae
authored
Jul 22, 2010
by
Leigh B Stoller
Browse files
Minor change to flags for swap stats.
parent
b78819da
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/libdb.pm.in
View file @
8c92e5ae
...
...
@@ -136,6 +136,7 @@ use vars qw(@ISA @EXPORT);
TBDB_STATS_FLAGS_IDLESWAP TBDB_STATS_FLAGS_PREMODIFY
TBDB_STATS_FLAGS_START TBDB_STATS_FLAGS_PRESWAPIN
TBDB_STATS_FLAGS_MODHOSED TBDB_STATS_SWAPUPDATE
TBDB_STATS_FLAGS_MODSWAPOUT
TBDB_JAILIPBASE TBDB_JAILIPMASK
...
...
@@ -580,6 +581,7 @@ sub TBDB_STATS_FLAGS_START() { 0x04; }
sub
TBDB_STATS_FLAGS_PRESWAPIN
(){
0x08
;
}
sub
TBDB_STATS_FLAGS_BATCHCTRL
(){
0x10
;
}
sub
TBDB_STATS_FLAGS_MODHOSED
()
{
0x20
;
}
sub
TBDB_STATS_FLAGS_MODSWAPOUT
()
{
0x40
;
}
#
Do
not
export
these
variables
!
my
$
TBDB_STATS_STARTCLOCK
;
my
$
TBDB_STATS_SAVEDSWAPUID
;
...
...
Write
Preview
Supports
Markdown
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