From f6b67a8d505da37e636b97f02f01e59fc3fe1770 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 25 Sep 2025 06:20:42 +0200 Subject: [PATCH] napatech: update thread count callback to match API change --- plugins/napatech/runmode-napatech.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/napatech/runmode-napatech.c b/plugins/napatech/runmode-napatech.c index 900cad0954..dce084d308 100644 --- a/plugins/napatech/runmode-napatech.c +++ b/plugins/napatech/runmode-napatech.c @@ -190,7 +190,7 @@ static void *NapatechConfigParser(const char *device) return (void *)conf; } -static int NapatechGetThreadsCount(void *conf __attribute__((unused))) +static uint16_t NapatechGetThreadsCount(void *conf __attribute__((unused))) { /* No matter which live device it is there is no reason to ever use more than 1 thread 2 or more thread would cause packet duplication */