]> gitweb.factorcode.org Git - factor.git/commitdiff
forestdb.ffi: fix struct layout.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 9 May 2016 21:58:02 +0000 (14:58 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 9 May 2016 21:58:02 +0000 (14:58 -0700)
extra/forestdb/ffi/ffi.factor

index 7aeaabfa63f5712c483b033d8656e0821575169b..7ea85ac00a06430d36d0bb212196f4ccf6b7c466 100644 (file)
@@ -138,7 +138,8 @@ STRUCT: fdb_config
     { num_bgflusher_threads size_t }
     { encryption_key fdb_encryption_key }
     { block_reusing_threshold size_t }
-    { num_keeping_headers size_t } ;
+    { num_keeping_headers size_t }
+    { breakpad_minidump_dir char* } ;
 
 STRUCT: fdb_kvs_config
     { create_if_missing bool }