summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/job.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/job.h b/src/include/ipxe/job.h
index 7e1bd810..c01bd174 100644
--- a/src/include/ipxe/job.h
+++ b/src/include/ipxe/job.h
@@ -28,6 +28,8 @@ struct job_progress {
* account before calculating @c completed/total.
*/
unsigned long total;
+ /** Message (optional) */
+ char message[32];
};
extern int job_progress ( struct interface *intf,