diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-04-05 11:38:30 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-04-05 11:38:30 +0000 |
commit | e911a0459cd4aab7095b0405d720ac72e19580b0 (patch) | |
tree | d98f4695681bd6c0f607df0fc7532b22f64d7a29 /lib/libthread_db/thread_db.h | |
parent | fa3299671d7d80d1aa183b81532bc7cf4545cd72 (diff) | |
download | FreeBSD-src-e911a0459cd4aab7095b0405d720ac72e19580b0.zip FreeBSD-src-e911a0459cd4aab7095b0405d720ac72e19580b0.tar.gz |
Export thread address.
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 8827dd6..17329c2 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; |