Add vitastor_c_inode_get_immediate_commit

This commit is contained in:
Vitaliy Filippov
2024-05-19 01:57:18 +03:00
parent a12d328793
commit 50e56b3b92
3 changed files with 19 additions and 0 deletions
+2
View File
@@ -20,9 +20,11 @@
#define MAX_DATA_BLOCK_SIZE 128*1024*1024
#define DEFAULT_BITMAP_GRANULARITY 4096
#ifndef IMMEDIATE_NONE
#define IMMEDIATE_NONE 0
#define IMMEDIATE_SMALL 1
#define IMMEDIATE_ALL 2
#endif
struct etcd_kv_t
{