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
f6547f54
Commit
f6547f54
authored
May 12, 2010
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add bios_waittime() method.
parent
5c49aa3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
db/Node.pm.in
db/Node.pm.in
+3
-0
No files found.
db/Node.pm.in
View file @
f6547f54
...
...
@@ -1229,6 +1229,9 @@ sub control_iface($;$) {
sub rebootable($;$) {
return NodeTypeInfo($_[0])->rebootable($_[1]);
}
sub bios_waittime($;$) {
return NodeTypeInfo($_[0])->bios_waittime($_[1]);
}
#
# Perform some updates ...
...
...
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