summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/core/cachedhcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/core/cachedhcp.c')
-rw-r--r--src/arch/x86/core/cachedhcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/core/cachedhcp.c b/src/arch/x86/core/cachedhcp.c
index ff35b925..dffafe3c 100644
--- a/src/arch/x86/core/cachedhcp.c
+++ b/src/arch/x86/core/cachedhcp.c
@@ -127,6 +127,7 @@ struct init_fn cachedhcp_init_fn __init_fn ( INIT_NORMAL ) = {
/** Cached DHCPACK startup function */
struct startup_fn cachedhcp_startup_fn __startup_fn ( STARTUP_LATE ) = {
+ .name = "cachedhcp",
.startup = cachedhcp_startup,
};