changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/ffi/rocksdb/opts.lisp

revision 112: 430e69339ac3
parent 110: cae8da4b1415
child 113: afcb1f02bb66
     1.1--- a/lisp/ffi/rocksdb/opts.lisp	Mon Dec 18 23:55:47 2023 -0500
     1.2+++ b/lisp/ffi/rocksdb/opts.lisp	Tue Dec 19 18:10:02 2023 -0500
     1.3@@ -103,7 +103,9 @@
     1.4 (export '(rocksdb-wal-readoptions))
     1.5 
     1.6 ;;; Block based Table Options
     1.7-(define-opaque rocksdb-block-based-table-options)
     1.8+(eval-always
     1.9+  (define-opaque rocksdb-block-based-table-options))
    1.10+
    1.11 (define-alien-routine rocksdb-block-based-options-create (* rocksdb-block-based-table-options))
    1.12 (define-alien-routine rocksdb-block-based-options-destroy void (self (* rocksdb-block-based-table-options)))
    1.13 (define-alien-routine rocksdb-block-based-options-set-checksum void