]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/replicas_types.h
Update bcachefs sources to 70fa0c1ff4 fixup! bcachefs: Btree key cache improvements
[bcachefs-tools-debian] / libbcachefs / replicas_types.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_REPLICAS_TYPES_H
3 #define _BCACHEFS_REPLICAS_TYPES_H
4
5 struct bch_replicas_cpu {
6         unsigned                nr;
7         unsigned                entry_size;
8         struct bch_replicas_entry *entries;
9 };
10
11 #endif /* _BCACHEFS_REPLICAS_TYPES_H */