This commit is contained in:
Adrien Bourmault 2021-10-14 09:11:38 +02:00
parent f9187c3b28
commit 0cc24b8a65
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ static void *WorkerMain(void *worker);
/* -------------------------------------------------------------------------- */
// -------------------------------------------------------------------------- //
// Scheduler init function //
// Worker init function //
// -------------------------------------------------------------------------- //
void WorkerInit(Worker_t *worker)
{
@ -40,7 +40,7 @@ void WorkerInit(Worker_t *worker)
}
// -------------------------------------------------------------------------- //
// Scheduler thread main function //
// Worker thread main function //
// -------------------------------------------------------------------------- //
static void *WorkerMain(void *worker)
{