Skip to content
Snippets Groups Projects
Commit 9c07da20 authored by Moe Jette's avatar Moe Jette
Browse files
parent 372e19c1
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ extern int spawn_msg_thread(void)
_msg_thread, NULL))
fatal("pthread_create %m");
(void) event_notify(1234, "Slurm startup");
(void) event_notify(1235, "Slurm startup");
slurm_attr_destroy(&thread_attr_msg);
thread_running = true;
pthread_mutex_unlock(&thread_flag_mutex);
......
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