]> git.ipfire.org Git - thirdparty/collectd.git/commit
dpdk_telemetry plugin: remove while loop from init and read callbacks
authorReshma Pattan <reshma.pattan@intel.com>
Fri, 13 Sep 2019 11:15:18 +0000 (12:15 +0100)
committerReshma Pattan <reshma.pattan@intel.com>
Fri, 11 Oct 2019 16:39:58 +0000 (17:39 +0100)
commitf6c603a41badc54b929f6e92ce345348232d4cf4
treec58eae7c6f7cc4b4633a4cd189e7a14b347d0afe
parent00cbd4d2c016a676db476ae66bbc58d6bf11a6a0
dpdk_telemetry plugin: remove while loop from init and read callbacks

Remove socket reconnect logic from init callbacks.
Read callbacks will try to connect to the socket if
not connected.

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
src/dpdk_telemetry.c