Add TASK_COMM_LEN to the LinuxKPI.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2017-07-08 18:52:29 +00:00
parent 0f827d7a96
commit 8cd823ecf7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320810

View File

@ -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;