mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-22 00:04:31 +03:00
7d79fba1af
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
12 lines
258 B
C
12 lines
258 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _BCACHEFS_REPLICAS_TYPES_H
|
|
#define _BCACHEFS_REPLICAS_TYPES_H
|
|
|
|
struct bch_replicas_cpu {
|
|
unsigned nr;
|
|
unsigned entry_size;
|
|
struct bch_replicas_entry_v1 *entries;
|
|
};
|
|
|
|
#endif /* _BCACHEFS_REPLICAS_TYPES_H */
|