027c931be8
The function pthread_setname_np() was originally not available on
FreeBSD. It has been added in FreeBSD 12.2:
https://svnweb.freebsd.org/base?view=revision&revision=362264
The EAL implementation of rte_thread_setname() is duplicated
in the telemetry library, which does not depend on EAL,
so the compilation is safe in all systems.
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_telemetry.h | ||
telemetry_data.c | ||
telemetry_data.h | ||
telemetry_internal.h | ||
telemetry_json.h | ||
telemetry_legacy.c | ||
telemetry.c | ||
version.map |