Added basic server functionality from ex 2 lesson 11
This commit is contained in:
7
src/serverWorker.h
Normal file
7
src/serverWorker.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef SERVERWORKER
|
||||
#define SERVERWORKER
|
||||
|
||||
// funzione eseguita dal generico Worker del pool di thread
|
||||
void threadF(void *arg);
|
||||
|
||||
#endif /* SERVERWORKER */
|
||||
Reference in New Issue
Block a user