We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0e286 commit 5c5c66dCopy full SHA for 5c5c66d
src/detection/diskio/diskio.c
@@ -9,7 +9,7 @@ static uint64_t time1;
9
10
void ffPrepareDiskIO(FFDiskIOOptions* options)
11
{
12
- ffListInit(&ioCounters1, sizeof(FFDiskIOOptions));
+ ffListInit(&ioCounters1, sizeof(FFDiskIOResult));
13
ffDiskIOGetIoCounters(&ioCounters1, options);
14
time1 = ffTimeGetNow();
15
}
0 commit comments