]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/replicas_types.h
Update bcachefs sources to 367a8fad45 bcachefs: Reset journal flush delay to default...
[bcachefs-tools-debian] / libbcachefs / replicas_types.h
1 #ifndef _BCACHEFS_REPLICAS_TYPES_H
2 #define _BCACHEFS_REPLICAS_TYPES_H
3
4 struct bch_replicas_cpu {
5         unsigned                nr;
6         unsigned                entry_size;
7         struct bch_replicas_entry *entries;
8 };
9
10 #endif /* _BCACHEFS_REPLICAS_TYPES_H */