diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/multiprocessing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/multiprocessing.h b/include/multiprocessing.h index 2db33df..1974e41 100644 --- a/include/multiprocessing.h +++ b/include/multiprocessing.h @@ -17,7 +17,7 @@ struct MultiProcessingTask { int status; ///< Child process exit status int signaled_by; ///< Last signal received, if any char ident[255]; ///< Identity of the pool task - char log_file[255]; ///< Path to stdout/stderr log file + char log_file[PATH_MAX]; ///< Full path to stdout/stderr log file char parent_script[PATH_MAX]; ///< Path to temporary script executing the task struct { struct timespec t_start; |