Skip to content
GitLab
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
2d6a9e65
Commit
2d6a9e65
authored
Apr 25, 2016
by
Leigh B Stoller
Browse files
Node::GetStatus() now returns a tuple (added timestamp).
parent
b774b52f
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniSliver.pm.in
View file @
2d6a9e65
...
...
@@ -1550,7 +1550,7 @@ sub GenerateStatusBlob($)
print STDERR "Could not map node $resource_id to its object\n";
return -1;
}
my $nodestatus
= $node->GetStatus() || "unknown";
my
(
$nodestatus
)
= $node->GetStatus() || "unknown";
# New is the same as stopped. Separate state is handy.
$state = "stopped"
...
...
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