Add get_immediate_commit() to the node.js binding

This commit is contained in:
Vitaliy Filippov
2025-02-06 01:35:48 +03:00
parent e8e7ba8fde
commit a5d5559f8e
3 changed files with 18 additions and 0 deletions
+2
View File
@@ -29,6 +29,8 @@ public:
static NAN_METHOD(GetMinIoSize);
// get_max_atomic_write_size(pool_id)
static NAN_METHOD(GetMaxAtomicWriteSize);
// get_immediate_commit(pool_id)
static NAN_METHOD(GetImmediateCommit);
// // destroy()
// static NAN_METHOD(Destroy);