Renamed wchan' field to
nwchan'; added wchan' which is of type
char
1998-08-09 Martin Baulig <martin@home-of-linux.org> * include/glibtop/prockernel.h (glibtop_proc_kernel): Renamed `wchan' field to `nwchan'; added `wchan' which is of type `char [40]'.
This commit is contained in:
committed by
Martin Baulig
parent
fd95ab60a4
commit
32c0ced22a
@@ -60,6 +60,7 @@ glibtop_get_proc_segment_p (glibtop *server,
|
||||
|
||||
memset (buf, 0, sizeof (glibtop_proc_segment));
|
||||
|
||||
#if 0
|
||||
/* Get the process info from the kernel */
|
||||
kvm_getprocs (server->machine.kd, KERN_PROC_PID, pid, count);
|
||||
if (*count != 1) {
|
||||
@@ -84,5 +85,6 @@ glibtop_get_proc_segment_p (glibtop *server,
|
||||
*/
|
||||
/* start_stack: address of the bottom of stack segment
|
||||
*/
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user