changed task name

This commit is contained in:
Marty Kraimer
1999-11-19 14:34:52 +00:00
parent 549b16e588
commit c57568eb19

View File

@@ -66,15 +66,15 @@ int rsrv_init()
prsrv_cast_client = NULL;
pCaBucket = NULL;
DELETE_TASK("CAUDP");
DELETE_TASK("CATCP");
DELETE_TASK("CAudp");
DELETE_TASK("CAtcp");
DELETE_TASK("CAonline");
threadCreate("CATCP",
threadCreate("CAtcp",
threadPriorityChannelAccessServer,
threadGetStackSize(threadStackMedium),
(THREADFUNC)req_server,0);
threadCreate("CAUDP",
threadCreate("CAudp",
threadPriorityChannelAccessServer-1,
threadGetStackSize(threadStackMedium),
(THREADFUNC)cast_server,0);