mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
[process] Make it safe to call process_add() multiple times
This commit is contained in:
@@ -802,6 +802,7 @@ static void ib_step ( struct process *process __unused ) {
|
||||
|
||||
/** Infiniband event queue process */
|
||||
struct process ib_process __permanent_process = {
|
||||
.list = LIST_HEAD_INIT ( ib_process.list ),
|
||||
.step = ib_step,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user