Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
81ed6e38
Commit
81ed6e38
authored
Feb 09, 2017
by
Gary Wong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got a prototype wrong in previous commit.
Dunno why "perl -w" didn't whine about this.
parent
ec9601a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/Reservation.pm.in
db/Reservation.pm.in
+1
-1
No files found.
db/Reservation.pm.in
View file @
81ed6e38
...
...
@@ -711,7 +711,7 @@ sub IsFeasible($$;$$$$$)
# for any projects in the list will be ignored (i.e., the nodes are
# assumed free -- useful if a user wants to consider nodes reserved
# to their own projects as available).
sub FreeCount($$) {
sub FreeCount($$
;$
) {
my ($class, $type, $projlist) = @_;
my $reservations = LookupAll( $class, $type );
...
...
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