Skip to content
Snippets Groups Projects
Commit ceb491a9 authored by Danny Auble's avatar Danny Auble
Browse files

Add comment to explain concerning assignment.

parent 64c3b421
No related branches found
No related tags found
No related merge requests found
...@@ -1341,7 +1341,7 @@ static int _handle_add_extern_pid_internal(stepd_step_rec_t *job, pid_t pid) ...@@ -1341,7 +1341,7 @@ static int _handle_add_extern_pid_internal(stepd_step_rec_t *job, pid_t pid)
/* track pid: add outside of the below thread so that the pam module /* track pid: add outside of the below thread so that the pam module
* waits until the parent pid is added, before letting the parent spawn * waits until the parent pid is added, before letting the parent spawn
* any children. */ * any children. */
jobacct_id.taskid = job->nodeid; jobacct_id.taskid = job->nodeid; /* Treat node ID as global task ID */
jobacct_id.nodeid = job->nodeid; jobacct_id.nodeid = job->nodeid;
jobacct_id.job = job; jobacct_id.job = job;
......
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