Threaded before spinlocks on parser

This commit is contained in:
dcp1990 2005-06-03 00:54:06 +00:00
parent 8a1e77eae1
commit 4bc53f296b

View File

@ -111,7 +111,7 @@ void network(void) /* name is misleading because we also do modem IO here */
exit(-3); exit(-3);
} }
pthread_create(&thr, NULL, handclient, (void*)sn); pthread_create(&thr, NULL, handclient, (void*)sn);
lprintf(info, "Incoming connection; child pid %d\n" lprintf(info, "Incoming connection\n"
,ilen); ,ilen);
} }