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
56d240fb
Commit
56d240fb
authored
Jun 11, 2009
by
Kevin Atkinson
Browse files
Another minor fix.
parent
011d0c25
Changes
1
Hide whitespace changes
Inline
Side-by-side
node_usage/gather.in
View file @
56d240fb
...
...
@@ -83,7 +83,9 @@ if ($prep) {
$qr
=
DBQueryFatal
("
select history_id,node_id,op,stamp from
$NODE_USAGE_DB
.node_history_copy where history_id >
$last_history_id
order by history_id
");
local
$last_history_id
;
my
$prev_history_id
=
$last_history_id
;
local
$last_history_id
=
$prev_history_id
;
while
(
my
(
$history_id
,
$node_id
,
$op
,
$stamp
)
=
$qr
->
fetchrow
())
{
my
$type
=
$node_type
{
$node_id
};
...
...
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