X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fprocesses.c;h=f556912348b04585e6d360255918382b35adab7b;hp=89cf3e0ee549437f29b489a35825896aa557d91f;hb=1159cb5d383c55a80a0db100b8f7aadcf44740a5;hpb=da9559cff40c0c7e1f0a7b309487eb133cb2b0a8 diff --git a/src/processes.c b/src/processes.c index 89cf3e0e..f5569123 100644 --- a/src/processes.c +++ b/src/processes.c @@ -502,7 +502,7 @@ static void ps_list_add(const char *name, const char *cmdline, ps_update_counter(&ps->io_diskw, &pse->io_diskw, entry->io_diskw); } - if ((entry->cswitch_vol != -1) && (entry->cswitch_vol != -1)) { + if ((entry->cswitch_vol != -1) && (entry->cswitch_invol != -1)) { ps_update_counter(&ps->cswitch_vol, &pse->cswitch_vol, entry->cswitch_vol); ps_update_counter(&ps->cswitch_invol, &pse->cswitch_invol,