mirror of
https://github.com/minio/minio.git
synced 2025-04-25 12:34:03 -04:00
Merge pull request #234 from fkautz/pr_out_changing_k_and_m_in_data_go_to_match_new_datatype_in_erasure_package
This commit is contained in:
commit
9fb67c4195
@ -18,8 +18,8 @@ const (
|
|||||||
|
|
||||||
type EncoderParams struct {
|
type EncoderParams struct {
|
||||||
Length int
|
Length int
|
||||||
K int
|
K uint8
|
||||||
M int
|
M uint8
|
||||||
Technique EncoderTechnique
|
Technique EncoderTechnique
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user