Page MenuHomeFreeBSD

D27825.id81341.diff
No OneTemporary

D27825.id81341.diff

Index: sys/kern/kern_proc.c
===================================================================
--- sys/kern/kern_proc.c
+++ 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
Sat, Jun 13, 2:55 AM (11 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33919266
Default Alt Text
D27825.id81341.diff (600 B)

Event Timeline