Skip to content

Commit f6b67a8

Browse files
committed
napatech: update thread count callback to match API change
1 parent 7807b47 commit f6b67a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/napatech/runmode-napatech.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ static void *NapatechConfigParser(const char *device)
190190
return (void *)conf;
191191
}
192192

193-
static int NapatechGetThreadsCount(void *conf __attribute__((unused)))
193+
static uint16_t NapatechGetThreadsCount(void *conf __attribute__((unused)))
194194
{
195195
/* No matter which live device it is there is no reason to ever use more than 1 thread
196196
2 or more thread would cause packet duplication */

0 commit comments

Comments
 (0)