X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcontextswitch.c;h=cf3d3daefe5cb47dc253ef885e356f4fe034c8fb;hp=acf3a74d65711151151a469495e8ed90669d7e5c;hb=a811574a6acbf87f23948411876a231fecaeb491;hpb=7045c4b543304ffabaa30a2ca9183489e75eafe3 diff --git a/src/contextswitch.c b/src/contextswitch.c index acf3a74d..cf3d3dae 100644 --- a/src/contextswitch.c +++ b/src/contextswitch.c @@ -73,7 +73,7 @@ static int cs_read(void) { } cs_submit(value); -/* #endif HAVE_SYSCTLBYNAME */ + /* #endif HAVE_SYSCTLBYNAME */ #elif KERNEL_LINUX FILE *fh; @@ -116,7 +116,7 @@ static int cs_read(void) { if (status == -2) ERROR("contextswitch plugin: Unable to find context switch value."); -/* #endif KERNEL_LINUX */ + /* #endif KERNEL_LINUX */ #elif HAVE_PERFSTAT int status = 0;