summaryrefslogtreecommitdiffstats
path: root/src/detection/diskio/diskio_nosupport.c
blob: f5de15d087584d0379884dd9379c8b8ae4d8eb36 (plain) (blame)
1
2
3
4
5
#include "diskio.h"

const char* ffDiskIOGetIoCounters(FF_A_UNUSED FFlist* result, FF_A_UNUSED FFDiskIOOptions* options) {
    return "Not supported on this platform";
}