Skip to content
Snippets Groups Projects
Commit d3e58bcc authored by Moe Jette's avatar Moe Jette
Browse files

Add missing argument description.

parent d82df18e
No related branches found
No related tags found
No related merge requests found
...@@ -93,8 +93,8 @@ static struct io_operations message_socket_ops = { ...@@ -93,8 +93,8 @@ static struct io_operations message_socket_ops = {
* slurm_job_step_launch_t_init - initialize a user-allocated * slurm_job_step_launch_t_init - initialize a user-allocated
* slurm_job_step_launch_t structure with default values. * slurm_job_step_launch_t structure with default values.
* default values. This function will NOT allocate any new memory. * default values. This function will NOT allocate any new memory.
* IN ptr - pointer to a structure allocated by the use. The structure will * IN ptr - pointer to a structure allocated by the user.
* be intialized. * The structure will be intialized.
*/ */
void slurm_job_step_launch_t_init (slurm_job_step_launch_t *ptr) void slurm_job_step_launch_t_init (slurm_job_step_launch_t *ptr)
{ {
...@@ -128,6 +128,7 @@ void slurm_job_step_launch_t_init (slurm_job_step_launch_t *ptr) ...@@ -128,6 +128,7 @@ void slurm_job_step_launch_t_init (slurm_job_step_launch_t *ptr)
/* /*
* slurm_step_launch - launch a parallel job step * slurm_step_launch - launch a parallel job step
* IN ctx - job step context generated by slurm_step_ctx_create * IN ctx - job step context generated by slurm_step_ctx_create
* IN callbacks - Identify functions to be called when various events occur
* RET SLURM_SUCCESS or SLURM_ERROR (with errno set) * RET SLURM_SUCCESS or SLURM_ERROR (with errno set)
*/ */
int slurm_step_launch (slurm_step_ctx ctx, int slurm_step_launch (slurm_step_ctx ctx,
......
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