Moved permission table logic to a separate file
This commit is contained in:
12
src/process_info.h
Normal file
12
src/process_info.h
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#ifndef PROCESS_INFO_H
|
||||
#define PROCESS_INFO_H
|
||||
|
||||
#include <sys/types.h>
|
||||
struct process_info {
|
||||
pid_t PID;
|
||||
const char *name;
|
||||
uid_t UID;
|
||||
};
|
||||
|
||||
#endif // PROCESS_INFO_H
|
Reference in New Issue
Block a user