mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add TASK_COMM_LEN to the LinuxKPI.
MFC after: 1 week
This commit is contained in:
parent
0f827d7a96
commit
8cd823ecf7
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue