diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-04-05 11:38:30 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-04-05 11:38:30 +0000 |
| commit | 2ec2da86029c7c7d970dca17087e5cc4eef742a9 (patch) | |
| tree | d98f4695681bd6c0f607df0fc7532b22f64d7a29 /lib/libthread_db/thread_db.h | |
| parent | c339c21b289c858ce8fac869f1ed4b935ed04d65 (diff) | |
Notes
Diffstat (limited to 'lib/libthread_db/thread_db.h')
| -rw-r--r-- | lib/libthread_db/thread_db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthread_db/thread_db.h b/lib/libthread_db/thread_db.h index 8827dd698d77..17329c2dc625 100644 --- a/lib/libthread_db/thread_db.h +++ b/lib/libthread_db/thread_db.h @@ -176,6 +176,7 @@ typedef pthread_key_t thread_key_t; typedef struct { const td_thragent_t *ti_ta_p; thread_t ti_tid; + psaddr_t ti_thread; td_thr_state_e ti_state; td_thr_type_e ti_type; td_thr_events_t ti_events; |
