Reorgised the code

This commit is contained in:
BritishTeapot
2025-03-31 14:33:43 +02:00
parent 845c264989
commit d4e86c8620
4 changed files with 31 additions and 28 deletions

View File

@@ -6,7 +6,6 @@
struct process_info {
pid_t PID;
const char *name;
uid_t UID;
};
#endif // PROCESS_INFO_H