projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f7193e
)
dpdk: fix clang issue for deprecated function patch
author
Kevin Laatz
<kevin.laatz@intel.com>
Wed, 27 Jun 2018 13:10:05 +0000
(14:10 +0100)
committer
Kevin Laatz
<kevin.laatz@intel.com>
Wed, 27 Jun 2018 13:24:19 +0000
(14:24 +0100)
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
src/dpdkevents.c
patch
|
blob
|
history
diff --git
a/src/dpdkevents.c
b/src/dpdkevents.c
index
9fc42b3
..
0ce431c
100644
(file)
--- a/
src/dpdkevents.c
+++ b/
src/dpdkevents.c
@@
-419,7
+419,7
@@
static int dpdk_events_config(oconfig_item_t *ci) {
static int dpdk_helper_link_status_get(dpdk_helper_ctx_t *phc) {
dpdk_events_ctx_t *ec = DPDK_EVENTS_CTX_GET(phc);
-
/* get Link Status values from DPDK */
+/* get Link Status values from DPDK */
#if RTE_VERSION < RTE_VERSION_NUM(18, 05, 0, 0)
uint8_t nb_ports = rte_eth_dev_count();
#else