diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 1eef164e6..ae02fecda 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -523,6 +523,7 @@ struct hb_work_object_s hb_thread_t * thread; volatile int * done; + int status; hb_work_object_t * next; int thread_sleep_interval; |