X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_dpdk.c;h=1d4668f3fc96f1be3be1968437b9c4c0121ae012;hb=7f07c55bac640c7a50d516248a3152235a14af59;hp=adc5530696bfcf3864a3a3e832665aefecabe4cd;hpb=a4db31342f22ac33831874bab420831b25d31d66;p=collectd.git diff --git a/src/utils_dpdk.c b/src/utils_dpdk.c index adc55306..1d4668f3 100644 --- a/src/utils_dpdk.c +++ b/src/utils_dpdk.c @@ -852,7 +852,7 @@ uint128_t str_to_uint128(const char *str, int len) { return lcore_mask; } -uint8_t dpdk_helper_eth_dev_count() { +uint8_t dpdk_helper_eth_dev_count(void) { uint8_t ports = rte_eth_dev_count(); if (ports == 0) { ERROR(