From 83a3ccdac66c1b38f5bc1de5695cc9981c3ac44c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Jun 2011 15:04:17 +0200 Subject: [PATCH] sccedit --- kernel/init.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kernel/init.c b/kernel/init.c index 1a6aee55..87bb7295 100644 --- a/kernel/init.c +++ b/kernel/init.c @@ -116,10 +116,16 @@ int network_shutdown(void) return 0; } +void tcp_init_ok(void* e) +{ + kprintf("TCP/IP init COMPLETE!!!!!!"); +} + int network_init(void) { - tcpip_init(NULL,NULL); + tcpip_init(tcp_init_ok,NULL); mmnif_open(); + return 0; #if 0 #if defined(CONFIG_LWIP) // Initialize lwIP modules