mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 14:54:38 +08:00
node.h
This commit is contained in:
parent
2dc5a2582f
commit
042f690990
|
@ -19,6 +19,8 @@ struct node_s
|
|||
int32_t treelock;
|
||||
lock_t *locks;
|
||||
|
||||
uint32_t backing_id;
|
||||
|
||||
uint32_t stat_crc32b;
|
||||
uint8_t is_stat_cache_valid:1;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user