Page MenuHomeFreeBSD

D27825.id.diff
No OneTemporary

D27825.id.diff

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

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)

Event Timeline