Improve process API

Prefix symbols and constants names and improve documentation.
This commit is contained in:
Romain Vimont
2021-11-11 17:48:41 +01:00
parent 7e93abcf6d
commit aa011832c1
10 changed files with 240 additions and 215 deletions

View File

@@ -22,7 +22,7 @@ struct server_info {
struct server {
char *serial;
process_t process;
sc_pid process;
sc_thread wait_server_thread;
sc_mutex mutex;