mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-02 23:59:21 -05:00
Implement RS recovery, although it won't really be used now...
...since it only relies on block service flags, and we don't set them right now.
This commit is contained in:
@@ -209,8 +209,8 @@ struct BlockServiceCache {
|
||||
AES128Key secretKey;
|
||||
std::array<uint8_t, 16> failureDomain;
|
||||
std::array<uint8_t, 4> ip1;
|
||||
uint16_t port1;
|
||||
std::array<uint8_t, 4> ip2;
|
||||
uint16_t port1;
|
||||
uint16_t port2;
|
||||
uint8_t storageClass;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user