This change removes liblwip_term, as it did nothing and ran uselessly on
system shutdown.
Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Approved-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
GitHub-Closes: #62
return 0;
}
-static void liblwip_term(const struct uk_term_ctx *tctx __unused)
-{
- /* nothing to do */
-}
-
-uk_lib_initcall(liblwip_init, liblwip_term);
+uk_lib_initcall(liblwip_init, 0);
#if CONFIG_LWIP_WAITIFACE
static void _lwip_netif_waitif(struct netif *nf, netif_nsc_reason_t reason,