From: Maryam Tahhan Date: Tue, 3 May 2016 10:31:01 +0000 (+0100) Subject: dpdkstat: fix missed rework X-Git-Tag: collectd-5.7.0~73^2~16 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=792cd8301fb8ac61f398243ac5b4a91a974177e0;p=collectd.git dpdkstat: fix missed rework Update README to refer to libdpdk instead of dpdk. Update the declaration of dpdk_init to remove whitespace. Change-Id: Ib2b02929bf7ab164fc97a84da1dbb0c7d77a2080 Signed-off-by: Maryam Tahhan --- diff --git a/README b/README index 1a41562f..19014bcc 100644 --- a/README +++ b/README @@ -1068,7 +1068,7 @@ Configure collectd with DPDK: Libraries: ... - dpdk . . . . . . . . yes + libdpdk . . . . . . . . yes Modules: ... diff --git a/src/dpdkstat.c b/src/dpdkstat.c index e37c4ba4..8b06c052 100644 --- a/src/dpdkstat.c +++ b/src/dpdkstat.c @@ -113,7 +113,7 @@ static int dpdk_config(oconfig_item_t *ci); static int dpdk_helper_init_eal(void); static int dpdk_helper_run(void); static int dpdk_helper_spawn(enum DPDK_HELPER_ACTION action); -static int dpdk_init (void); +static int dpdk_init(void); static int dpdk_read(user_data_t *ud); static int dpdk_shm_cleanup(void); static int dpdk_shm_init(size_t size);