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
93bc37fe
Commit
93bc37fe
authored
Apr 09, 2010
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add SetNextOS() function.
parent
e6934d6c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
db/OSinfo.pm.in
db/OSinfo.pm.in
+10
-0
No files found.
db/OSinfo.pm.in
View file @
93bc37fe
...
...
@@ -577,6 +577,16 @@ sub ResolveNextOSID($;$)
return OSinfo->Lookup($osid);
}
#
# Set the nextosid.
#
sub SetNextOS($$)
{
my ($self, $nextosinfo) = @_;
return $self->Update({"nextosid" => $nextosinfo->osid()});
}
#
# Check if a particular feature is supported.
#
...
...
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