diff options
| author | Michael Brown | 2013-11-01 02:55:13 +0100 |
|---|---|---|
| committer | Michael Brown | 2013-11-01 17:26:02 +0100 |
| commit | d1be9f4acc9d4367fb6dc793495f0cc819b5a514 (patch) | |
| tree | 6865cbc8e41c0b052aa704f0a41b7eaecd0f2f0a /src/include/ipxe | |
| parent | [job] Allow job_progress() to return an ongoing job status code, if known (diff) | |
| download | ipxe-d1be9f4acc9d4367fb6dc793495f0cc819b5a514.tar.gz ipxe-d1be9f4acc9d4367fb6dc793495f0cc819b5a514.tar.xz ipxe-d1be9f4acc9d4367fb6dc793495f0cc819b5a514.zip | |
[monojob] Add timeout parameter to monojob_wait()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
| -rw-r--r-- | src/include/ipxe/monojob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/monojob.h b/src/include/ipxe/monojob.h index 3d8b31c0e..aedc37eca 100644 --- a/src/include/ipxe/monojob.h +++ b/src/include/ipxe/monojob.h @@ -13,6 +13,6 @@ struct interface; extern struct interface monojob; -extern int monojob_wait ( const char *string ); +extern int monojob_wait ( const char *string, unsigned long timeout ); #endif /* _IPXE_MONOJOB_H */ |
