Skip to content
Snippets Groups Projects
Commit d1987295 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #11059: Reenable O_DIRECT on advice of Dell, and to avoid trashing the dirty cache

parent 817ce2cb
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
#include <CoInterface/StreamableData.h>
#include "MSWriter.h"
#include <Stream/FileStream.h>
#include "FastFileStream.h"
namespace LOFAR
{
......@@ -49,7 +49,7 @@ namespace LOFAR
virtual size_t getDataSize();
protected:
FileStream itsFile;
FastFileStream itsFile;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment