mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 13:04:15 -04:00
docs(metadata): rationale for using feature strings
This commit is contained in:
parent
eff100c202
commit
88425dd38f
@ -370,7 +370,9 @@ struct metadata {
|
|||||||
|
|
||||||
// The set of features used in this file system image. As long
|
// The set of features used in this file system image. As long
|
||||||
// as an older binary supports all features, it will be able
|
// as an older binary supports all features, it will be able
|
||||||
// to use images created with newer versions.
|
// to use images created with newer versions. We use strings
|
||||||
|
// here instead of an enum so older versions can still output
|
||||||
|
// names of features used by a newer version.
|
||||||
27: optional set<string> features
|
27: optional set<string> features
|
||||||
|
|
||||||
//=========================================================//
|
//=========================================================//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user