mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[process] Make it safe to call process_add() multiple times
This commit is contained in:
@@ -187,5 +187,6 @@ static void retry_step ( struct process *process __unused ) {
|
||||
|
||||
/** Retry timer process */
|
||||
struct process retry_process __permanent_process = {
|
||||
.list = LIST_HEAD_INIT ( retry_process.list ),
|
||||
.step = retry_step,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user