summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-13 17:54:10 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-13 17:54:10 +0100
commit9c14774f2b6b22628a8b57b7a1e5edec1e236f9c (patch)
tree115dcad2c883ed6ba19f3d3c2bec4622ad07a279 /private.h
parent77c5312bac656dc916db91ab97054f80b15eb2f4 (diff)
downloadfastwriter-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/private.h b/private.h
index 6beb35b..7a1250c 100644
--- a/private.h
+++ b/private.h
@@ -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 */