mirror of
https://github.com/ipxe/ipxe
synced 2026-01-25 16:21:53 +03:00
[init] Show startup and shutdown function names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1654,6 +1654,7 @@ static void tcp_shutdown ( int booting __unused ) {
|
||||
|
||||
/** TCP shutdown function */
|
||||
struct startup_fn tcp_startup_fn __startup_fn ( STARTUP_LATE ) = {
|
||||
.name = "tcp",
|
||||
.shutdown = tcp_shutdown,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user