mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[monojob] Add timeout parameter to monojob_wait()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user