Skip to content
Snippets Groups Projects
Commit dbe7f2d5 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Attempt to clean up the slurm_msg_t initializer function.

slurm_init_slurm_msg is replaced by slurm_msg_t_init and slurm_msg_t_copy.

slurm_msg_t_init COMPLETELY initializes the structure, so it needs to be
called BEFORE setting any variables within the structure.

It is not clear if slurm_msg_t_copy is even necessary, it is only used
in three places.
parent a0405067
No related branches found
No related tags found
No related merge requests found
Showing
with 137 additions and 108 deletions
Loading
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