@@ -98,7 +98,7 @@ handle_parent_connection (int s)
|
||||
do_output (s, resp, _offset_data (cpu), 0, NULL);
|
||||
break;
|
||||
case GLIBTOP_CMND_DISK:
|
||||
glibtop_get_disk_l (server, &resp->u.data.disk);
|
||||
glibtop_get_disk_l (server, &resp->u.disk.cpu);
|
||||
do_output (s, resp, _offset_data (disk), 0, NULL);
|
||||
break;
|
||||
case GLIBTOP_CMND_MEM:
|
||||
|
@@ -135,12 +135,6 @@ handle_slave_command (glibtop_command *cmnd, glibtop_response *resp,
|
||||
resp->offset = _offset_data (cpu);
|
||||
break;
|
||||
#endif
|
||||
#if GLIBTOP_SUID_DISK
|
||||
case GLIBTOP_CMND_DISK:
|
||||
glibtop_get_disk_p (server, &resp->u.data.disk);
|
||||
resp->offset = _offset_data (disk);
|
||||
break;
|
||||
#endif
|
||||
#if GLIBTOP_SUID_MEM
|
||||
case GLIBTOP_CMND_MEM:
|
||||
glibtop_get_mem_p (server, &resp->u.data.mem);
|
||||
|
Reference in New Issue
Block a user