소스 검색

[job] Allow jobs to report an arbitrary status message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 6 년 전
부모
커밋
e30cc5e9e5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/include/ipxe/job.h

+ 2
- 0
src/include/ipxe/job.h 파일 보기

@@ -28,6 +28,8 @@ struct job_progress {
28 28
 	 * account before calculating @c completed/total.
29 29
 	 */
30 30
 	unsigned long total;
31
+	/** Message (optional) */
32
+	char message[32];
31 33
 };
32 34
 
33 35
 extern int job_progress ( struct interface *intf,

Loading…
취소
저장