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

Task #3566: Added missing declaration

parent 7a29932d
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,8 @@ class FastFileStream : public FileStream ...@@ -45,6 +45,8 @@ class FastFileStream : public FileStream
virtual void skip( size_t bytes ); virtual void skip( size_t bytes );
virtual size_t size();
// formally, the required alignment for O_DIRECT is determined by the file system // formally, the required alignment for O_DIRECT is determined by the file system
static const unsigned alignment = 512; static const unsigned alignment = 512;
private: private:
......
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