mirror of
https://github.com/ipxe/ipxe
synced 2026-05-23 20:00:12 +03:00
[monojob] Add timeout parameter to monojob_wait()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
+1
-1
@@ -112,5 +112,5 @@ int fcels ( struct fc_port *port, struct fc_port_id *peer_port_id,
|
||||
}
|
||||
|
||||
/* Wait for ELS to complete */
|
||||
return monojob_wait ( "" );
|
||||
return monojob_wait ( "", 0 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user