X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Finterface.c;h=b0d9eebb3e43f3de29e4c7069a41fbbc46c4a3c0;hb=5ebc182261321f0781f38d8645bfc7c74353434c;hp=a18bcb44b49710fbef48759576ef197f029fc9e4;hpb=956a2f4996d9fb0526b6f60c29be9b17c0ad27ba;p=collectd.git diff --git a/src/interface.c b/src/interface.c index a18bcb44..b0d9eebb 100644 --- a/src/interface.c +++ b/src/interface.c @@ -335,7 +335,7 @@ static int interface_read(void) { if ((rx != -1LL) || (tx != -1LL)) if_submit(iname, "if_errors", rx, tx); } - /* #endif HAVE_LIBKSTAT */ + /* #endif HAVE_LIBKSTAT */ #elif defined(HAVE_LIBSTATGRAB) sg_network_io_stats *ios; @@ -348,7 +348,7 @@ static int interface_read(void) { continue; if_submit(ios[i].interface_name, "if_octets", ios[i].rx, ios[i].tx); } - /* #endif HAVE_LIBSTATGRAB */ + /* #endif HAVE_LIBSTATGRAB */ #elif defined(HAVE_PERFSTAT) perfstat_id_t id;