diff options
Diffstat (limited to 'nptl/descr.h')
-rw-r--r-- | nptl/descr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/descr.h b/nptl/descr.h index 26ee42d7c3..fb364b95ca 100644 --- a/nptl/descr.h +++ b/nptl/descr.h @@ -177,6 +177,9 @@ struct pthread /* Two-level array for the thread-specific data. */ struct pthread_key_data *specific[PTHREAD_KEY_1STLEVEL_SIZE]; + /* Process ID - thread group ID in kernel speak. */ + pid_t pid; + /* True if events must be reported. */ bool report_events; |