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
e05d3ff4
Commit
e05d3ff4
authored
15 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
change some comments and put some structure fields into alphabetic order
no change in logic
parent
a9619954
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
slurm/slurm.h.in
+5
-7
5 additions, 7 deletions
slurm/slurm.h.in
with
5 additions
and
7 deletions
slurm/slurm.h.in
+
5
−
7
View file @
e05d3ff4
...
...
@@ -1018,7 +1018,6 @@ typedef struct reserve_info {
* start_range_2, .., -1 */
char *node_list; /* list of reserved nodes or ALL */
char *partition; /* name of partition to be used */
/* Access control specification for the reservation */
time_t start_time; /* start time of reservation */
char *users; /* names of users permitted to use */
} reserve_info_t;
...
...
@@ -1030,18 +1029,17 @@ typedef struct reserve_info_msg {
} reserve_info_msg_t;
typedef struct reserve_request_msg {
char *name; /* name of reservation */
time_t start_time; /* start time of reservation */
time_t end_time; /* end time of reservation */
char *accounts; /* names of accounts permitted to use */
uint32_t duration; /* duration of reservation in seconds */
time_t end_time; /* end time of reservation */
char *features; /* required node features */
uint16_t flags; /* see RESERVE_FLAG_* above */
char *name; /* name of reservation (optional on create) */
uint32_t node_cnt; /* count of nodes required */
char *node_list; /* list of reserved nodes or ALL */
char *features; /* required node features */
char *partition; /* name of partition to be used */
/* Access control specification for the
reservation */
time_t start_time; /* start time of
reservation */
char *users; /* names of users permitted to use */
char *accounts; /* names of accounts permitted to use */
} reserve_request_msg_t;
typedef struct reserve_response_msg {
...
...
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