diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-13 17:54:10 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-13 17:54:10 +0100 |
commit | 9c14774f2b6b22628a8b57b7a1e5edec1e236f9c (patch) | |
tree | 115dcad2c883ed6ba19f3d3c2bec4622ad07a279 /private.h | |
parent | 77c5312bac656dc916db91ab97054f80b15eb2f4 (diff) | |
download | fastwriter-9c14774f2b6b22628a8b57b7a1e5edec1e236f9c.tar.gz fastwriter-9c14774f2b6b22628a8b57b7a1e5edec1e236f9c.tar.bz2 fastwriter-9c14774f2b6b22628a8b57b7a1e5edec1e236f9c.tar.xz fastwriter-9c14774f2b6b22628a8b57b7a1e5edec1e236f9c.zip |
Few synchronization and alignment related fixes
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #ifndef _FASTWRITER_PRIVATE_H #define _FASTWRITER_PRIVATE_H +#define FASTWRITER_SYNCIO_ALIGN 512 #define FASTWRITER_DEFAULT_BUFFER_SIZE 134217728 /* 128 MB */ #define FASTWRITER_RESERVE_MEMORY 536870912 /* 512 MB */ |