Commit 47bed3c9 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Overhaul jobcomp_script.c thread handling.

Rather than creating a detached thread and using pthread_kill
to stop it (which could lead to data loss), make an attached
thread, signal it as appropriate then wait on proper shutdown
with pthread_join.
parent aca2c8d4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment