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 { ...@@ -1167,7 +1167,7 @@ typedef struct job_info {
uint32_t exit_code; /* exit code for job (status from wait call) */ uint32_t exit_code; /* exit code for job (status from wait call) */
char *features; /* comma separated list of required features */ char *features; /* comma separated list of required features */
char *gres; /* comma separated list of generic resources */ 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 */ uint32_t job_id; /* job ID */
uint16_t job_state; /* state of the job, see enum job_states */ uint16_t job_state; /* state of the job, see enum job_states */
char *licenses; /* licenses required by the job */ char *licenses; /* licenses required by the job */
......
...@@ -302,8 +302,7 @@ struct part_record { ...@@ -302,8 +302,7 @@ struct part_record {
* NULL indicates all */ * NULL indicates all */
char *allow_groups; /* comma delimited list of groups, char *allow_groups; /* comma delimited list of groups,
* NULL indicates all */ * NULL indicates all */
uid_t *allow_uids; /* zero terminated list of allowed uid_t *allow_uids; /* zero terminated list of allowed user IDs */
* users */
char *allow_qos; /* comma delimited list of qos, char *allow_qos; /* comma delimited list of qos,
* NULL indicates all */ * NULL indicates all */
bitstr_t *allow_qos_bitstr; /* (DON'T PACK) assocaited with 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, ...@@ -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 * pack_ctld_job_step_info_response_msg - packs job step info
* IN job_id - specific id or zero for all * IN job_id - specific id or NO_VAL for all
* IN step_id - specific id or zero for all * IN step_id - specific id or NO_VAL for all
* IN uid - user issuing request * IN uid - user issuing request
* IN show_flags - job step filtering options * IN show_flags - job step filtering options
* OUT buffer - location to store data, pointers automatically advanced * 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