Mark user field of Process const

It's a non-owning pointer to a hashtable entry.
This commit is contained in:
Christian Göttsche 2020-10-21 21:26:03 +02:00 committed by cgzones
parent b08b255b41
commit 11bf7be9c2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ typedef struct Process_ {
float percent_cpu;
float percent_mem;
char* user;
const char* user;
long int priority;
long int nice;