X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_dpdk.h;h=f97a6b510e5803524f925fd86d7fd5fae2b46c8c;hb=d45f9cdfc084fc5e8783073b993d58b84deb5d58;hp=c9bb14b0e3d3d480f5284ddcbf1f2f19ad917198;hpb=76fb10bf790e35dd6caca13c4bb5d0f86c517370;p=collectd.git diff --git a/src/utils_dpdk.h b/src/utils_dpdk.h index c9bb14b0..f97a6b51 100644 --- a/src/utils_dpdk.h +++ b/src/utils_dpdk.h @@ -73,6 +73,7 @@ int dpdk_helper_command(dpdk_helper_ctx_t *phc, enum DPDK_CMD cmd, int *result, cdtime_t cmd_wait_time); void *dpdk_helper_priv_get(dpdk_helper_ctx_t *phc); int dpdk_helper_data_size_get(dpdk_helper_ctx_t *phc); +uint8_t dpdk_helper_eth_dev_count(); /* forward declaration of handler function that is called by helper from * child process. not implemented in helper. must be provided by client. */