Skip to content
Snippets Groups Projects
Commit 0209baf6 authored by Morris Jette's avatar Morris Jette
Browse files

Cosmetic changes to comments

parent 56d5fa00
No related branches found
No related tags found
No related merge requests found
......@@ -1167,7 +1167,7 @@ typedef struct job_info {
uint32_t exit_code; /* exit code for job (status from wait call) */
char *features; /* comma separated list of required features */
char *gres; /* comma separated list of generic resources */
uint32_t group_id; /* group job sumitted as */
uint32_t group_id; /* group job submitted as */
uint32_t job_id; /* job ID */
uint16_t job_state; /* state of the job, see enum job_states */
char *licenses; /* licenses required by the job */
......
......@@ -302,8 +302,7 @@ struct part_record {
* NULL indicates all */
char *allow_groups; /* comma delimited list of groups,
* NULL indicates all */
uid_t *allow_uids; /* zero terminated list of allowed
* users */
uid_t *allow_uids; /* zero terminated list of allowed user IDs */
char *allow_qos; /* comma delimited list of qos,
* NULL indicates all */
bitstr_t *allow_qos_bitstr; /* (DON'T PACK) assocaited with
......@@ -1485,8 +1484,8 @@ extern void pack_all_stat(int resp, char **buffer_ptr, int *buffer_size,
/*
* pack_ctld_job_step_info_response_msg - packs job step info
* IN job_id - specific id or zero for all
* IN step_id - specific id or zero for all
* IN job_id - specific id or NO_VAL for all
* IN step_id - specific id or NO_VAL for all
* IN uid - user issuing request
* IN show_flags - job step filtering options
* OUT buffer - location to store data, pointers automatically advanced
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment