Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145826597
D27825.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
566 B
Referenced Files
None
Subscribers
None
D27825.id.diff
View Options
diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c
--- a/sys/kern/kern_proc.c
+++ b/sys/kern/kern_proc.c
@@ -142,6 +142,7 @@
const int proc_off_p_pid = offsetof(struct proc, p_pid);
const int proc_off_p_comm = offsetof(struct proc, p_comm);
const int proc_off_p_list = offsetof(struct proc, p_list);
+const int proc_off_p_hash = offsetof(struct proc, p_hash);
const int proc_off_p_threads = offsetof(struct proc, p_threads);
const int thread_off_td_tid = offsetof(struct thread, td_tid);
const int thread_off_td_name = offsetof(struct thread, td_name);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 26, 12:00 AM (7 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28997712
Default Alt Text
D27825.id.diff (566 B)
Attached To
Mode
D27825: Add a proc_off_p_hash helper variable.
Attached
Detach File
Event Timeline
Log In to Comment