Since system services are now provided by the client, we need the

callback struct first.

svn path=/trunk/; revision=10743
This commit is contained in:
Art Yerkes 2004-08-30 18:12:30 +00:00
parent 6277a93862
commit 9980d7cf9c

View file

@ -82,8 +82,8 @@ NTSTATUS TCPStartup(VOID)
ExInitializeFastMutex( &SleepingThreadsLock );
InitializeListHead( &SleepingThreadsList );
InitOskitTCP();
RegisterOskitTCPEventHandlers( &EventHandlers );
InitOskitTCP();
/* Register this protocol with IP layer */
IPRegisterProtocol(IPPROTO_TCP, TCPReceive);