Add TASK_COMM_LEN to the LinuxKPI.
MFC after: 1 week
This commit is contained in:
parent
0f827d7a96
commit
8cd823ecf7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320810
@ -56,6 +56,8 @@
|
||||
#define TASK_WAKING 0x0100
|
||||
#define TASK_PARKED 0x0200
|
||||
|
||||
#define TASK_COMM_LEN (MAXCOMLEN + 1)
|
||||
|
||||
struct task_struct {
|
||||
struct thread *task_thread;
|
||||
struct mm_struct *mm;
|
||||
|
Loading…
Reference in New Issue
Block a user