Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 871051
Collapse All | Expand All

(-)a/src/daemon/main.c (-1 / +2 lines)
Lines 222-229 Link Here
222
		       0, NULL);
222
		       0, NULL);
223
	    break;
223
	    break;
224
    case GLIBTOP_CMND_PROC_IO:
224
    case GLIBTOP_CMND_PROC_IO:
225
    	memcpy (&pid, parameter, sizeof (pid_t));
225
	    glibtop_get_proc_io_l
226
	    glibtop_get_proc_io_l
226
		(server, &resp->u.data.proc_io, parameter);
227
		(server, &resp->u.data.proc_io, pid);
227
	    do_output (s, resp, _offset_data (proc_io),
228
	    do_output (s, resp, _offset_data (proc_io),
228
		       0, NULL);
229
		       0, NULL);
229
	    break;
230
	    break;

Return to bug 871051