We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7807b47 commit f6b67a8Copy full SHA for f6b67a8
1 file changed
plugins/napatech/runmode-napatech.c
@@ -190,7 +190,7 @@ static void *NapatechConfigParser(const char *device)
190
return (void *)conf;
191
}
192
193
-static int NapatechGetThreadsCount(void *conf __attribute__((unused)))
+static uint16_t NapatechGetThreadsCount(void *conf __attribute__((unused)))
194
{
195
/* No matter which live device it is there is no reason to ever use more than 1 thread
196
2 or more thread would cause packet duplication */
0 commit comments