diff options
| author | Andrew Lehmer <alehmer@google.com> | 2017-09-28 15:28:11 -0700 |
|---|---|---|
| committer | Andrew Lehmer <alehmer@google.com> | 2017-09-28 15:28:25 -0700 |
| commit | 0fdd4faef3aa46beb89c8a03be3ae1da42d61346 (patch) | |
| tree | d44b7edd7efceeafecafca43a5c21d4c88a41896 /include/linux/pid.h | |
| parent | 8ac3b7cbf14fa5d328213b1592efce6ae16f1167 (diff) | |
| parent | f2807be44c420478c7afc7cc296217521d5e623c (diff) | |
November 2017.1
Bug: 65558954
Change-Id: I3ccc21349b7ac04252c274663a04317a27597cb1
Signed-off-by: Andrew Lehmer <alehmer@google.com>
Diffstat (limited to 'include/linux/pid.h')
| -rw-r--r-- | include/linux/pid.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/pid.h b/include/linux/pid.h index a089a3c447f..ed7b1f73192 100644 --- a/include/linux/pid.h +++ b/include/linux/pid.h @@ -8,7 +8,9 @@ enum pid_type PIDTYPE_PID, PIDTYPE_PGID, PIDTYPE_SID, - PIDTYPE_MAX + PIDTYPE_MAX, + /* only valid to __task_pid_nr_ns() */ + __PIDTYPE_TGID }; /* |
