mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-03 00:00:07 +03:00
11 lines
216 B
C
11 lines
216 B
C
#ifndef _BCACHEFS_REPLICAS_TYPES_H
|
|
#define _BCACHEFS_REPLICAS_TYPES_H
|
|
|
|
struct bch_replicas_cpu {
|
|
unsigned nr;
|
|
unsigned entry_size;
|
|
struct bch_replicas_entry *entries;
|
|
};
|
|
|
|
#endif /* _BCACHEFS_REPLICAS_TYPES_H */
|