temp
This commit is contained in:
@@ -18,6 +18,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
pid_t task_id; // current process id
|
||||
char name[MAX_NAME_LEN + 2]; // name, last char automatically add '\0'
|
||||
void *ptr; // user space virtual address
|
||||
void *kptr; // kernel address + offset
|
||||
int length_byte; // byte
|
||||
long long threshold; // threshold value
|
||||
|
||||
Reference in New Issue
Block a user