Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
d52cf4cc
Commit
d52cf4cc
authored
8 years ago
by
Tim Wickberg
Browse files
Options
Downloads
Patches
Plain Diff
Change extern definition to static.
parent
dd5602b9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/slurmctld/burst_buffer.c
+1
-1
1 addition, 1 deletion
src/slurmctld/burst_buffer.c
with
1 addition
and
1 deletion
src/slurmctld/burst_buffer.c
+
1
−
1
View file @
d52cf4cc
...
...
@@ -394,7 +394,7 @@ extern void bb_g_job_set_tres_cnt(struct job_record *job_ptr,
}
/* sort jobs by expected start time */
extern
int
_sort_job_queue
(
void
*
x
,
void
*
y
)
static
int
_sort_job_queue
(
void
*
x
,
void
*
y
)
{
struct
job_record
*
job_ptr1
=
*
(
struct
job_record
**
)
x
;
struct
job_record
*
job_ptr2
=
*
(
struct
job_record
**
)
y
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment