diff --git a/src/file/app/RunFile.php b/src/file/app/RunFile.php index e99e7fd..f9f0573 100644 --- a/src/file/app/RunFile.php +++ b/src/file/app/RunFile.php @@ -39,6 +39,8 @@ class RunFile { $dateStart = $withDateStart? new DateTime(): null; return [ "name" => $this->name, + "id" => bin2hex(random_bytes(16)), + "pid" => posix_getpid(), "serial" => 0, "date_start" => $dateStart, "date_stop" => null,