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

(-)a/panel-plugin/network.cc (-1 / +1 lines)
Lines 114-120 read_netload_proc (gulong *bytes) Link Here
114
gint
114
gint
115
read_netload (gulong *net, gulong *NTotal)
115
read_netload (gulong *net, gulong *NTotal)
116
{
116
{
117
    static guint64 bytes[2];
117
    static gulong bytes[2];
118
    static gint64 time[2];
118
    static gint64 time[2];
119
    *net = 0;
119
    *net = 0;

Return to bug 889158