mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #13073 from serathius/snapshot-version
[Version in Snapshot] SnapshotResponse includes local etcd version
This commit is contained in:
commit
5564476831
@ -2713,6 +2713,10 @@
|
||||
"type": "string",
|
||||
"format": "uint64",
|
||||
"title": "remaining_bytes is the number of blob bytes to be sent after this message"
|
||||
},
|
||||
"version": {
|
||||
"description": "local version of server that created the snapshot.\nIn cluster with binaries with different version, each cluster can return different result.\nInforms which etcd server version should be used when restoring the snapshot.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1792,7 +1792,11 @@ type SnapshotResponse struct {
|
||||
// remaining_bytes is the number of blob bytes to be sent after this message
|
||||
RemainingBytes uint64 `protobuf:"varint,2,opt,name=remaining_bytes,json=remainingBytes,proto3" json:"remaining_bytes,omitempty"`
|
||||
// blob contains the next chunk of the snapshot in the snapshot stream.
|
||||
Blob []byte `protobuf:"bytes,3,opt,name=blob,proto3" json:"blob,omitempty"`
|
||||
Blob []byte `protobuf:"bytes,3,opt,name=blob,proto3" json:"blob,omitempty"`
|
||||
// local version of server that created the snapshot.
|
||||
// In cluster with binaries with different version, each cluster can return different result.
|
||||
// Informs which etcd server version should be used when restoring the snapshot.
|
||||
Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
@ -1852,6 +1856,13 @@ func (m *SnapshotResponse) GetBlob() []byte {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *SnapshotResponse) GetVersion() string {
|
||||
if m != nil {
|
||||
return m.Version
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type WatchRequest struct {
|
||||
// request_union is a request to either create a new watcher or cancel an existing watcher.
|
||||
//
|
||||
@ -6154,264 +6165,265 @@ func init() {
|
||||
func init() { proto.RegisterFile("rpc.proto", fileDescriptor_77a6da22d6a3feb1) }
|
||||
|
||||
var fileDescriptor_77a6da22d6a3feb1 = []byte{
|
||||
// 4107 bytes of a gzipped FileDescriptorProto
|
||||
// 4115 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x5b, 0x5b, 0x73, 0x1b, 0xc9,
|
||||
0x75, 0xe6, 0x00, 0xc4, 0xed, 0xe0, 0x42, 0xb0, 0x79, 0x11, 0x84, 0x95, 0x28, 0x6e, 0x6b, 0xa5,
|
||||
0xe5, 0x4a, 0xbb, 0xc4, 0x9a, 0xb6, 0xb3, 0x55, 0x4a, 0xe2, 0x18, 0x22, 0xb1, 0x12, 0x97, 0x14,
|
||||
0xc9, 0x1d, 0x42, 0xda, 0x4b, 0xb9, 0xc2, 0x1a, 0x02, 0x2d, 0x72, 0x42, 0x60, 0x06, 0x9e, 0x19,
|
||||
0x40, 0xe4, 0xe6, 0xe2, 0x94, 0xcb, 0x71, 0x25, 0xaf, 0x76, 0x55, 0x2a, 0x79, 0x48, 0x5e, 0x52,
|
||||
0x29, 0x97, 0x1f, 0xfc, 0x9c, 0xbf, 0x90, 0xa7, 0x5c, 0x2a, 0x7f, 0x20, 0xb5, 0xf1, 0x4b, 0xf2,
|
||||
0x23, 0x52, 0xae, 0xbe, 0xcd, 0xf4, 0xdc, 0x40, 0xd9, 0xd8, 0xdd, 0x17, 0x11, 0x7d, 0xfa, 0xf4,
|
||||
0xf9, 0x4e, 0x9f, 0xee, 0x3e, 0xe7, 0xf4, 0xe9, 0x11, 0x94, 0x9c, 0x51, 0x6f, 0x73, 0xe4, 0xd8,
|
||||
0x9e, 0x8d, 0x2a, 0xc4, 0xeb, 0xf5, 0x5d, 0xe2, 0x4c, 0x88, 0x33, 0x3a, 0x6d, 0x2e, 0x9f, 0xd9,
|
||||
0x67, 0x36, 0xeb, 0x68, 0xd1, 0x5f, 0x9c, 0xa7, 0xd9, 0xa0, 0x3c, 0x2d, 0x63, 0x64, 0xb6, 0x86,
|
||||
0x93, 0x5e, 0x6f, 0x74, 0xda, 0xba, 0x98, 0x88, 0x9e, 0xa6, 0xdf, 0x63, 0x8c, 0xbd, 0xf3, 0xd1,
|
||||
0x29, 0xfb, 0x23, 0xfa, 0x6e, 0x9d, 0xd9, 0xf6, 0xd9, 0x80, 0xf0, 0x5e, 0xcb, 0xb2, 0x3d, 0xc3,
|
||||
0x33, 0x6d, 0xcb, 0xe5, 0xbd, 0xf8, 0xaf, 0x34, 0xa8, 0xe9, 0xc4, 0x1d, 0xd9, 0x96, 0x4b, 0x9e,
|
||||
0x12, 0xa3, 0x4f, 0x1c, 0x74, 0x1b, 0xa0, 0x37, 0x18, 0xbb, 0x1e, 0x71, 0x4e, 0xcc, 0x7e, 0x43,
|
||||
0x5b, 0xd7, 0x36, 0xe6, 0xf5, 0x92, 0xa0, 0xec, 0xf6, 0xd1, 0x1b, 0x50, 0x1a, 0x92, 0xe1, 0x29,
|
||||
0xef, 0xcd, 0xb0, 0xde, 0x22, 0x27, 0xec, 0xf6, 0x51, 0x13, 0x8a, 0x0e, 0x99, 0x98, 0xae, 0x69,
|
||||
0x5b, 0x8d, 0xec, 0xba, 0xb6, 0x91, 0xd5, 0xfd, 0x36, 0x1d, 0xe8, 0x18, 0x2f, 0xbd, 0x13, 0x8f,
|
||||
0x38, 0xc3, 0xc6, 0x3c, 0x1f, 0x48, 0x09, 0x5d, 0xe2, 0x0c, 0xf1, 0x4f, 0x72, 0x50, 0xd1, 0x0d,
|
||||
0xeb, 0x8c, 0xe8, 0xe4, 0x87, 0x63, 0xe2, 0x7a, 0xa8, 0x0e, 0xd9, 0x0b, 0x72, 0xc5, 0xe0, 0x2b,
|
||||
0x3a, 0xfd, 0xc9, 0xc7, 0x5b, 0x67, 0xe4, 0x84, 0x58, 0x1c, 0xb8, 0x42, 0xc7, 0x5b, 0x67, 0xa4,
|
||||
0x63, 0xf5, 0xd1, 0x32, 0xe4, 0x06, 0xe6, 0xd0, 0xf4, 0x04, 0x2a, 0x6f, 0x84, 0xd4, 0x99, 0x8f,
|
||||
0xa8, 0xb3, 0x0d, 0xe0, 0xda, 0x8e, 0x77, 0x62, 0x3b, 0x7d, 0xe2, 0x34, 0x72, 0xeb, 0xda, 0x46,
|
||||
0x6d, 0xeb, 0xad, 0x4d, 0x75, 0x19, 0x36, 0x55, 0x85, 0x36, 0x8f, 0x6d, 0xc7, 0x3b, 0xa4, 0xbc,
|
||||
0x7a, 0xc9, 0x95, 0x3f, 0xd1, 0x87, 0x50, 0x66, 0x42, 0x3c, 0xc3, 0x39, 0x23, 0x5e, 0x23, 0xcf,
|
||||
0xa4, 0xdc, 0xbb, 0x46, 0x4a, 0x97, 0x31, 0xeb, 0x0c, 0x9e, 0xff, 0x46, 0x18, 0x2a, 0x2e, 0x71,
|
||||
0x4c, 0x63, 0x60, 0x7e, 0x61, 0x9c, 0x0e, 0x48, 0xa3, 0xb0, 0xae, 0x6d, 0x14, 0xf5, 0x10, 0x8d,
|
||||
0xce, 0xff, 0x82, 0x5c, 0xb9, 0x27, 0xb6, 0x35, 0xb8, 0x6a, 0x14, 0x19, 0x43, 0x91, 0x12, 0x0e,
|
||||
0xad, 0xc1, 0x15, 0x5b, 0x34, 0x7b, 0x6c, 0x79, 0xbc, 0xb7, 0xc4, 0x7a, 0x4b, 0x8c, 0xc2, 0xba,
|
||||
0x37, 0xa0, 0x3e, 0x34, 0xad, 0x93, 0xa1, 0xdd, 0x3f, 0xf1, 0x0d, 0x02, 0xcc, 0x20, 0xb5, 0xa1,
|
||||
0x69, 0x3d, 0xb3, 0xfb, 0xba, 0x34, 0x0b, 0xe5, 0x34, 0x2e, 0xc3, 0x9c, 0x65, 0xc1, 0x69, 0x5c,
|
||||
0xaa, 0x9c, 0x9b, 0xb0, 0x44, 0x65, 0xf6, 0x1c, 0x62, 0x78, 0x24, 0x60, 0xae, 0x30, 0xe6, 0xc5,
|
||||
0xa1, 0x69, 0x6d, 0xb3, 0x9e, 0x10, 0xbf, 0x71, 0x19, 0xe3, 0xaf, 0x0a, 0x7e, 0xe3, 0x32, 0xcc,
|
||||
0x8f, 0x37, 0xa1, 0xe4, 0xdb, 0x1c, 0x15, 0x61, 0xfe, 0xe0, 0xf0, 0xa0, 0x53, 0x9f, 0x43, 0x00,
|
||||
0xf9, 0xf6, 0xf1, 0x76, 0xe7, 0x60, 0xa7, 0xae, 0xa1, 0x32, 0x14, 0x76, 0x3a, 0xbc, 0x91, 0xc1,
|
||||
0x8f, 0x01, 0x02, 0xeb, 0xa2, 0x02, 0x64, 0xf7, 0x3a, 0x9f, 0xd5, 0xe7, 0x28, 0xcf, 0x8b, 0x8e,
|
||||
0x7e, 0xbc, 0x7b, 0x78, 0x50, 0xd7, 0xe8, 0xe0, 0x6d, 0xbd, 0xd3, 0xee, 0x76, 0xea, 0x19, 0xca,
|
||||
0xf1, 0xec, 0x70, 0xa7, 0x9e, 0x45, 0x25, 0xc8, 0xbd, 0x68, 0xef, 0x3f, 0xef, 0xd4, 0xe7, 0xf1,
|
||||
0xcf, 0x35, 0xa8, 0x8a, 0xf5, 0xe2, 0x67, 0x02, 0x7d, 0x07, 0xf2, 0xe7, 0xec, 0x5c, 0xb0, 0xad,
|
||||
0x58, 0xde, 0xba, 0x15, 0x59, 0xdc, 0xd0, 0xd9, 0xd1, 0x05, 0x2f, 0xc2, 0x90, 0xbd, 0x98, 0xb8,
|
||||
0x8d, 0xcc, 0x7a, 0x76, 0xa3, 0xbc, 0x55, 0xdf, 0xe4, 0xe7, 0x75, 0x73, 0x8f, 0x5c, 0xbd, 0x30,
|
||||
0x06, 0x63, 0xa2, 0xd3, 0x4e, 0x84, 0x60, 0x7e, 0x68, 0x3b, 0x84, 0xed, 0xd8, 0xa2, 0xce, 0x7e,
|
||||
0xd3, 0x6d, 0xcc, 0x16, 0x4d, 0xec, 0x56, 0xde, 0xc0, 0xbf, 0xd4, 0x00, 0x8e, 0xc6, 0x5e, 0xfa,
|
||||
0xd1, 0x58, 0x86, 0xdc, 0x84, 0x0a, 0x16, 0xc7, 0x82, 0x37, 0xd8, 0x99, 0x20, 0x86, 0x4b, 0xfc,
|
||||
0x33, 0x41, 0x1b, 0xe8, 0x06, 0x14, 0x46, 0x0e, 0x99, 0x9c, 0x5c, 0x4c, 0x18, 0x48, 0x51, 0xcf,
|
||||
0xd3, 0xe6, 0xde, 0x04, 0xbd, 0x09, 0x15, 0xf3, 0xcc, 0xb2, 0x1d, 0x72, 0xc2, 0x65, 0xe5, 0x58,
|
||||
0x6f, 0x99, 0xd3, 0x98, 0xde, 0x0a, 0x0b, 0x17, 0x9c, 0x57, 0x59, 0xf6, 0x29, 0x09, 0x5b, 0x50,
|
||||
0x66, 0xaa, 0xce, 0x64, 0xbe, 0x77, 0x02, 0x1d, 0x33, 0x6c, 0x58, 0xdc, 0x84, 0x42, 0x6b, 0xfc,
|
||||
0x03, 0x40, 0x3b, 0x64, 0x40, 0x3c, 0x32, 0x8b, 0xf7, 0x50, 0x6c, 0x92, 0x55, 0x6d, 0x82, 0x7f,
|
||||
0xa6, 0xc1, 0x52, 0x48, 0xfc, 0x4c, 0xd3, 0x6a, 0x40, 0xa1, 0xcf, 0x84, 0x71, 0x0d, 0xb2, 0xba,
|
||||
0x6c, 0xa2, 0x87, 0x50, 0x14, 0x0a, 0xb8, 0x8d, 0x6c, 0xca, 0xa6, 0x29, 0x70, 0x9d, 0x5c, 0xfc,
|
||||
0xcb, 0x0c, 0x94, 0xc4, 0x44, 0x0f, 0x47, 0xa8, 0x0d, 0x55, 0x87, 0x37, 0x4e, 0xd8, 0x7c, 0x84,
|
||||
0x46, 0xcd, 0x74, 0x27, 0xf4, 0x74, 0x4e, 0xaf, 0x88, 0x21, 0x8c, 0x8c, 0x7e, 0x1f, 0xca, 0x52,
|
||||
0xc4, 0x68, 0xec, 0x09, 0x93, 0x37, 0xc2, 0x02, 0x82, 0xfd, 0xf7, 0x74, 0x4e, 0x07, 0xc1, 0x7e,
|
||||
0x34, 0xf6, 0x50, 0x17, 0x96, 0xe5, 0x60, 0x3e, 0x1b, 0xa1, 0x46, 0x96, 0x49, 0x59, 0x0f, 0x4b,
|
||||
0x89, 0x2f, 0xd5, 0xd3, 0x39, 0x1d, 0x89, 0xf1, 0x4a, 0xa7, 0xaa, 0x92, 0x77, 0xc9, 0x9d, 0x77,
|
||||
0x4c, 0xa5, 0xee, 0xa5, 0x15, 0x57, 0xa9, 0x7b, 0x69, 0x3d, 0x2e, 0x41, 0x41, 0xb4, 0xf0, 0xbf,
|
||||
0x64, 0x00, 0xe4, 0x6a, 0x1c, 0x8e, 0xd0, 0x0e, 0xd4, 0x1c, 0xd1, 0x0a, 0x59, 0xeb, 0x8d, 0x44,
|
||||
0x6b, 0x89, 0x45, 0x9c, 0xd3, 0xab, 0x72, 0x10, 0x57, 0xee, 0x7b, 0x50, 0xf1, 0xa5, 0x04, 0x06,
|
||||
0xbb, 0x99, 0x60, 0x30, 0x5f, 0x42, 0x59, 0x0e, 0xa0, 0x26, 0xfb, 0x04, 0x56, 0xfc, 0xf1, 0x09,
|
||||
0x36, 0x7b, 0x73, 0x8a, 0xcd, 0x7c, 0x81, 0x4b, 0x52, 0x82, 0x6a, 0x35, 0x55, 0xb1, 0xc0, 0x6c,
|
||||
0x37, 0x13, 0xcc, 0x16, 0x57, 0x8c, 0x1a, 0x0e, 0x68, 0xbc, 0xe4, 0x4d, 0xfc, 0xbf, 0x59, 0x28,
|
||||
0x6c, 0xdb, 0xc3, 0x91, 0xe1, 0xd0, 0xd5, 0xc8, 0x3b, 0xc4, 0x1d, 0x0f, 0x3c, 0x66, 0xae, 0xda,
|
||||
0xd6, 0xdd, 0xb0, 0x44, 0xc1, 0x26, 0xff, 0xea, 0x8c, 0x55, 0x17, 0x43, 0xe8, 0x60, 0x11, 0x1e,
|
||||
0x33, 0xaf, 0x31, 0x58, 0x04, 0x47, 0x31, 0x44, 0x1e, 0xe4, 0x6c, 0x70, 0x90, 0x9b, 0x50, 0x98,
|
||||
0x10, 0x27, 0x08, 0xe9, 0x4f, 0xe7, 0x74, 0x49, 0x40, 0xef, 0xc0, 0x42, 0x34, 0xbc, 0xe4, 0x04,
|
||||
0x4f, 0xad, 0x17, 0x8e, 0x46, 0x77, 0xa1, 0x12, 0x8a, 0x71, 0x79, 0xc1, 0x57, 0x1e, 0x2a, 0x21,
|
||||
0x6e, 0x55, 0xfa, 0x55, 0x1a, 0x8f, 0x2b, 0x4f, 0xe7, 0xa4, 0x67, 0x5d, 0x95, 0x9e, 0xb5, 0x28,
|
||||
0x46, 0x09, 0xdf, 0x1a, 0x72, 0x32, 0xdf, 0x0f, 0x3b, 0x19, 0xfc, 0x7d, 0xa8, 0x86, 0x0c, 0x44,
|
||||
0xe3, 0x4e, 0xe7, 0xe3, 0xe7, 0xed, 0x7d, 0x1e, 0xa4, 0x9e, 0xb0, 0xb8, 0xa4, 0xd7, 0x35, 0x1a,
|
||||
0xeb, 0xf6, 0x3b, 0xc7, 0xc7, 0xf5, 0x0c, 0xaa, 0x42, 0xe9, 0xe0, 0xb0, 0x7b, 0xc2, 0xb9, 0xb2,
|
||||
0xf8, 0x89, 0x2f, 0x41, 0x04, 0x39, 0x25, 0xb6, 0xcd, 0x29, 0xb1, 0x4d, 0x93, 0xb1, 0x2d, 0x13,
|
||||
0xc4, 0x36, 0x16, 0xe6, 0xf6, 0x3b, 0xed, 0xe3, 0x4e, 0x7d, 0xfe, 0x71, 0x0d, 0x2a, 0xdc, 0xbe,
|
||||
0x27, 0x63, 0x8b, 0x86, 0xda, 0x7f, 0xd2, 0x00, 0x82, 0xd3, 0x84, 0x5a, 0x50, 0xe8, 0x71, 0x9c,
|
||||
0x86, 0xc6, 0x9c, 0xd1, 0x4a, 0xe2, 0x92, 0xe9, 0x92, 0x0b, 0x7d, 0x0b, 0x0a, 0xee, 0xb8, 0xd7,
|
||||
0x23, 0xae, 0x0c, 0x79, 0x37, 0xa2, 0xfe, 0x50, 0x78, 0x2b, 0x5d, 0xf2, 0xd1, 0x21, 0x2f, 0x0d,
|
||||
0x73, 0x30, 0x66, 0x01, 0x70, 0xfa, 0x10, 0xc1, 0x87, 0xff, 0x5e, 0x83, 0xb2, 0xb2, 0x79, 0x7f,
|
||||
0x47, 0x27, 0x7c, 0x0b, 0x4a, 0x4c, 0x07, 0xd2, 0x17, 0x6e, 0xb8, 0xa8, 0x07, 0x04, 0xf4, 0x7b,
|
||||
0x50, 0x92, 0x27, 0x40, 0x7a, 0xe2, 0x46, 0xb2, 0xd8, 0xc3, 0x91, 0x1e, 0xb0, 0xe2, 0x3d, 0x58,
|
||||
0x64, 0x56, 0xe9, 0xd1, 0xe4, 0x5a, 0xda, 0x51, 0x4d, 0x3f, 0xb5, 0x48, 0xfa, 0xd9, 0x84, 0xe2,
|
||||
0xe8, 0xfc, 0xca, 0x35, 0x7b, 0xc6, 0x40, 0x68, 0xe1, 0xb7, 0xf1, 0x47, 0x80, 0x54, 0x61, 0xb3,
|
||||
0x4c, 0x17, 0x57, 0xa1, 0xfc, 0xd4, 0x70, 0xcf, 0x85, 0x4a, 0xf8, 0x21, 0x54, 0x69, 0x73, 0xef,
|
||||
0xc5, 0x6b, 0xe8, 0xc8, 0x2e, 0x07, 0x92, 0x7b, 0x26, 0x9b, 0x23, 0x98, 0x3f, 0x37, 0xdc, 0x73,
|
||||
0x36, 0xd1, 0xaa, 0xce, 0x7e, 0xa3, 0x77, 0xa0, 0xde, 0xe3, 0x93, 0x3c, 0x89, 0x5c, 0x19, 0x16,
|
||||
0x04, 0xdd, 0xcf, 0x04, 0x3f, 0x85, 0x0a, 0x9f, 0xc3, 0x57, 0xad, 0x04, 0x5e, 0x84, 0x85, 0x63,
|
||||
0xcb, 0x18, 0xb9, 0xe7, 0xb6, 0x8c, 0x6e, 0x74, 0xd2, 0xf5, 0x80, 0x36, 0x13, 0xe2, 0xdb, 0xb0,
|
||||
0xe0, 0x90, 0xa1, 0x61, 0x5a, 0xa6, 0x75, 0x76, 0x72, 0x7a, 0xe5, 0x11, 0x57, 0x5c, 0x98, 0x6a,
|
||||
0x3e, 0xf9, 0x31, 0xa5, 0x52, 0xd5, 0x4e, 0x07, 0xf6, 0xa9, 0x70, 0x73, 0xec, 0x37, 0xfe, 0x69,
|
||||
0x06, 0x2a, 0x9f, 0x18, 0x5e, 0x4f, 0x2e, 0x1d, 0xda, 0x85, 0x9a, 0xef, 0xdc, 0x18, 0x45, 0xe8,
|
||||
0x12, 0x09, 0xb1, 0x6c, 0x8c, 0x4c, 0xa5, 0x65, 0x74, 0xac, 0xf6, 0x54, 0x02, 0x13, 0x65, 0x58,
|
||||
0x3d, 0x32, 0xf0, 0x45, 0x65, 0xd2, 0x45, 0x31, 0x46, 0x55, 0x94, 0x4a, 0x40, 0x87, 0x50, 0x1f,
|
||||
0x39, 0xf6, 0x99, 0x43, 0x5c, 0xd7, 0x17, 0xc6, 0xc3, 0x18, 0x4e, 0x10, 0x76, 0x24, 0x58, 0x03,
|
||||
0x71, 0x0b, 0xa3, 0x30, 0xe9, 0xf1, 0x42, 0x90, 0xcf, 0x70, 0xe7, 0xf4, 0x9f, 0x19, 0x40, 0xf1,
|
||||
0x49, 0xfd, 0xb6, 0x29, 0xde, 0x3d, 0xa8, 0xb9, 0x9e, 0xe1, 0xc4, 0x36, 0x5b, 0x95, 0x51, 0x7d,
|
||||
0x8f, 0xff, 0x36, 0xf8, 0x0a, 0x9d, 0x58, 0xb6, 0x67, 0xbe, 0xbc, 0x12, 0x59, 0x72, 0x4d, 0x92,
|
||||
0x0f, 0x18, 0x15, 0x75, 0xa0, 0xf0, 0xd2, 0x1c, 0x78, 0xc4, 0x71, 0x1b, 0xb9, 0xf5, 0xec, 0x46,
|
||||
0x6d, 0xeb, 0xe1, 0x75, 0xcb, 0xb0, 0xf9, 0x21, 0xe3, 0xef, 0x5e, 0x8d, 0x88, 0x2e, 0xc7, 0xaa,
|
||||
0x99, 0x67, 0x3e, 0x94, 0x8d, 0xdf, 0x84, 0xe2, 0x2b, 0x2a, 0x82, 0xde, 0xb2, 0x0b, 0x3c, 0x59,
|
||||
0x64, 0x6d, 0x7e, 0xc9, 0x7e, 0xe9, 0x18, 0x67, 0x43, 0x62, 0x79, 0xf2, 0x1e, 0x28, 0xdb, 0xf8,
|
||||
0x1e, 0x40, 0x00, 0x43, 0x5d, 0xfe, 0xc1, 0xe1, 0xd1, 0xf3, 0x6e, 0x7d, 0x0e, 0x55, 0xa0, 0x78,
|
||||
0x70, 0xb8, 0xd3, 0xd9, 0xef, 0xd0, 0xf8, 0x80, 0x5b, 0xd2, 0xa4, 0xa1, 0xb5, 0x54, 0x31, 0xb5,
|
||||
0x10, 0x26, 0x5e, 0x85, 0xe5, 0xa4, 0x05, 0xa4, 0xb9, 0x68, 0x55, 0xec, 0xd2, 0x99, 0x8e, 0x8a,
|
||||
0x0a, 0x9d, 0x09, 0x4f, 0xb7, 0x01, 0x05, 0xbe, 0x7b, 0xfb, 0x22, 0x39, 0x97, 0x4d, 0x6a, 0x08,
|
||||
0xbe, 0x19, 0x49, 0x5f, 0xac, 0x92, 0xdf, 0x4e, 0x74, 0x2f, 0xb9, 0x44, 0xf7, 0x82, 0xee, 0x42,
|
||||
0xd5, 0x3f, 0x0d, 0x86, 0x2b, 0x72, 0x81, 0x92, 0x5e, 0x91, 0x1b, 0x9d, 0xd2, 0x42, 0x46, 0x2f,
|
||||
0x84, 0x8d, 0x8e, 0xee, 0x41, 0x9e, 0x4c, 0x88, 0xe5, 0xb9, 0x8d, 0x32, 0x8b, 0x18, 0x55, 0x99,
|
||||
0xbb, 0x77, 0x28, 0x55, 0x17, 0x9d, 0xf8, 0xbb, 0xb0, 0xc8, 0xee, 0x48, 0x4f, 0x1c, 0xc3, 0x52,
|
||||
0x2f, 0x73, 0xdd, 0xee, 0xbe, 0x30, 0x37, 0xfd, 0x89, 0x6a, 0x90, 0xd9, 0xdd, 0x11, 0x46, 0xc8,
|
||||
0xec, 0xee, 0xe0, 0x1f, 0x6b, 0x80, 0xd4, 0x71, 0x33, 0xd9, 0x39, 0x22, 0x5c, 0xc2, 0x67, 0x03,
|
||||
0xf8, 0x65, 0xc8, 0x11, 0xc7, 0xb1, 0x1d, 0x66, 0xd1, 0x92, 0xce, 0x1b, 0xf8, 0x2d, 0xa1, 0x83,
|
||||
0x4e, 0x26, 0xf6, 0x85, 0x7f, 0x06, 0xb9, 0x34, 0xcd, 0x57, 0x75, 0x0f, 0x96, 0x42, 0x5c, 0x33,
|
||||
0x45, 0xae, 0x0f, 0x61, 0x81, 0x09, 0xdb, 0x3e, 0x27, 0xbd, 0x8b, 0x91, 0x6d, 0x5a, 0x31, 0x3c,
|
||||
0xba, 0x72, 0x81, 0x83, 0xa5, 0xf3, 0xe0, 0x13, 0xab, 0xf8, 0xc4, 0x6e, 0x77, 0x1f, 0x7f, 0x06,
|
||||
0xab, 0x11, 0x39, 0x52, 0xfd, 0x3f, 0x82, 0x72, 0xcf, 0x27, 0xba, 0x22, 0xd7, 0xb9, 0x1d, 0x56,
|
||||
0x2e, 0x3a, 0x54, 0x1d, 0x81, 0x0f, 0xe1, 0x46, 0x4c, 0xf4, 0x4c, 0x73, 0x7e, 0x1b, 0x56, 0x98,
|
||||
0xc0, 0x3d, 0x42, 0x46, 0xed, 0x81, 0x39, 0x49, 0xb5, 0xf4, 0x48, 0x4c, 0x4a, 0x61, 0xfc, 0x7a,
|
||||
0xf7, 0x05, 0xfe, 0x03, 0x81, 0xd8, 0x35, 0x87, 0xa4, 0x6b, 0xef, 0xa7, 0xeb, 0x46, 0xa3, 0xd9,
|
||||
0x05, 0xb9, 0x72, 0x45, 0x5a, 0xc3, 0x7e, 0xe3, 0x7f, 0xd6, 0x84, 0xa9, 0xd4, 0xe1, 0x5f, 0xf3,
|
||||
0x4e, 0x5e, 0x03, 0x38, 0xa3, 0x47, 0x86, 0xf4, 0x69, 0x07, 0xaf, 0xa8, 0x28, 0x14, 0x5f, 0x4f,
|
||||
0xea, 0xbf, 0x2b, 0x42, 0xcf, 0x65, 0xb1, 0xcf, 0xd9, 0x3f, 0xbe, 0x97, 0xbb, 0x0d, 0x65, 0x46,
|
||||
0x38, 0xf6, 0x0c, 0x6f, 0xec, 0xc6, 0x16, 0xe3, 0x2f, 0xc4, 0xb6, 0x97, 0x83, 0x66, 0x9a, 0xd7,
|
||||
0xb7, 0x20, 0xcf, 0x2e, 0x13, 0x32, 0x95, 0xbe, 0x99, 0xb0, 0x1f, 0xb9, 0x1e, 0xba, 0x60, 0xc4,
|
||||
0x3f, 0xd5, 0x20, 0xff, 0x8c, 0x95, 0x60, 0x15, 0xd5, 0xe6, 0xe5, 0x5a, 0x58, 0xc6, 0x90, 0x17,
|
||||
0x86, 0x4a, 0x3a, 0xfb, 0xcd, 0x52, 0x4f, 0x42, 0x9c, 0xe7, 0xfa, 0x3e, 0x4f, 0x71, 0x4b, 0xba,
|
||||
0xdf, 0xa6, 0x36, 0xeb, 0x0d, 0x4c, 0x62, 0x79, 0xac, 0x77, 0x9e, 0xf5, 0x2a, 0x14, 0x9a, 0x3d,
|
||||
0x9b, 0xee, 0x3e, 0x31, 0x1c, 0x4b, 0x14, 0x4d, 0x8b, 0x7a, 0x40, 0xc0, 0xfb, 0x50, 0xe7, 0x7a,
|
||||
0xb4, 0xfb, 0x7d, 0x25, 0xc1, 0xf4, 0xd1, 0xb4, 0x08, 0x5a, 0x48, 0x5a, 0x26, 0x2a, 0xed, 0x17,
|
||||
0x1a, 0x2c, 0x2a, 0xe2, 0x66, 0xb2, 0xea, 0xbb, 0x90, 0xe7, 0x45, 0x6a, 0x91, 0xe9, 0x2c, 0x87,
|
||||
0x47, 0x71, 0x18, 0x5d, 0xf0, 0xa0, 0x4d, 0x28, 0xf0, 0x5f, 0xf2, 0x0e, 0x90, 0xcc, 0x2e, 0x99,
|
||||
0xf0, 0x3d, 0x58, 0x12, 0x24, 0x32, 0xb4, 0x93, 0x0e, 0x06, 0x5b, 0x0c, 0xfc, 0x67, 0xb0, 0x1c,
|
||||
0x66, 0x9b, 0x69, 0x4a, 0x8a, 0x92, 0x99, 0xd7, 0x51, 0xb2, 0x2d, 0x95, 0x7c, 0x3e, 0xea, 0x2b,
|
||||
0x79, 0x54, 0x74, 0xc7, 0xa8, 0xeb, 0x95, 0x09, 0xaf, 0x57, 0x30, 0x01, 0x29, 0xe2, 0x1b, 0x9d,
|
||||
0xc0, 0x07, 0x72, 0x3b, 0xec, 0x9b, 0xae, 0xef, 0xc3, 0x31, 0x54, 0x06, 0xa6, 0x45, 0x0c, 0x47,
|
||||
0x54, 0xce, 0x35, 0x5e, 0x39, 0x57, 0x69, 0xf8, 0x0b, 0x40, 0xea, 0xc0, 0x6f, 0x54, 0xe9, 0xfb,
|
||||
0xd2, 0x64, 0x47, 0x8e, 0x3d, 0xb4, 0x53, 0xcd, 0x8e, 0xff, 0x1c, 0x56, 0x22, 0x7c, 0xdf, 0xa8,
|
||||
0x9a, 0x4b, 0xb0, 0xb8, 0x43, 0x64, 0x42, 0x23, 0xdd, 0xde, 0x47, 0x80, 0x54, 0xe2, 0x4c, 0x91,
|
||||
0xad, 0x05, 0x8b, 0xcf, 0xec, 0x09, 0x75, 0x91, 0x94, 0x1a, 0xf8, 0x06, 0x5e, 0x87, 0xf0, 0x4d,
|
||||
0xe1, 0xb7, 0x29, 0xb8, 0x3a, 0x60, 0x26, 0xf0, 0x7f, 0xd7, 0xa0, 0xd2, 0x1e, 0x18, 0xce, 0x50,
|
||||
0x02, 0x7f, 0x0f, 0xf2, 0xfc, 0x76, 0x2d, 0x0a, 0x5a, 0xf7, 0xc3, 0x62, 0x54, 0x5e, 0xde, 0x68,
|
||||
0xf3, 0xbb, 0xb8, 0x18, 0x45, 0x15, 0x17, 0x6f, 0x5e, 0x3b, 0x91, 0x37, 0xb0, 0x1d, 0xf4, 0x1e,
|
||||
0xe4, 0x0c, 0x3a, 0x84, 0x85, 0xa2, 0x5a, 0xb4, 0xae, 0xc1, 0xa4, 0xb1, 0x3b, 0x00, 0xe7, 0xc2,
|
||||
0xdf, 0x81, 0xb2, 0x82, 0x80, 0x0a, 0x90, 0x7d, 0xd2, 0x11, 0x09, 0x7b, 0x7b, 0xbb, 0xbb, 0xfb,
|
||||
0x82, 0x17, 0x74, 0x6a, 0x00, 0x3b, 0x1d, 0xbf, 0x9d, 0xc1, 0x9f, 0x8a, 0x51, 0xc2, 0xed, 0xab,
|
||||
0xfa, 0x68, 0x69, 0xfa, 0x64, 0x5e, 0x4b, 0x9f, 0x4b, 0xa8, 0x8a, 0xe9, 0xcf, 0x1a, 0xc6, 0x98,
|
||||
0xbc, 0x94, 0x30, 0xa6, 0x28, 0xaf, 0x0b, 0x46, 0xfc, 0x2b, 0x0d, 0xea, 0x3b, 0xf6, 0x2b, 0xeb,
|
||||
0xcc, 0x31, 0xfa, 0xfe, 0x39, 0xf9, 0x30, 0xb2, 0x52, 0x9b, 0x91, 0xe2, 0x68, 0x84, 0x3f, 0x20,
|
||||
0x44, 0x56, 0xac, 0x11, 0x94, 0x0d, 0x79, 0x2c, 0x94, 0x4d, 0xfc, 0x01, 0x2c, 0x44, 0x06, 0x51,
|
||||
0xdb, 0xbf, 0x68, 0xef, 0xef, 0xee, 0x50, 0x5b, 0xb3, 0xc2, 0x5a, 0xe7, 0xa0, 0xfd, 0x78, 0xbf,
|
||||
0x23, 0x1e, 0x90, 0xda, 0x07, 0xdb, 0x9d, 0xfd, 0x7a, 0x06, 0xf7, 0x60, 0x51, 0x81, 0x9f, 0xf5,
|
||||
0x65, 0x20, 0x45, 0xbb, 0x05, 0xa8, 0x8a, 0x68, 0x2f, 0x0e, 0xe5, 0xbf, 0x65, 0xa0, 0x26, 0x29,
|
||||
0x5f, 0x0f, 0x26, 0x5a, 0x85, 0x7c, 0xff, 0xf4, 0xd8, 0xfc, 0x42, 0xbe, 0x1c, 0x89, 0x16, 0xa5,
|
||||
0x0f, 0x38, 0x0e, 0x7f, 0xbe, 0x15, 0x2d, 0x1a, 0xc6, 0x1d, 0xe3, 0xa5, 0xb7, 0x6b, 0xf5, 0xc9,
|
||||
0x25, 0x4b, 0x0a, 0xe6, 0xf5, 0x80, 0xc0, 0x2a, 0x4c, 0xe2, 0x99, 0x97, 0xdd, 0xac, 0x94, 0x67,
|
||||
0x5f, 0xf4, 0x00, 0xea, 0xf4, 0x77, 0x7b, 0x34, 0x1a, 0x98, 0xa4, 0xcf, 0x05, 0x14, 0x18, 0x4f,
|
||||
0x8c, 0x4e, 0xd1, 0xd9, 0x5d, 0xc4, 0x6d, 0x14, 0x59, 0x58, 0x12, 0x2d, 0xb4, 0x0e, 0x65, 0xae,
|
||||
0xdf, 0xae, 0xf5, 0xdc, 0x25, 0xec, 0xed, 0x33, 0xab, 0xab, 0xa4, 0x70, 0x9a, 0x01, 0xd1, 0x34,
|
||||
0x63, 0x09, 0x16, 0xdb, 0x63, 0xef, 0xbc, 0x63, 0xd1, 0x58, 0x21, 0xad, 0xbc, 0x0c, 0x88, 0x12,
|
||||
0x77, 0x4c, 0x57, 0xa5, 0x0a, 0xd6, 0xf0, 0x82, 0x74, 0x60, 0x89, 0x12, 0x89, 0xe5, 0x99, 0x3d,
|
||||
0x25, 0xae, 0xca, 0xcc, 0x4b, 0x8b, 0x64, 0x5e, 0x86, 0xeb, 0xbe, 0xb2, 0x9d, 0xbe, 0xb0, 0xb9,
|
||||
0xdf, 0xc6, 0xff, 0xa8, 0x71, 0xc8, 0xe7, 0x6e, 0x28, 0x7d, 0xfa, 0x2d, 0xc5, 0xa0, 0xf7, 0xa1,
|
||||
0x60, 0x8f, 0xd8, 0x0b, 0xbf, 0x28, 0xc3, 0xac, 0x6e, 0xf2, 0x6f, 0x02, 0x36, 0x85, 0xe0, 0x43,
|
||||
0xde, 0xab, 0x4b, 0x36, 0x74, 0x1f, 0x6a, 0xe7, 0x86, 0x7b, 0x4e, 0xfa, 0x47, 0x52, 0x26, 0xbf,
|
||||
0xf9, 0x45, 0xa8, 0x78, 0x23, 0xd0, 0xef, 0x09, 0xf1, 0xa6, 0xe8, 0x87, 0x1f, 0xc2, 0x8a, 0xe4,
|
||||
0x14, 0xaf, 0x13, 0x53, 0x98, 0x5f, 0xc1, 0x6d, 0xc9, 0xbc, 0x7d, 0x6e, 0x58, 0x67, 0x44, 0x02,
|
||||
0xfe, 0xae, 0x16, 0x88, 0xcf, 0x27, 0x9b, 0x38, 0x9f, 0xc7, 0xd0, 0xf0, 0xe7, 0xc3, 0x6e, 0xd6,
|
||||
0xf6, 0x40, 0x55, 0x74, 0xec, 0x8a, 0xf3, 0x54, 0xd2, 0xd9, 0x6f, 0x4a, 0x73, 0xec, 0x81, 0x9f,
|
||||
0x4a, 0xd3, 0xdf, 0x78, 0x1b, 0x6e, 0x4a, 0x19, 0xe2, 0xce, 0x1b, 0x16, 0x12, 0x53, 0x3c, 0x49,
|
||||
0x88, 0x30, 0x2c, 0x1d, 0x3a, 0x7d, 0xe1, 0x55, 0xce, 0xf0, 0x12, 0x30, 0x99, 0x9a, 0x22, 0x73,
|
||||
0x85, 0x6f, 0x4a, 0xaa, 0x98, 0x92, 0x2d, 0x49, 0x32, 0x15, 0xa0, 0x92, 0xc5, 0x82, 0x51, 0x72,
|
||||
0x6c, 0xc1, 0x62, 0xa2, 0x7f, 0x00, 0x6b, 0xbe, 0x12, 0xd4, 0x6e, 0x47, 0xc4, 0x19, 0x9a, 0xae,
|
||||
0xab, 0xd4, 0xbd, 0x93, 0x26, 0x7e, 0x1f, 0xe6, 0x47, 0x44, 0x04, 0xa1, 0xf2, 0x16, 0x92, 0x9b,
|
||||
0x52, 0x19, 0xcc, 0xfa, 0x71, 0x1f, 0xee, 0x48, 0xe9, 0xdc, 0xa2, 0x89, 0xe2, 0xa3, 0x4a, 0xc9,
|
||||
0x6a, 0x60, 0x26, 0xa5, 0x1a, 0x98, 0x8d, 0xbc, 0xc5, 0x7c, 0xc4, 0x0d, 0x29, 0xcf, 0xfc, 0x4c,
|
||||
0xc9, 0xc5, 0x1e, 0xb7, 0xa9, 0xef, 0x2a, 0x66, 0x12, 0xf6, 0xd7, 0xc2, 0x0b, 0x7c, 0x55, 0x1e,
|
||||
0x9e, 0xb0, 0x19, 0xca, 0x87, 0x0e, 0xd9, 0xa4, 0x59, 0x33, 0x5d, 0x00, 0x5d, 0xad, 0x85, 0xce,
|
||||
0xeb, 0x21, 0x1a, 0x3e, 0x85, 0xe5, 0xb0, 0x5f, 0x9b, 0x49, 0x97, 0x65, 0xc8, 0x79, 0xf6, 0x05,
|
||||
0x91, 0xb1, 0x86, 0x37, 0xa4, 0xed, 0x7c, 0x9f, 0x37, 0x93, 0xed, 0x8c, 0x40, 0x18, 0x3b, 0x1d,
|
||||
0xb3, 0xea, 0x4b, 0x37, 0x96, 0xbc, 0x03, 0xf1, 0x06, 0x3e, 0x80, 0xd5, 0xa8, 0x67, 0x9b, 0x49,
|
||||
0xe5, 0x17, 0xfc, 0x2c, 0x25, 0x39, 0xbf, 0x99, 0xe4, 0x7e, 0x1c, 0xf8, 0x25, 0xc5, 0xb7, 0xcd,
|
||||
0x24, 0x52, 0x87, 0x66, 0x92, 0xab, 0xfb, 0x2a, 0x8e, 0x8e, 0xef, 0xf9, 0x66, 0x12, 0xe6, 0x06,
|
||||
0xc2, 0x66, 0x5f, 0xfe, 0xc0, 0x5d, 0x65, 0xa7, 0xba, 0x2b, 0x71, 0x48, 0x02, 0x87, 0xfa, 0x35,
|
||||
0x6c, 0x3a, 0x81, 0x11, 0xf8, 0xf2, 0x59, 0x31, 0x68, 0x38, 0xf3, 0x31, 0x58, 0x43, 0x6e, 0x6c,
|
||||
0x35, 0x02, 0xcc, 0xb4, 0x18, 0x9f, 0x04, 0x6e, 0x3c, 0x16, 0x24, 0x66, 0x12, 0xfc, 0x29, 0xac,
|
||||
0xa7, 0xc7, 0x87, 0x59, 0x24, 0x3f, 0x68, 0x41, 0xc9, 0xbf, 0x0c, 0x29, 0xdf, 0x9b, 0x95, 0xa1,
|
||||
0x70, 0x70, 0x78, 0x7c, 0xd4, 0xde, 0xee, 0xf0, 0x0f, 0xce, 0xb6, 0x0f, 0x75, 0xfd, 0xf9, 0x51,
|
||||
0xb7, 0x9e, 0xd9, 0xfa, 0x75, 0x16, 0x32, 0x7b, 0x2f, 0xd0, 0x67, 0x90, 0xe3, 0x5f, 0x5f, 0x4c,
|
||||
0xf9, 0xe4, 0xa6, 0x39, 0xed, 0x03, 0x13, 0x7c, 0xe3, 0xc7, 0xff, 0xf5, 0xeb, 0x9f, 0x67, 0x16,
|
||||
0x71, 0xa5, 0x35, 0xf9, 0x76, 0xeb, 0x62, 0xd2, 0x62, 0x61, 0xea, 0x91, 0xf6, 0x00, 0x7d, 0x0c,
|
||||
0xd9, 0xa3, 0xb1, 0x87, 0x52, 0x3f, 0xc5, 0x69, 0xa6, 0x7f, 0x73, 0x82, 0x57, 0x98, 0xd0, 0x05,
|
||||
0x0c, 0x42, 0xe8, 0x68, 0xec, 0x51, 0x91, 0x3f, 0x84, 0xb2, 0xfa, 0xc5, 0xc8, 0xb5, 0xdf, 0xe7,
|
||||
0x34, 0xaf, 0xff, 0x1a, 0x05, 0xdf, 0x66, 0x50, 0x37, 0x30, 0x12, 0x50, 0xfc, 0x9b, 0x16, 0x75,
|
||||
0x16, 0xdd, 0x4b, 0x0b, 0xa5, 0x7e, 0xbd, 0xd3, 0x4c, 0xff, 0x40, 0x25, 0x36, 0x0b, 0xef, 0xd2,
|
||||
0xa2, 0x22, 0xff, 0x44, 0x7c, 0x9b, 0xd2, 0xf3, 0xd0, 0x9d, 0x84, 0x6f, 0x13, 0xd4, 0x57, 0xf8,
|
||||
0xe6, 0x7a, 0x3a, 0x83, 0x00, 0xb9, 0xc5, 0x40, 0x56, 0xf1, 0xa2, 0x00, 0xe9, 0xf9, 0x2c, 0x8f,
|
||||
0xb4, 0x07, 0x5b, 0x3d, 0xc8, 0xb1, 0x17, 0x2e, 0xf4, 0xb9, 0xfc, 0xd1, 0x4c, 0x78, 0xea, 0x4b,
|
||||
0x59, 0xe8, 0xd0, 0xdb, 0x18, 0x5e, 0x66, 0x40, 0x35, 0x5c, 0xa2, 0x40, 0xec, 0x7d, 0xeb, 0x91,
|
||||
0xf6, 0x60, 0x43, 0x7b, 0x5f, 0xdb, 0xfa, 0x55, 0x0e, 0x72, 0xac, 0xb4, 0x8b, 0x2e, 0x00, 0x82,
|
||||
0xd7, 0x9e, 0xe8, 0xec, 0x62, 0xef, 0x47, 0xd1, 0xd9, 0xc5, 0x1f, 0x8a, 0x70, 0x93, 0x81, 0x2e,
|
||||
0xe3, 0x05, 0x0a, 0xca, 0x2a, 0xc6, 0x2d, 0x56, 0x04, 0xa7, 0x76, 0xfc, 0x1b, 0x4d, 0x54, 0xb6,
|
||||
0xf9, 0x59, 0x42, 0x49, 0xd2, 0x42, 0x4f, 0x3e, 0xd1, 0xed, 0x90, 0xf0, 0xdc, 0x83, 0xbf, 0xcb,
|
||||
0x00, 0x5b, 0xb8, 0x1e, 0x00, 0x3a, 0x8c, 0xe3, 0x91, 0xf6, 0xe0, 0xf3, 0x06, 0x5e, 0x12, 0x56,
|
||||
0x8e, 0xf4, 0xa0, 0x1f, 0x41, 0x2d, 0xfc, 0xa4, 0x81, 0xee, 0x26, 0x60, 0x45, 0x5f, 0x46, 0x9a,
|
||||
0x6f, 0x4d, 0x67, 0x12, 0x3a, 0xad, 0x31, 0x9d, 0x04, 0x38, 0x47, 0xbe, 0x20, 0x64, 0x64, 0x50,
|
||||
0x26, 0xb1, 0x06, 0xe8, 0x1f, 0x34, 0xf1, 0xe2, 0x14, 0xbc, 0x51, 0xa0, 0x24, 0xe9, 0xb1, 0x17,
|
||||
0x90, 0xe6, 0xbd, 0x6b, 0xb8, 0x84, 0x12, 0x7f, 0xc8, 0x94, 0xf8, 0x00, 0x2f, 0x07, 0x4a, 0x78,
|
||||
0xe6, 0x90, 0x78, 0xb6, 0xd0, 0xe2, 0xf3, 0x5b, 0xf8, 0x46, 0xc8, 0x38, 0xa1, 0xde, 0x60, 0xb1,
|
||||
0xf8, 0x3b, 0x43, 0xe2, 0x62, 0x85, 0xde, 0x2d, 0x12, 0x17, 0x2b, 0xfc, 0x48, 0x91, 0xb4, 0x58,
|
||||
0xfc, 0x55, 0x21, 0x69, 0xb1, 0xfc, 0x9e, 0xad, 0xff, 0x9b, 0x87, 0xc2, 0x36, 0xff, 0x26, 0x1c,
|
||||
0xd9, 0x50, 0xf2, 0xcb, 0xf4, 0x68, 0x2d, 0xa9, 0xce, 0x18, 0x5c, 0x6b, 0x9a, 0x77, 0x52, 0xfb,
|
||||
0x85, 0x42, 0x6f, 0x32, 0x85, 0xde, 0xc0, 0xab, 0x14, 0x59, 0x7c, 0x76, 0xde, 0xe2, 0xc5, 0xac,
|
||||
0x96, 0xd1, 0xef, 0x53, 0x43, 0xfc, 0x29, 0x54, 0xd4, 0x3a, 0x3a, 0x7a, 0x33, 0xb1, 0xb6, 0xa9,
|
||||
0x96, 0xe2, 0x9b, 0x78, 0x1a, 0x8b, 0x40, 0x7e, 0x8b, 0x21, 0xaf, 0xe1, 0x9b, 0x09, 0xc8, 0x0e,
|
||||
0x63, 0x0d, 0x81, 0xf3, 0x1a, 0x78, 0x32, 0x78, 0xa8, 0xc4, 0x9e, 0x0c, 0x1e, 0x2e, 0xa1, 0x4f,
|
||||
0x05, 0x1f, 0x33, 0x56, 0x0a, 0xee, 0x02, 0x04, 0x95, 0x6c, 0x94, 0x68, 0x4b, 0xe5, 0x5e, 0x17,
|
||||
0x75, 0x0e, 0xf1, 0x22, 0x38, 0xc6, 0x0c, 0x56, 0xec, 0xbb, 0x08, 0xec, 0xc0, 0x74, 0x3d, 0x7e,
|
||||
0x30, 0xab, 0xa1, 0xd2, 0x34, 0x4a, 0x9c, 0x4f, 0xb8, 0xbe, 0xdd, 0xbc, 0x3b, 0x95, 0x47, 0xa0,
|
||||
0xdf, 0x63, 0xe8, 0x77, 0x70, 0x33, 0x01, 0x7d, 0xc4, 0x79, 0xe9, 0x66, 0xfb, 0xff, 0x3c, 0x94,
|
||||
0x9f, 0x19, 0xa6, 0xe5, 0x11, 0xcb, 0xb0, 0x7a, 0x04, 0x9d, 0x42, 0x8e, 0x45, 0xea, 0xa8, 0x23,
|
||||
0x56, 0xcb, 0xb6, 0x51, 0x47, 0x1c, 0xaa, 0x69, 0xe2, 0x75, 0x06, 0xdc, 0xc4, 0x2b, 0x14, 0x78,
|
||||
0x18, 0x88, 0x6e, 0xb1, 0x52, 0x24, 0x9d, 0xf4, 0x4b, 0xc8, 0x8b, 0xd7, 0xbe, 0x88, 0xa0, 0x50,
|
||||
0xf1, 0xa7, 0x79, 0x2b, 0xb9, 0x33, 0x69, 0x2f, 0xab, 0x30, 0x2e, 0xe3, 0xa3, 0x38, 0x13, 0x80,
|
||||
0xa0, 0xc6, 0x1e, 0x5d, 0xd1, 0x58, 0x49, 0xbe, 0xb9, 0x9e, 0xce, 0x90, 0x64, 0x53, 0x15, 0xb3,
|
||||
0xef, 0xf3, 0x52, 0xdc, 0x3f, 0x86, 0xf9, 0xa7, 0x86, 0x7b, 0x8e, 0x22, 0xb1, 0x57, 0xf9, 0x56,
|
||||
0xac, 0xd9, 0x4c, 0xea, 0x12, 0x28, 0x77, 0x18, 0xca, 0x4d, 0xee, 0xca, 0x54, 0x94, 0x73, 0xc3,
|
||||
0xa5, 0x41, 0x0d, 0xf5, 0x21, 0xcf, 0x3f, 0x1d, 0x8b, 0xda, 0x2f, 0xf4, 0xf9, 0x59, 0xd4, 0x7e,
|
||||
0xe1, 0xaf, 0xcd, 0xae, 0x47, 0x19, 0x41, 0x51, 0x7e, 0xab, 0x85, 0x22, 0x0f, 0xf7, 0x91, 0xef,
|
||||
0xba, 0x9a, 0x6b, 0x69, 0xdd, 0x02, 0xeb, 0x2e, 0xc3, 0xba, 0x8d, 0x1b, 0xb1, 0xb5, 0x12, 0x9c,
|
||||
0x8f, 0xb4, 0x07, 0xef, 0x6b, 0xe8, 0x47, 0x00, 0xc1, 0xb3, 0x44, 0xec, 0x04, 0x46, 0x5f, 0x38,
|
||||
0x62, 0x27, 0x30, 0xf6, 0xa2, 0x81, 0x37, 0x19, 0xee, 0x06, 0xbe, 0x1b, 0xc5, 0xf5, 0x1c, 0xc3,
|
||||
0x72, 0x5f, 0x12, 0xe7, 0x3d, 0x5e, 0x65, 0x75, 0xcf, 0xcd, 0x11, 0x9d, 0xb2, 0x03, 0x25, 0xbf,
|
||||
0xea, 0x1c, 0xf5, 0xb6, 0xd1, 0x6a, 0x78, 0xd4, 0xdb, 0xc6, 0xca, 0xd5, 0x61, 0xb7, 0x13, 0xda,
|
||||
0x2d, 0x92, 0x95, 0x1e, 0xc0, 0x5f, 0xd4, 0x61, 0x9e, 0x66, 0xdd, 0x34, 0x39, 0x09, 0xea, 0x26,
|
||||
0xd1, 0xd9, 0xc7, 0xaa, 0xa8, 0xd1, 0xd9, 0xc7, 0x4b, 0x2e, 0xe1, 0xe4, 0x84, 0x5e, 0xb2, 0x5a,
|
||||
0xbc, 0x44, 0x41, 0x67, 0x6a, 0x43, 0x59, 0x29, 0xac, 0xa0, 0x04, 0x61, 0xe1, 0xf2, 0x6c, 0x34,
|
||||
0xdc, 0x25, 0x54, 0x65, 0xf0, 0x1b, 0x0c, 0x6f, 0x85, 0x87, 0x3b, 0x86, 0xd7, 0xe7, 0x1c, 0x14,
|
||||
0x50, 0xcc, 0x4e, 0x9c, 0xfb, 0x84, 0xd9, 0x85, 0xcf, 0xfe, 0x7a, 0x3a, 0x43, 0xea, 0xec, 0x82,
|
||||
0x83, 0xff, 0x0a, 0x2a, 0x6a, 0x79, 0x05, 0x25, 0x28, 0x1f, 0x29, 0x29, 0x47, 0xe3, 0x48, 0x52,
|
||||
0x75, 0x26, 0xec, 0xd9, 0x18, 0xa4, 0xa1, 0xb0, 0x51, 0xe0, 0x01, 0x14, 0x44, 0xbd, 0x25, 0xc9,
|
||||
0xa4, 0xe1, 0xf2, 0x73, 0x92, 0x49, 0x23, 0xc5, 0x9a, 0x70, 0xf6, 0xcc, 0x10, 0xe9, 0x95, 0x52,
|
||||
0xc6, 0x6a, 0x81, 0xf6, 0x84, 0x78, 0x69, 0x68, 0x41, 0x25, 0x33, 0x0d, 0x4d, 0xb9, 0xce, 0xa7,
|
||||
0xa1, 0x9d, 0x11, 0x4f, 0xf8, 0x03, 0x79, 0x4d, 0x46, 0x29, 0xc2, 0xd4, 0xf8, 0x88, 0xa7, 0xb1,
|
||||
0x24, 0x5d, 0x6e, 0x02, 0x40, 0x19, 0x1c, 0x2f, 0x01, 0x82, 0x6a, 0x50, 0x34, 0x63, 0x4d, 0xac,
|
||||
0x82, 0x47, 0x33, 0xd6, 0xe4, 0x82, 0x52, 0xd8, 0xf7, 0x05, 0xb8, 0xfc, 0x6e, 0x45, 0x91, 0x7f,
|
||||
0xa6, 0x01, 0x8a, 0x17, 0x8e, 0xd0, 0xc3, 0x64, 0xe9, 0x89, 0xb5, 0xf5, 0xe6, 0xbb, 0xaf, 0xc7,
|
||||
0x9c, 0x14, 0xce, 0x02, 0x95, 0x7a, 0x8c, 0x7b, 0xf4, 0x8a, 0x2a, 0xf5, 0x97, 0x1a, 0x54, 0x43,
|
||||
0x55, 0x27, 0x74, 0x3f, 0x65, 0x4d, 0x23, 0x25, 0xf7, 0xe6, 0xdb, 0xd7, 0xf2, 0x25, 0xa5, 0xf2,
|
||||
0xca, 0x0e, 0x90, 0x77, 0x9a, 0x9f, 0x68, 0x50, 0x0b, 0x57, 0xa9, 0x50, 0x8a, 0xec, 0x58, 0xc9,
|
||||
0xbe, 0xb9, 0x71, 0x3d, 0xe3, 0xf4, 0xe5, 0x09, 0xae, 0x33, 0x03, 0x28, 0x88, 0xba, 0x56, 0xd2,
|
||||
0xc6, 0x0f, 0x17, 0xfb, 0x93, 0x36, 0x7e, 0xa4, 0x28, 0x96, 0xb0, 0xf1, 0x1d, 0x7b, 0x40, 0x94,
|
||||
0x63, 0x26, 0x0a, 0x5f, 0x69, 0x68, 0xd3, 0x8f, 0x59, 0xa4, 0x6a, 0x96, 0x86, 0x16, 0x1c, 0x33,
|
||||
0x59, 0xf1, 0x42, 0x29, 0xc2, 0xae, 0x39, 0x66, 0xd1, 0x82, 0x59, 0xc2, 0x31, 0x63, 0x80, 0xca,
|
||||
0x31, 0x0b, 0x6a, 0x53, 0x49, 0xc7, 0x2c, 0xf6, 0x76, 0x91, 0x74, 0xcc, 0xe2, 0xe5, 0xad, 0x84,
|
||||
0x75, 0x64, 0xb8, 0xa1, 0x63, 0xb6, 0x94, 0x50, 0xc6, 0x42, 0xef, 0xa6, 0x18, 0x31, 0xf1, 0x49,
|
||||
0xa4, 0xf9, 0xde, 0x6b, 0x72, 0xa7, 0xee, 0x71, 0x6e, 0x7e, 0xb9, 0xc7, 0xff, 0x56, 0x83, 0xe5,
|
||||
0xa4, 0x12, 0x18, 0x4a, 0xc1, 0x49, 0x79, 0x4a, 0x69, 0x6e, 0xbe, 0x2e, 0xfb, 0x74, 0x6b, 0xf9,
|
||||
0xbb, 0xfe, 0x71, 0xfd, 0x5f, 0xbf, 0x5c, 0xd3, 0xfe, 0xe3, 0xcb, 0x35, 0xed, 0xbf, 0xbf, 0x5c,
|
||||
0xd3, 0xfe, 0xee, 0x7f, 0xd6, 0xe6, 0x4e, 0xf3, 0xec, 0x3f, 0x1a, 0x7f, 0xfb, 0x37, 0x01, 0x00,
|
||||
0x00, 0xff, 0xff, 0xee, 0x4f, 0x63, 0x90, 0xed, 0x3c, 0x00, 0x00,
|
||||
0x75, 0xe6, 0x00, 0x24, 0x40, 0x1c, 0x5c, 0x08, 0x36, 0x2f, 0x82, 0xb0, 0x12, 0xc5, 0x6d, 0xad,
|
||||
0xb4, 0x5c, 0x69, 0x97, 0x5c, 0xd3, 0x76, 0xb6, 0x4a, 0x49, 0x1c, 0x43, 0x24, 0x56, 0xe2, 0x92,
|
||||
0x22, 0xb9, 0x43, 0x48, 0x7b, 0x29, 0x57, 0x58, 0x43, 0xa0, 0x45, 0x4e, 0x08, 0xcc, 0xc0, 0x33,
|
||||
0x03, 0x88, 0xdc, 0x5c, 0x9c, 0x72, 0x39, 0xae, 0xe4, 0xd5, 0xae, 0x4a, 0x25, 0x0f, 0x49, 0x1e,
|
||||
0x52, 0x29, 0x97, 0x1f, 0xfc, 0x9c, 0xbf, 0x90, 0xa7, 0x5c, 0x2a, 0x7f, 0x20, 0xb5, 0xf1, 0x4b,
|
||||
0xf2, 0x23, 0x52, 0xa9, 0xbe, 0xcd, 0x74, 0xcf, 0x85, 0x94, 0x8d, 0xdd, 0x7d, 0x11, 0xd1, 0xa7,
|
||||
0x4f, 0x9f, 0xef, 0xf4, 0xe9, 0xee, 0x73, 0x4e, 0x9f, 0x1e, 0x41, 0xc9, 0x1b, 0x76, 0xd7, 0x87,
|
||||
0x9e, 0x1b, 0xb8, 0xa8, 0x42, 0x82, 0x6e, 0xcf, 0x27, 0xde, 0x98, 0x78, 0xc3, 0x93, 0xe6, 0xe2,
|
||||
0xa9, 0x7b, 0xea, 0xb2, 0x8e, 0x0d, 0xfa, 0x8b, 0xf3, 0x34, 0x1b, 0x94, 0x67, 0xc3, 0x1a, 0xda,
|
||||
0x1b, 0x83, 0x71, 0xb7, 0x3b, 0x3c, 0xd9, 0x38, 0x1f, 0x8b, 0x9e, 0x66, 0xd8, 0x63, 0x8d, 0x82,
|
||||
0xb3, 0xe1, 0x09, 0xfb, 0x23, 0xfa, 0x6e, 0x9d, 0xba, 0xee, 0x69, 0x9f, 0xf0, 0x5e, 0xc7, 0x71,
|
||||
0x03, 0x2b, 0xb0, 0x5d, 0xc7, 0xe7, 0xbd, 0xf8, 0x2f, 0x0c, 0xa8, 0x99, 0xc4, 0x1f, 0xba, 0x8e,
|
||||
0x4f, 0x9e, 0x12, 0xab, 0x47, 0x3c, 0x74, 0x1b, 0xa0, 0xdb, 0x1f, 0xf9, 0x01, 0xf1, 0x8e, 0xed,
|
||||
0x5e, 0xc3, 0x58, 0x35, 0xd6, 0xa6, 0xcd, 0x92, 0xa0, 0xec, 0xf4, 0xd0, 0x1b, 0x50, 0x1a, 0x90,
|
||||
0xc1, 0x09, 0xef, 0xcd, 0xb1, 0xde, 0x59, 0x4e, 0xd8, 0xe9, 0xa1, 0x26, 0xcc, 0x7a, 0x64, 0x6c,
|
||||
0xfb, 0xb6, 0xeb, 0x34, 0xf2, 0xab, 0xc6, 0x5a, 0xde, 0x0c, 0xdb, 0x74, 0xa0, 0x67, 0xbd, 0x0c,
|
||||
0x8e, 0x03, 0xe2, 0x0d, 0x1a, 0xd3, 0x7c, 0x20, 0x25, 0x74, 0x88, 0x37, 0xc0, 0x3f, 0x99, 0x81,
|
||||
0x8a, 0x69, 0x39, 0xa7, 0xc4, 0x24, 0x3f, 0x1c, 0x11, 0x3f, 0x40, 0x75, 0xc8, 0x9f, 0x93, 0x4b,
|
||||
0x06, 0x5f, 0x31, 0xe9, 0x4f, 0x3e, 0xde, 0x39, 0x25, 0xc7, 0xc4, 0xe1, 0xc0, 0x15, 0x3a, 0xde,
|
||||
0x39, 0x25, 0x6d, 0xa7, 0x87, 0x16, 0x61, 0xa6, 0x6f, 0x0f, 0xec, 0x40, 0xa0, 0xf2, 0x86, 0xa6,
|
||||
0xce, 0x74, 0x4c, 0x9d, 0x2d, 0x00, 0xdf, 0xf5, 0x82, 0x63, 0xd7, 0xeb, 0x11, 0xaf, 0x31, 0xb3,
|
||||
0x6a, 0xac, 0xd5, 0x36, 0xdf, 0x5a, 0x57, 0x97, 0x61, 0x5d, 0x55, 0x68, 0xfd, 0xc8, 0xf5, 0x82,
|
||||
0x03, 0xca, 0x6b, 0x96, 0x7c, 0xf9, 0x13, 0x7d, 0x08, 0x65, 0x26, 0x24, 0xb0, 0xbc, 0x53, 0x12,
|
||||
0x34, 0x0a, 0x4c, 0xca, 0xbd, 0x6b, 0xa4, 0x74, 0x18, 0xb3, 0xc9, 0xe0, 0xf9, 0x6f, 0x84, 0xa1,
|
||||
0xe2, 0x13, 0xcf, 0xb6, 0xfa, 0xf6, 0x17, 0xd6, 0x49, 0x9f, 0x34, 0x8a, 0xab, 0xc6, 0xda, 0xac,
|
||||
0xa9, 0xd1, 0xe8, 0xfc, 0xcf, 0xc9, 0xa5, 0x7f, 0xec, 0x3a, 0xfd, 0xcb, 0xc6, 0x2c, 0x63, 0x98,
|
||||
0xa5, 0x84, 0x03, 0xa7, 0x7f, 0xc9, 0x16, 0xcd, 0x1d, 0x39, 0x01, 0xef, 0x2d, 0xb1, 0xde, 0x12,
|
||||
0xa3, 0xb0, 0xee, 0x35, 0xa8, 0x0f, 0x6c, 0xe7, 0x78, 0xe0, 0xf6, 0x8e, 0x43, 0x83, 0x00, 0x33,
|
||||
0x48, 0x6d, 0x60, 0x3b, 0xcf, 0xdc, 0x9e, 0x29, 0xcd, 0x42, 0x39, 0xad, 0x0b, 0x9d, 0xb3, 0x2c,
|
||||
0x38, 0xad, 0x0b, 0x95, 0x73, 0x1d, 0x16, 0xa8, 0xcc, 0xae, 0x47, 0xac, 0x80, 0x44, 0xcc, 0x15,
|
||||
0xc6, 0x3c, 0x3f, 0xb0, 0x9d, 0x2d, 0xd6, 0xa3, 0xf1, 0x5b, 0x17, 0x09, 0xfe, 0xaa, 0xe0, 0xb7,
|
||||
0x2e, 0x74, 0x7e, 0xbc, 0x0e, 0xa5, 0xd0, 0xe6, 0x68, 0x16, 0xa6, 0xf7, 0x0f, 0xf6, 0xdb, 0xf5,
|
||||
0x29, 0x04, 0x50, 0x68, 0x1d, 0x6d, 0xb5, 0xf7, 0xb7, 0xeb, 0x06, 0x2a, 0x43, 0x71, 0xbb, 0xcd,
|
||||
0x1b, 0x39, 0xfc, 0x18, 0x20, 0xb2, 0x2e, 0x2a, 0x42, 0x7e, 0xb7, 0xfd, 0x59, 0x7d, 0x8a, 0xf2,
|
||||
0xbc, 0x68, 0x9b, 0x47, 0x3b, 0x07, 0xfb, 0x75, 0x83, 0x0e, 0xde, 0x32, 0xdb, 0xad, 0x4e, 0xbb,
|
||||
0x9e, 0xa3, 0x1c, 0xcf, 0x0e, 0xb6, 0xeb, 0x79, 0x54, 0x82, 0x99, 0x17, 0xad, 0xbd, 0xe7, 0xed,
|
||||
0xfa, 0x34, 0xfe, 0xb9, 0x01, 0x55, 0xb1, 0x5e, 0xfc, 0x4c, 0xa0, 0xef, 0x40, 0xe1, 0x8c, 0x9d,
|
||||
0x0b, 0xb6, 0x15, 0xcb, 0x9b, 0xb7, 0x62, 0x8b, 0xab, 0x9d, 0x1d, 0x53, 0xf0, 0x22, 0x0c, 0xf9,
|
||||
0xf3, 0xb1, 0xdf, 0xc8, 0xad, 0xe6, 0xd7, 0xca, 0x9b, 0xf5, 0x75, 0x7e, 0x5e, 0xd7, 0x77, 0xc9,
|
||||
0xe5, 0x0b, 0xab, 0x3f, 0x22, 0x26, 0xed, 0x44, 0x08, 0xa6, 0x07, 0xae, 0x47, 0xd8, 0x8e, 0x9d,
|
||||
0x35, 0xd9, 0x6f, 0xba, 0x8d, 0xd9, 0xa2, 0x89, 0xdd, 0xca, 0x1b, 0xf8, 0x97, 0x06, 0xc0, 0xe1,
|
||||
0x28, 0xc8, 0x3e, 0x1a, 0x8b, 0x30, 0x33, 0xa6, 0x82, 0xc5, 0xb1, 0xe0, 0x0d, 0x76, 0x26, 0x88,
|
||||
0xe5, 0x93, 0xf0, 0x4c, 0xd0, 0x06, 0xba, 0x01, 0xc5, 0xa1, 0x47, 0xc6, 0xc7, 0xe7, 0x63, 0x06,
|
||||
0x32, 0x6b, 0x16, 0x68, 0x73, 0x77, 0x8c, 0xde, 0x84, 0x8a, 0x7d, 0xea, 0xb8, 0x1e, 0x39, 0xe6,
|
||||
0xb2, 0x66, 0x58, 0x6f, 0x99, 0xd3, 0x98, 0xde, 0x0a, 0x0b, 0x17, 0x5c, 0x50, 0x59, 0xf6, 0x28,
|
||||
0x09, 0x3b, 0x50, 0x66, 0xaa, 0x4e, 0x64, 0xbe, 0x77, 0x22, 0x1d, 0x73, 0x6c, 0x58, 0xd2, 0x84,
|
||||
0x42, 0x6b, 0xfc, 0x03, 0x40, 0xdb, 0xa4, 0x4f, 0x02, 0x32, 0x89, 0xf7, 0x50, 0x6c, 0x92, 0x57,
|
||||
0x6d, 0x82, 0x7f, 0x66, 0xc0, 0x82, 0x26, 0x7e, 0xa2, 0x69, 0x35, 0xa0, 0xd8, 0x63, 0xc2, 0xb8,
|
||||
0x06, 0x79, 0x53, 0x36, 0xd1, 0x43, 0x98, 0x15, 0x0a, 0xf8, 0x8d, 0x7c, 0xc6, 0xa6, 0x29, 0x72,
|
||||
0x9d, 0x7c, 0xfc, 0xcb, 0x1c, 0x94, 0xc4, 0x44, 0x0f, 0x86, 0xa8, 0x05, 0x55, 0x8f, 0x37, 0x8e,
|
||||
0xd9, 0x7c, 0x84, 0x46, 0xcd, 0x6c, 0x27, 0xf4, 0x74, 0xca, 0xac, 0x88, 0x21, 0x8c, 0x8c, 0x7e,
|
||||
0x17, 0xca, 0x52, 0xc4, 0x70, 0x14, 0x08, 0x93, 0x37, 0x74, 0x01, 0xd1, 0xfe, 0x7b, 0x3a, 0x65,
|
||||
0x82, 0x60, 0x3f, 0x1c, 0x05, 0xa8, 0x03, 0x8b, 0x72, 0x30, 0x9f, 0x8d, 0x50, 0x23, 0xcf, 0xa4,
|
||||
0xac, 0xea, 0x52, 0x92, 0x4b, 0xf5, 0x74, 0xca, 0x44, 0x62, 0xbc, 0xd2, 0xa9, 0xaa, 0x14, 0x5c,
|
||||
0x70, 0xe7, 0x9d, 0x50, 0xa9, 0x73, 0xe1, 0x24, 0x55, 0xea, 0x5c, 0x38, 0x8f, 0x4b, 0x50, 0x14,
|
||||
0x2d, 0xfc, 0xcf, 0x39, 0x00, 0xb9, 0x1a, 0x07, 0x43, 0xb4, 0x0d, 0x35, 0x4f, 0xb4, 0x34, 0x6b,
|
||||
0xbd, 0x91, 0x6a, 0x2d, 0xb1, 0x88, 0x53, 0x66, 0x55, 0x0e, 0xe2, 0xca, 0x7d, 0x0f, 0x2a, 0xa1,
|
||||
0x94, 0xc8, 0x60, 0x37, 0x53, 0x0c, 0x16, 0x4a, 0x28, 0xcb, 0x01, 0xd4, 0x64, 0x9f, 0xc0, 0x52,
|
||||
0x38, 0x3e, 0xc5, 0x66, 0x6f, 0x5e, 0x61, 0xb3, 0x50, 0xe0, 0x82, 0x94, 0xa0, 0x5a, 0x4d, 0x55,
|
||||
0x2c, 0x32, 0xdb, 0xcd, 0x14, 0xb3, 0x25, 0x15, 0xa3, 0x86, 0x03, 0x1a, 0x2f, 0x79, 0x13, 0xff,
|
||||
0x4f, 0x1e, 0x8a, 0x5b, 0xee, 0x60, 0x68, 0x79, 0x74, 0x35, 0x0a, 0x1e, 0xf1, 0x47, 0xfd, 0x80,
|
||||
0x99, 0xab, 0xb6, 0x79, 0x57, 0x97, 0x28, 0xd8, 0xe4, 0x5f, 0x93, 0xb1, 0x9a, 0x62, 0x08, 0x1d,
|
||||
0x2c, 0xc2, 0x63, 0xee, 0x35, 0x06, 0x8b, 0xe0, 0x28, 0x86, 0xc8, 0x83, 0x9c, 0x8f, 0x0e, 0x72,
|
||||
0x13, 0x8a, 0x63, 0xe2, 0x45, 0x21, 0xfd, 0xe9, 0x94, 0x29, 0x09, 0xe8, 0x1d, 0x98, 0x8b, 0x87,
|
||||
0x97, 0x19, 0xc1, 0x53, 0xeb, 0xea, 0xd1, 0xe8, 0x2e, 0x54, 0xb4, 0x18, 0x57, 0x10, 0x7c, 0xe5,
|
||||
0x81, 0x12, 0xe2, 0x96, 0xa5, 0x5f, 0xa5, 0xf1, 0xb8, 0xf2, 0x74, 0x4a, 0x7a, 0xd6, 0x65, 0xe9,
|
||||
0x59, 0x67, 0xc5, 0x28, 0xe1, 0x5b, 0x35, 0x27, 0xf3, 0x7d, 0xdd, 0xc9, 0xe0, 0xef, 0x43, 0x55,
|
||||
0x33, 0x10, 0x8d, 0x3b, 0xed, 0x8f, 0x9f, 0xb7, 0xf6, 0x78, 0x90, 0x7a, 0xc2, 0xe2, 0x92, 0x59,
|
||||
0x37, 0x68, 0xac, 0xdb, 0x6b, 0x1f, 0x1d, 0xd5, 0x73, 0xa8, 0x0a, 0xa5, 0xfd, 0x83, 0xce, 0x31,
|
||||
0xe7, 0xca, 0xe3, 0x27, 0xa1, 0x04, 0x11, 0xe4, 0x94, 0xd8, 0x36, 0xa5, 0xc4, 0x36, 0x43, 0xc6,
|
||||
0xb6, 0x5c, 0x14, 0xdb, 0x58, 0x98, 0xdb, 0x6b, 0xb7, 0x8e, 0xda, 0xf5, 0xe9, 0xc7, 0x35, 0xa8,
|
||||
0x70, 0xfb, 0x1e, 0x8f, 0x1c, 0x1a, 0x6a, 0xff, 0xd1, 0x00, 0x88, 0x4e, 0x13, 0xda, 0x80, 0x62,
|
||||
0x97, 0xe3, 0x34, 0x0c, 0xe6, 0x8c, 0x96, 0x52, 0x97, 0xcc, 0x94, 0x5c, 0xe8, 0x5b, 0x50, 0xf4,
|
||||
0x47, 0xdd, 0x2e, 0xf1, 0x65, 0xc8, 0xbb, 0x11, 0xf7, 0x87, 0xc2, 0x5b, 0x99, 0x92, 0x8f, 0x0e,
|
||||
0x79, 0x69, 0xd9, 0xfd, 0x11, 0x0b, 0x80, 0x57, 0x0f, 0x11, 0x7c, 0xf8, 0x6f, 0x0d, 0x28, 0x2b,
|
||||
0x9b, 0xf7, 0xb7, 0x74, 0xc2, 0xb7, 0xa0, 0xc4, 0x74, 0x20, 0x3d, 0xe1, 0x86, 0x67, 0xcd, 0x88,
|
||||
0x80, 0x7e, 0x07, 0x4a, 0xf2, 0x04, 0x48, 0x4f, 0xdc, 0x48, 0x17, 0x7b, 0x30, 0x34, 0x23, 0x56,
|
||||
0xbc, 0x0b, 0xf3, 0xcc, 0x2a, 0x5d, 0x9a, 0x5c, 0x4b, 0x3b, 0xaa, 0xe9, 0xa7, 0x11, 0x4b, 0x3f,
|
||||
0x9b, 0x30, 0x3b, 0x3c, 0xbb, 0xf4, 0xed, 0xae, 0xd5, 0x17, 0x5a, 0x84, 0x6d, 0xfc, 0x11, 0x20,
|
||||
0x55, 0xd8, 0x24, 0xd3, 0xc5, 0x55, 0x28, 0x3f, 0xb5, 0xfc, 0x33, 0xa1, 0x12, 0x7e, 0x08, 0x55,
|
||||
0xda, 0xdc, 0x7d, 0xf1, 0x1a, 0x3a, 0xb2, 0xcb, 0x81, 0xe4, 0x9e, 0xc8, 0xe6, 0x08, 0xa6, 0xcf,
|
||||
0x2c, 0xff, 0x8c, 0x4d, 0xb4, 0x6a, 0xb2, 0xdf, 0xe8, 0x1d, 0xa8, 0x77, 0xf9, 0x24, 0x8f, 0x63,
|
||||
0x57, 0x86, 0x39, 0x41, 0x0f, 0x33, 0xc1, 0x4f, 0xa1, 0xc2, 0xe7, 0xf0, 0x55, 0x2b, 0x81, 0xe7,
|
||||
0x61, 0xee, 0xc8, 0xb1, 0x86, 0xfe, 0x99, 0x2b, 0xa3, 0x1b, 0xfe, 0x07, 0x03, 0xea, 0x11, 0x6d,
|
||||
0x22, 0xc4, 0xb7, 0x61, 0xce, 0x23, 0x03, 0xcb, 0x76, 0x6c, 0xe7, 0xf4, 0xf8, 0xe4, 0x32, 0x20,
|
||||
0xbe, 0xb8, 0x30, 0xd5, 0x42, 0xf2, 0x63, 0x4a, 0xa5, 0xaa, 0x9d, 0xf4, 0xdd, 0x13, 0xe1, 0xe6,
|
||||
0xd8, 0x6f, 0x9a, 0x2c, 0xa8, 0x7e, 0xae, 0x14, 0x7a, 0x39, 0xfc, 0xd3, 0x1c, 0x54, 0x3e, 0xb1,
|
||||
0x82, 0xae, 0x5c, 0x54, 0xb4, 0x03, 0xb5, 0xd0, 0xed, 0x31, 0x8a, 0xd0, 0x32, 0x16, 0x7c, 0xd9,
|
||||
0x18, 0x99, 0x64, 0xcb, 0xb8, 0x59, 0xed, 0xaa, 0x04, 0x26, 0xca, 0x72, 0xba, 0xa4, 0x1f, 0x8a,
|
||||
0xca, 0x65, 0x8b, 0x62, 0x8c, 0xaa, 0x28, 0x95, 0x80, 0x0e, 0xa0, 0x3e, 0xf4, 0xdc, 0x53, 0x8f,
|
||||
0xf8, 0x7e, 0x28, 0x8c, 0x07, 0x38, 0x9c, 0x22, 0xec, 0x50, 0xb0, 0x46, 0xe2, 0xe6, 0x86, 0x3a,
|
||||
0xe9, 0xf1, 0x5c, 0x94, 0xe9, 0x70, 0xb7, 0xf5, 0x1f, 0x39, 0x40, 0xc9, 0x49, 0xfd, 0xa6, 0xc9,
|
||||
0xdf, 0x3d, 0xa8, 0xf9, 0x81, 0xe5, 0x25, 0xb6, 0x61, 0x95, 0x51, 0xc3, 0x58, 0xf0, 0x36, 0x84,
|
||||
0x0a, 0x1d, 0x3b, 0x6e, 0x60, 0xbf, 0xbc, 0x14, 0xf9, 0x73, 0x4d, 0x92, 0xf7, 0x19, 0x15, 0xb5,
|
||||
0xa1, 0xf8, 0xd2, 0xee, 0x07, 0xc4, 0xf3, 0x1b, 0x33, 0xab, 0xf9, 0xb5, 0xda, 0xe6, 0xc3, 0xeb,
|
||||
0x96, 0x61, 0xfd, 0x43, 0xc6, 0xdf, 0xb9, 0x1c, 0x12, 0x53, 0x8e, 0x55, 0x73, 0xd2, 0x82, 0x96,
|
||||
0xa7, 0xdf, 0x84, 0xd9, 0x57, 0x54, 0x04, 0xbd, 0x7f, 0x17, 0x79, 0x1a, 0xc9, 0xda, 0xfc, 0xfa,
|
||||
0xfd, 0xd2, 0xb3, 0x4e, 0x07, 0xc4, 0x09, 0xe4, 0x0d, 0x51, 0xb6, 0xf1, 0x3d, 0x80, 0x08, 0x86,
|
||||
0x06, 0x83, 0xfd, 0x83, 0xc3, 0xe7, 0x9d, 0xfa, 0x14, 0xaa, 0xc0, 0xec, 0xfe, 0xc1, 0x76, 0x7b,
|
||||
0xaf, 0x4d, 0x23, 0x07, 0xde, 0x90, 0x26, 0xd5, 0xd6, 0x52, 0xc5, 0x34, 0x34, 0x4c, 0xbc, 0x0c,
|
||||
0x8b, 0x69, 0x0b, 0x48, 0xb3, 0xd4, 0xaa, 0xd8, 0xa5, 0x13, 0x1d, 0x22, 0x15, 0x3a, 0xa7, 0x4f,
|
||||
0xb7, 0x01, 0x45, 0xbe, 0x7b, 0x7b, 0x22, 0x6d, 0x97, 0x4d, 0x6a, 0x08, 0xbe, 0x19, 0x49, 0x4f,
|
||||
0xac, 0x52, 0xd8, 0x4e, 0x75, 0x3c, 0x33, 0xa9, 0x8e, 0x07, 0xdd, 0x85, 0x6a, 0x78, 0x1a, 0x2c,
|
||||
0x5f, 0x64, 0x09, 0x25, 0xb3, 0x22, 0x37, 0x3a, 0xa5, 0x69, 0x46, 0x2f, 0xea, 0x46, 0x47, 0xf7,
|
||||
0xa0, 0x40, 0xc6, 0xc4, 0x09, 0xfc, 0x46, 0x99, 0xc5, 0x92, 0xaa, 0xcc, 0xea, 0xdb, 0x94, 0x6a,
|
||||
0x8a, 0x4e, 0xfc, 0x5d, 0x98, 0x67, 0xb7, 0xa7, 0x27, 0x9e, 0xe5, 0xa8, 0xd7, 0xbc, 0x4e, 0x67,
|
||||
0x4f, 0x98, 0x9b, 0xfe, 0x44, 0x35, 0xc8, 0xed, 0x6c, 0x0b, 0x23, 0xe4, 0x76, 0xb6, 0xf1, 0x8f,
|
||||
0x0d, 0x40, 0xea, 0xb8, 0x89, 0xec, 0x1c, 0x13, 0x2e, 0xe1, 0xf3, 0x11, 0xfc, 0x22, 0xcc, 0x10,
|
||||
0xcf, 0x73, 0x3d, 0xe1, 0x8f, 0x78, 0x03, 0xbf, 0x25, 0x74, 0x30, 0xc9, 0xd8, 0x3d, 0x0f, 0xcf,
|
||||
0x20, 0x97, 0x66, 0x84, 0xaa, 0xee, 0xc2, 0x82, 0xc6, 0x35, 0x51, 0x4c, 0xfb, 0x10, 0xe6, 0x98,
|
||||
0xb0, 0xad, 0x33, 0xd2, 0x3d, 0x1f, 0xba, 0xb6, 0x93, 0xc0, 0xa3, 0x2b, 0x17, 0xb9, 0x5e, 0x3a,
|
||||
0x0f, 0x3e, 0xb1, 0x4a, 0x48, 0xec, 0x74, 0xf6, 0xf0, 0x67, 0xb0, 0x1c, 0x93, 0x23, 0xd5, 0xff,
|
||||
0x03, 0x28, 0x77, 0x43, 0xa2, 0x2f, 0xb2, 0xa0, 0xdb, 0xba, 0x72, 0xf1, 0xa1, 0xea, 0x08, 0x7c,
|
||||
0x00, 0x37, 0x12, 0xa2, 0x27, 0x9a, 0xf3, 0xdb, 0xb0, 0xc4, 0x04, 0xee, 0x12, 0x32, 0x6c, 0xf5,
|
||||
0xed, 0x71, 0xa6, 0xa5, 0x87, 0x62, 0x52, 0x0a, 0xe3, 0xd7, 0xbb, 0x2f, 0xf0, 0xef, 0x09, 0xc4,
|
||||
0x8e, 0x3d, 0x20, 0x1d, 0x77, 0x2f, 0x5b, 0x37, 0x1a, 0xe7, 0xce, 0xc9, 0xa5, 0x2f, 0x12, 0x1e,
|
||||
0xf6, 0x1b, 0xff, 0x93, 0x21, 0x4c, 0xa5, 0x0e, 0xff, 0x9a, 0x77, 0xf2, 0x0a, 0xc0, 0x29, 0x3d,
|
||||
0x32, 0xa4, 0x47, 0x3b, 0x78, 0xad, 0x45, 0xa1, 0x84, 0x7a, 0x52, 0xff, 0x5d, 0x11, 0x7a, 0x2e,
|
||||
0x8a, 0x7d, 0xce, 0xfe, 0x09, 0xbd, 0xdc, 0x6d, 0x28, 0x33, 0xc2, 0x51, 0x60, 0x05, 0x23, 0x3f,
|
||||
0xb1, 0x18, 0x7f, 0x26, 0xb6, 0xbd, 0x1c, 0x34, 0xd1, 0xbc, 0xbe, 0x05, 0x05, 0x76, 0xcd, 0x90,
|
||||
0x49, 0xf6, 0xcd, 0x94, 0xfd, 0xc8, 0xf5, 0x30, 0x05, 0x23, 0xfe, 0xa9, 0x01, 0x85, 0x67, 0xac,
|
||||
0x38, 0xab, 0xa8, 0x36, 0x2d, 0xd7, 0xc2, 0xb1, 0x06, 0xbc, 0x64, 0x54, 0x32, 0xd9, 0x6f, 0x96,
|
||||
0x94, 0x12, 0xe2, 0x3d, 0x37, 0xf7, 0x78, 0xf2, 0x5b, 0x32, 0xc3, 0x36, 0xb5, 0x59, 0xb7, 0x6f,
|
||||
0x13, 0x27, 0x60, 0xbd, 0xd3, 0xac, 0x57, 0xa1, 0xd0, 0xbc, 0xda, 0xf6, 0xf7, 0x88, 0xe5, 0x39,
|
||||
0xa2, 0x9c, 0x3a, 0x6b, 0x46, 0x04, 0xbc, 0x07, 0x75, 0xae, 0x47, 0xab, 0xd7, 0x53, 0x52, 0xcf,
|
||||
0x10, 0xcd, 0x88, 0xa1, 0x69, 0xd2, 0x72, 0x71, 0x69, 0xbf, 0x30, 0x60, 0x5e, 0x11, 0x37, 0x91,
|
||||
0x55, 0xdf, 0x85, 0x02, 0x2f, 0x5f, 0x8b, 0x4c, 0x67, 0x51, 0x1f, 0xc5, 0x61, 0x4c, 0xc1, 0x83,
|
||||
0xd6, 0xa1, 0xc8, 0x7f, 0xc9, 0xdb, 0x41, 0x3a, 0xbb, 0x64, 0xc2, 0xf7, 0x60, 0x41, 0x90, 0xc8,
|
||||
0xc0, 0x4d, 0x3b, 0x18, 0x6c, 0x31, 0xf0, 0x9f, 0xc0, 0xa2, 0xce, 0x36, 0xd1, 0x94, 0x14, 0x25,
|
||||
0x73, 0xaf, 0xa3, 0x64, 0x4b, 0x2a, 0xf9, 0x7c, 0xd8, 0x53, 0xf2, 0xa8, 0xf8, 0x8e, 0x51, 0xd7,
|
||||
0x2b, 0xa7, 0xaf, 0x57, 0x34, 0x01, 0x29, 0xe2, 0x1b, 0x9d, 0xc0, 0x07, 0x72, 0x3b, 0xec, 0xd9,
|
||||
0x7e, 0xe8, 0xc3, 0x31, 0x54, 0xfa, 0xb6, 0x43, 0x2c, 0x4f, 0xd4, 0xd4, 0x0d, 0x5e, 0x53, 0x57,
|
||||
0x69, 0xf8, 0x0b, 0x40, 0xea, 0xc0, 0x6f, 0x54, 0xe9, 0xfb, 0xd2, 0x64, 0x87, 0x9e, 0x3b, 0x70,
|
||||
0x33, 0xcd, 0x8e, 0xff, 0x14, 0x96, 0x62, 0x7c, 0xdf, 0xa8, 0x9a, 0x0b, 0x30, 0xbf, 0x4d, 0x64,
|
||||
0x42, 0x23, 0xdd, 0xde, 0x47, 0x80, 0x54, 0xe2, 0x44, 0x91, 0x6d, 0x03, 0xe6, 0x9f, 0xb9, 0x63,
|
||||
0xea, 0x22, 0x29, 0x35, 0xf2, 0x0d, 0xbc, 0x42, 0x11, 0x9a, 0x22, 0x6c, 0x53, 0x70, 0x75, 0xc0,
|
||||
0x44, 0xe0, 0xff, 0x66, 0x40, 0xa5, 0xd5, 0xb7, 0xbc, 0x81, 0x04, 0xfe, 0x1e, 0x14, 0xf8, 0xbd,
|
||||
0x5b, 0x94, 0xba, 0xee, 0xeb, 0x62, 0x54, 0x5e, 0xde, 0x68, 0xf1, 0x5b, 0xba, 0x18, 0x45, 0x15,
|
||||
0x17, 0xaf, 0x61, 0xdb, 0xb1, 0xd7, 0xb1, 0x6d, 0xf4, 0x1e, 0xcc, 0x58, 0x74, 0x08, 0x0b, 0x45,
|
||||
0xb5, 0x78, 0xc5, 0x83, 0x49, 0x63, 0x77, 0x00, 0xce, 0x85, 0xbf, 0x03, 0x65, 0x05, 0x01, 0x15,
|
||||
0x21, 0xff, 0xa4, 0x2d, 0x12, 0xf6, 0xd6, 0x56, 0x67, 0xe7, 0x05, 0x2f, 0xf5, 0xd4, 0x00, 0xb6,
|
||||
0xdb, 0x61, 0x3b, 0x87, 0x3f, 0x15, 0xa3, 0x84, 0xdb, 0x57, 0xf5, 0x31, 0xb2, 0xf4, 0xc9, 0xbd,
|
||||
0x96, 0x3e, 0x17, 0x50, 0x15, 0xd3, 0x9f, 0x34, 0x8c, 0x31, 0x79, 0x19, 0x61, 0x4c, 0x51, 0xde,
|
||||
0x14, 0x8c, 0xf8, 0x57, 0x06, 0xd4, 0xb7, 0xdd, 0x57, 0xce, 0xa9, 0x67, 0xf5, 0xc2, 0x73, 0xf2,
|
||||
0x61, 0x6c, 0xa5, 0xd6, 0x63, 0x65, 0xd3, 0x18, 0x7f, 0x44, 0x88, 0xad, 0x98, 0x72, 0xd1, 0xce,
|
||||
0xe9, 0x17, 0xed, 0x0f, 0x60, 0x2e, 0x36, 0x88, 0xda, 0xfe, 0x45, 0x6b, 0x6f, 0x67, 0x9b, 0xda,
|
||||
0x9a, 0x95, 0xdc, 0xda, 0xfb, 0xad, 0xc7, 0x7b, 0x6d, 0xf1, 0xb4, 0xd4, 0xda, 0xdf, 0x6a, 0xef,
|
||||
0xd5, 0x73, 0xb8, 0x0b, 0xf3, 0x0a, 0xfc, 0xa4, 0x6f, 0x06, 0x19, 0xda, 0xcd, 0x41, 0x55, 0x44,
|
||||
0x7b, 0x71, 0x28, 0xff, 0x35, 0x07, 0x35, 0x49, 0xf9, 0x7a, 0x30, 0xd1, 0x32, 0x14, 0x7a, 0x27,
|
||||
0x47, 0xf6, 0x17, 0xf2, 0x4d, 0x49, 0xb4, 0x28, 0xbd, 0xcf, 0x71, 0xf8, 0xc3, 0xae, 0x68, 0xd1,
|
||||
0x30, 0xee, 0x59, 0x2f, 0x83, 0x1d, 0xa7, 0x47, 0x2e, 0x58, 0x52, 0x30, 0x6d, 0x46, 0x04, 0x56,
|
||||
0x7b, 0x12, 0x0f, 0xc0, 0xec, 0x66, 0xa5, 0x3c, 0x08, 0xa3, 0x07, 0x50, 0xa7, 0xbf, 0x5b, 0xc3,
|
||||
0x61, 0xdf, 0x26, 0x3d, 0x2e, 0xa0, 0xc8, 0x78, 0x12, 0x74, 0x8a, 0xce, 0xee, 0x22, 0x7e, 0x63,
|
||||
0x96, 0x85, 0x25, 0xd1, 0x42, 0xab, 0x50, 0xe6, 0xfa, 0xed, 0x38, 0xcf, 0x7d, 0xc2, 0x5e, 0x45,
|
||||
0xf3, 0xa6, 0x4a, 0xd2, 0xd3, 0x0c, 0x88, 0xa7, 0x19, 0x0b, 0x30, 0xdf, 0x1a, 0x05, 0x67, 0x6d,
|
||||
0x87, 0xc6, 0x0a, 0x69, 0xe5, 0x45, 0x40, 0x94, 0xb8, 0x6d, 0xfb, 0x2a, 0x55, 0xb0, 0xea, 0x0b,
|
||||
0xd2, 0x86, 0x05, 0x4a, 0x24, 0x4e, 0x60, 0x77, 0x95, 0xb8, 0x2a, 0x33, 0x2f, 0x23, 0x96, 0x79,
|
||||
0x59, 0xbe, 0xff, 0xca, 0xf5, 0x7a, 0xc2, 0xe6, 0x61, 0x1b, 0xff, 0xbd, 0xc1, 0x21, 0x9f, 0xfb,
|
||||
0x5a, 0xfa, 0xf4, 0x1b, 0x8a, 0x41, 0xef, 0x43, 0xd1, 0x1d, 0xb2, 0xb7, 0x7f, 0x51, 0x86, 0x59,
|
||||
0x5e, 0xe7, 0x5f, 0x0b, 0xac, 0x0b, 0xc1, 0x07, 0xbc, 0xd7, 0x94, 0x6c, 0xe8, 0x3e, 0xd4, 0xce,
|
||||
0x2c, 0xff, 0x8c, 0xf4, 0x0e, 0xa5, 0x4c, 0x7e, 0xf3, 0x8b, 0x51, 0xf1, 0x5a, 0xa4, 0xdf, 0x13,
|
||||
0x12, 0x5c, 0xa1, 0x1f, 0x7e, 0x08, 0x4b, 0x92, 0x53, 0xbc, 0x5b, 0x5c, 0xc1, 0xfc, 0x0a, 0x6e,
|
||||
0x4b, 0xe6, 0xad, 0x33, 0xcb, 0x39, 0x25, 0x12, 0xf0, 0xb7, 0xb5, 0x40, 0x72, 0x3e, 0xf9, 0xd4,
|
||||
0xf9, 0x3c, 0x86, 0x46, 0x38, 0x1f, 0x76, 0xb3, 0x76, 0xfb, 0xaa, 0xa2, 0x23, 0x5f, 0x9c, 0xa7,
|
||||
0x92, 0xc9, 0x7e, 0x53, 0x9a, 0xe7, 0xf6, 0xc3, 0x54, 0x9a, 0xfe, 0xc6, 0x5b, 0x70, 0x53, 0xca,
|
||||
0x10, 0x77, 0x5e, 0x5d, 0x48, 0x42, 0xf1, 0x34, 0x21, 0xc2, 0xb0, 0x74, 0xe8, 0xd5, 0x0b, 0xaf,
|
||||
0x72, 0xea, 0x4b, 0xc0, 0x64, 0x1a, 0x8a, 0xcc, 0x25, 0xbe, 0x29, 0xa9, 0x62, 0x4a, 0xb6, 0x24,
|
||||
0xc9, 0x54, 0x80, 0x4a, 0x16, 0x0b, 0x46, 0xc9, 0x89, 0x05, 0x4b, 0x88, 0xfe, 0x01, 0xac, 0x84,
|
||||
0x4a, 0x50, 0xbb, 0x1d, 0x12, 0x6f, 0x60, 0xfb, 0xbe, 0x52, 0x11, 0x4f, 0x9b, 0xf8, 0x7d, 0x98,
|
||||
0x1e, 0x12, 0x11, 0x84, 0xca, 0x9b, 0x48, 0x6e, 0x4a, 0x65, 0x30, 0xeb, 0xc7, 0x3d, 0xb8, 0x23,
|
||||
0xa5, 0x73, 0x8b, 0xa6, 0x8a, 0x8f, 0x2b, 0x25, 0xab, 0x81, 0xb9, 0x8c, 0x6a, 0x60, 0x3e, 0xf6,
|
||||
0x4a, 0xf3, 0x11, 0x37, 0xa4, 0x3c, 0xf3, 0x13, 0x25, 0x17, 0xbb, 0xdc, 0xa6, 0xa1, 0xab, 0x98,
|
||||
0x48, 0xd8, 0x5f, 0x0a, 0x2f, 0xf0, 0x55, 0x79, 0x78, 0xc2, 0x66, 0x28, 0x9f, 0x40, 0x64, 0x93,
|
||||
0x66, 0xcd, 0x74, 0x01, 0x4c, 0xb5, 0x16, 0x3a, 0x6d, 0x6a, 0x34, 0x7c, 0x02, 0x8b, 0xba, 0x5f,
|
||||
0x9b, 0x48, 0x97, 0x45, 0x98, 0x09, 0xdc, 0x73, 0x22, 0x63, 0x0d, 0x6f, 0x48, 0xdb, 0x85, 0x3e,
|
||||
0x6f, 0x22, 0xdb, 0x59, 0x91, 0x30, 0x76, 0x3a, 0x26, 0xd5, 0x97, 0x6e, 0x2c, 0x79, 0x07, 0xe2,
|
||||
0x0d, 0xbc, 0x0f, 0xcb, 0x71, 0xcf, 0x36, 0x91, 0xca, 0x2f, 0xf8, 0x59, 0x4a, 0x73, 0x7e, 0x13,
|
||||
0xc9, 0xfd, 0x38, 0xf2, 0x4b, 0x8a, 0x6f, 0x9b, 0x48, 0xa4, 0x09, 0xcd, 0x34, 0x57, 0xf7, 0x55,
|
||||
0x1c, 0x9d, 0xd0, 0xf3, 0x4d, 0x24, 0xcc, 0x8f, 0x84, 0x4d, 0xbe, 0xfc, 0x91, 0xbb, 0xca, 0x5f,
|
||||
0xe9, 0xae, 0xc4, 0x21, 0x89, 0x1c, 0xea, 0xd7, 0xb0, 0xe9, 0x04, 0x46, 0xe4, 0xcb, 0x27, 0xc5,
|
||||
0xa0, 0xe1, 0x2c, 0xc4, 0x60, 0x0d, 0xb9, 0xb1, 0xd5, 0x08, 0x30, 0xd1, 0x62, 0x7c, 0x12, 0xb9,
|
||||
0xf1, 0x44, 0x90, 0x98, 0x48, 0xf0, 0xa7, 0xb0, 0x9a, 0x1d, 0x1f, 0x26, 0x91, 0xfc, 0x60, 0x03,
|
||||
0x4a, 0xe1, 0x65, 0x48, 0xf9, 0x12, 0xad, 0x0c, 0xc5, 0xfd, 0x83, 0xa3, 0xc3, 0xd6, 0x56, 0x9b,
|
||||
0x7f, 0x8a, 0xb6, 0x75, 0x60, 0x9a, 0xcf, 0x0f, 0x3b, 0xf5, 0xdc, 0xe6, 0xaf, 0xf3, 0x90, 0xdb,
|
||||
0x7d, 0x81, 0x3e, 0x83, 0x19, 0xfe, 0x5d, 0xc6, 0x15, 0x1f, 0xe3, 0x34, 0xaf, 0xfa, 0xf4, 0x04,
|
||||
0xdf, 0xf8, 0xf1, 0x7f, 0xfe, 0xfa, 0xe7, 0xb9, 0x79, 0x5c, 0xd9, 0x18, 0x7f, 0x7b, 0xe3, 0x7c,
|
||||
0xbc, 0xc1, 0xc2, 0xd4, 0x23, 0xe3, 0x01, 0xfa, 0x18, 0xf2, 0x87, 0xa3, 0x00, 0x65, 0x7e, 0xa4,
|
||||
0xd3, 0xcc, 0xfe, 0x1a, 0x05, 0x2f, 0x31, 0xa1, 0x73, 0x18, 0x84, 0xd0, 0xe1, 0x28, 0xa0, 0x22,
|
||||
0x7f, 0x08, 0x65, 0xf5, 0x5b, 0x92, 0x6b, 0xbf, 0xdc, 0x69, 0x5e, 0xff, 0x9d, 0x0a, 0xbe, 0xcd,
|
||||
0xa0, 0x6e, 0x60, 0x24, 0xa0, 0xf8, 0xd7, 0x2e, 0xea, 0x2c, 0x3a, 0x17, 0x0e, 0xca, 0xfc, 0xae,
|
||||
0xa7, 0x99, 0xfd, 0xe9, 0x4a, 0x62, 0x16, 0xc1, 0x85, 0x43, 0x45, 0xfe, 0x91, 0xf8, 0x6a, 0xa5,
|
||||
0x1b, 0xa0, 0x3b, 0x29, 0x5f, 0x2d, 0xa8, 0xef, 0xf3, 0xcd, 0xd5, 0x6c, 0x06, 0x01, 0x72, 0x8b,
|
||||
0x81, 0x2c, 0xe3, 0x79, 0x01, 0xd2, 0x0d, 0x59, 0x1e, 0x19, 0x0f, 0x36, 0xbb, 0x30, 0xc3, 0x5e,
|
||||
0xb8, 0xd0, 0xe7, 0xf2, 0x47, 0x33, 0xe5, 0xa9, 0x2f, 0x63, 0xa1, 0xb5, 0xb7, 0x31, 0xbc, 0xc8,
|
||||
0x80, 0x6a, 0xb8, 0x44, 0x81, 0xd8, 0xfb, 0xd6, 0x23, 0xe3, 0xc1, 0x9a, 0xf1, 0xbe, 0xb1, 0xf9,
|
||||
0xab, 0x19, 0x98, 0x61, 0xa5, 0x5d, 0x74, 0x0e, 0x10, 0xbd, 0xf6, 0xc4, 0x67, 0x97, 0x78, 0x3f,
|
||||
0x8a, 0xcf, 0x2e, 0xf9, 0x50, 0x84, 0x9b, 0x0c, 0x74, 0x11, 0xcf, 0x51, 0x50, 0x56, 0x31, 0xde,
|
||||
0x60, 0x45, 0x70, 0x6a, 0xc7, 0xbf, 0x32, 0x44, 0x65, 0x9b, 0x9f, 0x25, 0x94, 0x26, 0x4d, 0x7b,
|
||||
0xf2, 0x89, 0x6f, 0x87, 0x94, 0xe7, 0x1e, 0xfc, 0x5d, 0x06, 0xb8, 0x81, 0xeb, 0x11, 0xa0, 0xc7,
|
||||
0x38, 0x1e, 0x19, 0x0f, 0x3e, 0x6f, 0xe0, 0x05, 0x61, 0xe5, 0x58, 0x0f, 0xfa, 0x11, 0xd4, 0xf4,
|
||||
0x27, 0x0d, 0x74, 0x37, 0x05, 0x2b, 0xfe, 0x32, 0xd2, 0x7c, 0xeb, 0x6a, 0x26, 0xa1, 0xd3, 0x0a,
|
||||
0xd3, 0x49, 0x80, 0x73, 0xe4, 0x73, 0x42, 0x86, 0x16, 0x65, 0x12, 0x6b, 0x80, 0xfe, 0xce, 0x10,
|
||||
0x2f, 0x4e, 0xd1, 0x1b, 0x05, 0x4a, 0x93, 0x9e, 0x78, 0x01, 0x69, 0xde, 0xbb, 0x86, 0x4b, 0x28,
|
||||
0xf1, 0xfb, 0x4c, 0x89, 0x0f, 0xf0, 0x62, 0xa4, 0x44, 0x60, 0x0f, 0x48, 0xe0, 0x0a, 0x2d, 0x3e,
|
||||
0xbf, 0x85, 0x6f, 0x68, 0xc6, 0xd1, 0x7a, 0xa3, 0xc5, 0xe2, 0xef, 0x0c, 0xa9, 0x8b, 0xa5, 0xbd,
|
||||
0x5b, 0xa4, 0x2e, 0x96, 0xfe, 0x48, 0x91, 0xb6, 0x58, 0xfc, 0x55, 0x21, 0x6d, 0xb1, 0xc2, 0x9e,
|
||||
0xcd, 0xff, 0x9d, 0x86, 0xe2, 0x16, 0xff, 0x5a, 0x1c, 0xb9, 0x50, 0x0a, 0xcb, 0xf4, 0x68, 0x25,
|
||||
0xad, 0xce, 0x18, 0x5d, 0x6b, 0x9a, 0x77, 0x32, 0xfb, 0x85, 0x42, 0x6f, 0x32, 0x85, 0xde, 0xc0,
|
||||
0xcb, 0x14, 0x59, 0x7c, 0x90, 0xbe, 0xc1, 0x8b, 0x59, 0x1b, 0x56, 0xaf, 0x47, 0x0d, 0xf1, 0xc7,
|
||||
0x50, 0x51, 0xeb, 0xe8, 0xe8, 0xcd, 0xd4, 0xda, 0xa6, 0x5a, 0x8a, 0x6f, 0xe2, 0xab, 0x58, 0x04,
|
||||
0xf2, 0x5b, 0x0c, 0x79, 0x05, 0xdf, 0x4c, 0x41, 0xf6, 0x18, 0xab, 0x06, 0xce, 0x6b, 0xe0, 0xe9,
|
||||
0xe0, 0x5a, 0x89, 0x3d, 0x1d, 0x5c, 0x2f, 0xa1, 0x5f, 0x09, 0x3e, 0x62, 0xac, 0x14, 0xdc, 0x07,
|
||||
0x88, 0x2a, 0xd9, 0x28, 0xd5, 0x96, 0xca, 0xbd, 0x2e, 0xee, 0x1c, 0x92, 0x45, 0x70, 0x8c, 0x19,
|
||||
0xac, 0xd8, 0x77, 0x31, 0xd8, 0xbe, 0xed, 0x07, 0xfc, 0x60, 0x56, 0xb5, 0xd2, 0x34, 0x4a, 0x9d,
|
||||
0x8f, 0x5e, 0xdf, 0x6e, 0xde, 0xbd, 0x92, 0x47, 0xa0, 0xdf, 0x63, 0xe8, 0x77, 0x70, 0x33, 0x05,
|
||||
0x7d, 0xc8, 0x79, 0xe9, 0x66, 0xfb, 0xbf, 0x02, 0x94, 0x9f, 0x59, 0xb6, 0x13, 0x10, 0xc7, 0x72,
|
||||
0xba, 0x04, 0x9d, 0xc0, 0x0c, 0x8b, 0xd4, 0x71, 0x47, 0xac, 0x96, 0x6d, 0xe3, 0x8e, 0x58, 0xab,
|
||||
0x69, 0xe2, 0x55, 0x06, 0xdc, 0xc4, 0x4b, 0x14, 0x78, 0x10, 0x89, 0xde, 0x60, 0xa5, 0x48, 0x3a,
|
||||
0xe9, 0x97, 0x50, 0x10, 0xaf, 0x7d, 0x31, 0x41, 0x5a, 0xf1, 0xa7, 0x79, 0x2b, 0xbd, 0x33, 0x6d,
|
||||
0x2f, 0xab, 0x30, 0x3e, 0xe3, 0xa3, 0x38, 0x63, 0x80, 0xa8, 0xc6, 0x1e, 0x5f, 0xd1, 0x44, 0x49,
|
||||
0xbe, 0xb9, 0x9a, 0xcd, 0x90, 0x66, 0x53, 0x15, 0xb3, 0x17, 0xf2, 0x52, 0xdc, 0x3f, 0x84, 0xe9,
|
||||
0xa7, 0x96, 0x7f, 0x86, 0x62, 0xb1, 0x57, 0xf9, 0x8a, 0xac, 0xd9, 0x4c, 0xeb, 0x12, 0x28, 0x77,
|
||||
0x18, 0xca, 0x4d, 0xee, 0xca, 0x54, 0x94, 0x33, 0xcb, 0xa7, 0x41, 0x0d, 0xf5, 0xa0, 0xc0, 0x3f,
|
||||
0x2a, 0x8b, 0xdb, 0x4f, 0xfb, 0x30, 0x2d, 0x6e, 0x3f, 0xfd, 0x3b, 0xb4, 0xeb, 0x51, 0x86, 0x30,
|
||||
0x2b, 0xbf, 0xe2, 0x42, 0xb1, 0x87, 0xfb, 0xd8, 0x17, 0x5f, 0xcd, 0x95, 0xac, 0x6e, 0x81, 0x75,
|
||||
0x97, 0x61, 0xdd, 0xc6, 0x8d, 0xc4, 0x5a, 0x09, 0xce, 0x47, 0xc6, 0x83, 0xf7, 0x0d, 0xf4, 0x23,
|
||||
0x80, 0xe8, 0x59, 0x22, 0x71, 0x02, 0xe3, 0x2f, 0x1c, 0x89, 0x13, 0x98, 0x78, 0xd1, 0xc0, 0xeb,
|
||||
0x0c, 0x77, 0x0d, 0xdf, 0x8d, 0xe3, 0x06, 0x9e, 0xe5, 0xf8, 0x2f, 0x89, 0xf7, 0x1e, 0xaf, 0xb2,
|
||||
0xfa, 0x67, 0xf6, 0x90, 0x4e, 0xd9, 0x83, 0x52, 0x58, 0x75, 0x8e, 0x7b, 0xdb, 0x78, 0x35, 0x3c,
|
||||
0xee, 0x6d, 0x13, 0xe5, 0x6a, 0xdd, 0xed, 0x68, 0xbb, 0x45, 0xb2, 0xd2, 0x03, 0xf8, 0x8b, 0x3a,
|
||||
0x4c, 0xd3, 0xac, 0x9b, 0x26, 0x27, 0x51, 0xdd, 0x24, 0x3e, 0xfb, 0x44, 0x15, 0x35, 0x3e, 0xfb,
|
||||
0x64, 0xc9, 0x45, 0x4f, 0x4e, 0xe8, 0x25, 0x6b, 0x83, 0x97, 0x28, 0xe8, 0x4c, 0x5d, 0x28, 0x2b,
|
||||
0x85, 0x15, 0x94, 0x22, 0x4c, 0x2f, 0xcf, 0xc6, 0xc3, 0x5d, 0x4a, 0x55, 0x06, 0xbf, 0xc1, 0xf0,
|
||||
0x96, 0x78, 0xb8, 0x63, 0x78, 0x3d, 0xce, 0x41, 0x01, 0xc5, 0xec, 0xc4, 0xb9, 0x4f, 0x99, 0x9d,
|
||||
0x7e, 0xf6, 0x57, 0xb3, 0x19, 0x32, 0x67, 0x17, 0x1d, 0xfc, 0x57, 0x50, 0x51, 0xcb, 0x2b, 0x28,
|
||||
0x45, 0xf9, 0x58, 0x49, 0x39, 0x1e, 0x47, 0xd2, 0xaa, 0x33, 0xba, 0x67, 0x63, 0x90, 0x96, 0xc2,
|
||||
0x46, 0x81, 0xfb, 0x50, 0x14, 0xf5, 0x96, 0x34, 0x93, 0xea, 0xe5, 0xe7, 0x34, 0x93, 0xc6, 0x8a,
|
||||
0x35, 0x7a, 0xf6, 0xcc, 0x10, 0xe9, 0x95, 0x52, 0xc6, 0x6a, 0x81, 0xf6, 0x84, 0x04, 0x59, 0x68,
|
||||
0x51, 0x25, 0x33, 0x0b, 0x4d, 0xb9, 0xce, 0x67, 0xa1, 0x9d, 0x92, 0x40, 0xf8, 0x03, 0x79, 0x4d,
|
||||
0x46, 0x19, 0xc2, 0xd4, 0xf8, 0x88, 0xaf, 0x62, 0x49, 0xbb, 0xdc, 0x44, 0x80, 0x32, 0x38, 0x5e,
|
||||
0x00, 0x44, 0xd5, 0xa0, 0x78, 0xc6, 0x9a, 0x5a, 0x05, 0x8f, 0x67, 0xac, 0xe9, 0x05, 0x25, 0xdd,
|
||||
0xf7, 0x45, 0xb8, 0xfc, 0x6e, 0x45, 0x91, 0x7f, 0x66, 0x00, 0x4a, 0x16, 0x8e, 0xd0, 0xc3, 0x74,
|
||||
0xe9, 0xa9, 0xb5, 0xf5, 0xe6, 0xbb, 0xaf, 0xc7, 0x9c, 0x16, 0xce, 0x22, 0x95, 0xba, 0x8c, 0x7b,
|
||||
0xf8, 0x8a, 0x2a, 0xf5, 0xe7, 0x06, 0x54, 0xb5, 0xaa, 0x13, 0xba, 0x9f, 0xb1, 0xa6, 0xb1, 0x92,
|
||||
0x7b, 0xf3, 0xed, 0x6b, 0xf9, 0xd2, 0x52, 0x79, 0x65, 0x07, 0xc8, 0x3b, 0xcd, 0x4f, 0x0c, 0xa8,
|
||||
0xe9, 0x55, 0x2a, 0x94, 0x21, 0x3b, 0x51, 0xb2, 0x6f, 0xae, 0x5d, 0xcf, 0x78, 0xf5, 0xf2, 0x44,
|
||||
0xd7, 0x99, 0x3e, 0x14, 0x45, 0x5d, 0x2b, 0x6d, 0xe3, 0xeb, 0xc5, 0xfe, 0xb4, 0x8d, 0x1f, 0x2b,
|
||||
0x8a, 0xa5, 0x6c, 0x7c, 0xcf, 0xed, 0x13, 0xe5, 0x98, 0x89, 0xc2, 0x57, 0x16, 0xda, 0xd5, 0xc7,
|
||||
0x2c, 0x56, 0x35, 0xcb, 0x42, 0x8b, 0x8e, 0x99, 0xac, 0x78, 0xa1, 0x0c, 0x61, 0xd7, 0x1c, 0xb3,
|
||||
0x78, 0xc1, 0x2c, 0xe5, 0x98, 0x31, 0x40, 0xe5, 0x98, 0x45, 0xb5, 0xa9, 0xb4, 0x63, 0x96, 0x78,
|
||||
0xbb, 0x48, 0x3b, 0x66, 0xc9, 0xf2, 0x56, 0xca, 0x3a, 0x32, 0x5c, 0xed, 0x98, 0x2d, 0xa4, 0x94,
|
||||
0xb1, 0xd0, 0xbb, 0x19, 0x46, 0x4c, 0x7d, 0x12, 0x69, 0xbe, 0xf7, 0x9a, 0xdc, 0x99, 0x7b, 0x9c,
|
||||
0x9b, 0x5f, 0xee, 0xf1, 0xbf, 0x36, 0x60, 0x31, 0xad, 0x04, 0x86, 0x32, 0x70, 0x32, 0x9e, 0x52,
|
||||
0x9a, 0xeb, 0xaf, 0xcb, 0x7e, 0xb5, 0xb5, 0xc2, 0x5d, 0xff, 0xb8, 0xfe, 0x2f, 0x5f, 0xae, 0x18,
|
||||
0xff, 0xfe, 0xe5, 0x8a, 0xf1, 0x5f, 0x5f, 0xae, 0x18, 0x7f, 0xf3, 0xdf, 0x2b, 0x53, 0x27, 0x05,
|
||||
0xf6, 0x5f, 0x90, 0xbf, 0xfd, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0x98, 0x81, 0x56, 0x23, 0x07,
|
||||
0x3d, 0x00, 0x00,
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
@ -9581,6 +9593,13 @@ func (m *SnapshotResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
||||
i -= len(m.XXX_unrecognized)
|
||||
copy(dAtA[i:], m.XXX_unrecognized)
|
||||
}
|
||||
if len(m.Version) > 0 {
|
||||
i -= len(m.Version)
|
||||
copy(dAtA[i:], m.Version)
|
||||
i = encodeVarintRpc(dAtA, i, uint64(len(m.Version)))
|
||||
i--
|
||||
dAtA[i] = 0x22
|
||||
}
|
||||
if len(m.Blob) > 0 {
|
||||
i -= len(m.Blob)
|
||||
copy(dAtA[i:], m.Blob)
|
||||
@ -13513,6 +13532,10 @@ func (m *SnapshotResponse) Size() (n int) {
|
||||
if l > 0 {
|
||||
n += 1 + l + sovRpc(uint64(l))
|
||||
}
|
||||
l = len(m.Version)
|
||||
if l > 0 {
|
||||
n += 1 + l + sovRpc(uint64(l))
|
||||
}
|
||||
if m.XXX_unrecognized != nil {
|
||||
n += len(m.XXX_unrecognized)
|
||||
}
|
||||
@ -17865,6 +17888,38 @@ func (m *SnapshotResponse) Unmarshal(dAtA []byte) error {
|
||||
m.Blob = []byte{}
|
||||
}
|
||||
iNdEx = postIndex
|
||||
case 4:
|
||||
if wireType != 2 {
|
||||
return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType)
|
||||
}
|
||||
var stringLen uint64
|
||||
for shift := uint(0); ; shift += 7 {
|
||||
if shift >= 64 {
|
||||
return ErrIntOverflowRpc
|
||||
}
|
||||
if iNdEx >= l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
b := dAtA[iNdEx]
|
||||
iNdEx++
|
||||
stringLen |= uint64(b&0x7F) << shift
|
||||
if b < 0x80 {
|
||||
break
|
||||
}
|
||||
}
|
||||
intStringLen := int(stringLen)
|
||||
if intStringLen < 0 {
|
||||
return ErrInvalidLengthRpc
|
||||
}
|
||||
postIndex := iNdEx + intStringLen
|
||||
if postIndex < 0 {
|
||||
return ErrInvalidLengthRpc
|
||||
}
|
||||
if postIndex > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
m.Version = string(dAtA[iNdEx:postIndex])
|
||||
iNdEx = postIndex
|
||||
default:
|
||||
iNdEx = preIndex
|
||||
skippy, err := skipRpc(dAtA[iNdEx:])
|
||||
|
@ -677,6 +677,11 @@ message SnapshotResponse {
|
||||
|
||||
// blob contains the next chunk of the snapshot in the snapshot stream.
|
||||
bytes blob = 3;
|
||||
|
||||
// local version of server that created the snapshot.
|
||||
// In cluster with binaries with different version, each cluster can return different result.
|
||||
// Informs which etcd server version should be used when restoring the snapshot.
|
||||
string version = 4;
|
||||
}
|
||||
|
||||
message WatchRequest {
|
||||
|
@ -59,9 +59,15 @@ type Maintenance interface {
|
||||
// is non-zero, the hash is computed on all keys at or below the given revision.
|
||||
HashKV(ctx context.Context, endpoint string, rev int64) (*HashKVResponse, error)
|
||||
|
||||
// SnapshotWithVersion returns a reader for a point-in-time snapshot and version of etcd that created it.
|
||||
// If the context "ctx" is canceled or timed out, reading from returned
|
||||
// "io.ReadCloser" would error out (e.g. context.Canceled, context.DeadlineExceeded).
|
||||
SnapshotWithVersion(ctx context.Context) (*SnapshotResponse, error)
|
||||
|
||||
// Snapshot provides a reader for a point-in-time snapshot of etcd.
|
||||
// If the context "ctx" is canceled or timed out, reading from returned
|
||||
// "io.ReadCloser" would error out (e.g. context.Canceled, context.DeadlineExceeded).
|
||||
// Deprecated: use SnapshotWithVersion instead.
|
||||
Snapshot(ctx context.Context) (io.ReadCloser, error)
|
||||
|
||||
// MoveLeader requests current leader to transfer its leadership to the transferee.
|
||||
@ -78,6 +84,21 @@ type Maintenance interface {
|
||||
Downgrade(ctx context.Context, action int32, version string) (*DowngradeResponse, error)
|
||||
}
|
||||
|
||||
// SnapshotResponse is aggregated response from the snapshot stream.
|
||||
// Consumer is responsible for closing steam by calling .Snapshot.Close()
|
||||
type SnapshotResponse struct {
|
||||
// Header is the first header in the snapshot stream, has the current key-value store information
|
||||
// and indicates the point in time of the snapshot.
|
||||
Header *pb.ResponseHeader
|
||||
// Snapshot exposes ReaderCloser interface for data stored in the Blob field in the snapshot stream.
|
||||
Snapshot io.ReadCloser
|
||||
// Version is the local version of server that created the snapshot.
|
||||
// In cluster with binaries with different version, each cluster can return different result.
|
||||
// Informs which etcd server version should be used when restoring the snapshot.
|
||||
// Supported on etcd >= v3.6.
|
||||
Version string
|
||||
}
|
||||
|
||||
type maintenance struct {
|
||||
lg *zap.Logger
|
||||
dial func(endpoint string) (pb.MaintenanceClient, func(), error)
|
||||
@ -213,6 +234,46 @@ func (m *maintenance) HashKV(ctx context.Context, endpoint string, rev int64) (*
|
||||
return (*HashKVResponse)(resp), nil
|
||||
}
|
||||
|
||||
func (m *maintenance) SnapshotWithVersion(ctx context.Context) (*SnapshotResponse, error) {
|
||||
ss, err := m.remote.Snapshot(ctx, &pb.SnapshotRequest{}, append(m.callOpts, withMax(defaultStreamMaxRetries))...)
|
||||
if err != nil {
|
||||
return nil, toErr(ctx, err)
|
||||
}
|
||||
|
||||
m.lg.Info("opened snapshot stream; downloading")
|
||||
pr, pw := io.Pipe()
|
||||
|
||||
resp, err := ss.Recv()
|
||||
if err != nil {
|
||||
m.logAndCloseWithError(err, pw)
|
||||
}
|
||||
go func() {
|
||||
// Saving response is blocking
|
||||
err = m.save(resp, pw)
|
||||
if err != nil {
|
||||
m.logAndCloseWithError(err, pw)
|
||||
return
|
||||
}
|
||||
for {
|
||||
resp, err := ss.Recv()
|
||||
if err != nil {
|
||||
m.logAndCloseWithError(err, pw)
|
||||
return
|
||||
}
|
||||
err = m.save(resp, pw)
|
||||
if err != nil {
|
||||
m.logAndCloseWithError(err, pw)
|
||||
return
|
||||
}
|
||||
}
|
||||
}()
|
||||
return &SnapshotResponse{
|
||||
Header: resp.Header,
|
||||
Snapshot: &snapshotReadCloser{ctx: ctx, ReadCloser: pr},
|
||||
Version: resp.Version,
|
||||
}, err
|
||||
}
|
||||
|
||||
func (m *maintenance) Snapshot(ctx context.Context) (io.ReadCloser, error) {
|
||||
ss, err := m.remote.Snapshot(ctx, &pb.SnapshotRequest{}, append(m.callOpts, withMax(defaultStreamMaxRetries))...)
|
||||
if err != nil {
|
||||
@ -221,32 +282,44 @@ func (m *maintenance) Snapshot(ctx context.Context) (io.ReadCloser, error) {
|
||||
|
||||
m.lg.Info("opened snapshot stream; downloading")
|
||||
pr, pw := io.Pipe()
|
||||
|
||||
go func() {
|
||||
for {
|
||||
resp, err := ss.Recv()
|
||||
if err != nil {
|
||||
switch err {
|
||||
case io.EOF:
|
||||
m.lg.Info("completed snapshot read; closing")
|
||||
default:
|
||||
m.lg.Warn("failed to receive from snapshot stream; closing", zap.Error(err))
|
||||
}
|
||||
pw.CloseWithError(err)
|
||||
m.logAndCloseWithError(err, pw)
|
||||
return
|
||||
}
|
||||
|
||||
// can "resp == nil && err == nil"
|
||||
// before we receive snapshot SHA digest?
|
||||
// No, server sends EOF with an empty response
|
||||
// after it sends SHA digest at the end
|
||||
|
||||
if _, werr := pw.Write(resp.Blob); werr != nil {
|
||||
pw.CloseWithError(werr)
|
||||
err = m.save(resp, pw)
|
||||
if err != nil {
|
||||
m.logAndCloseWithError(err, pw)
|
||||
return
|
||||
}
|
||||
}
|
||||
}()
|
||||
return &snapshotReadCloser{ctx: ctx, ReadCloser: pr}, nil
|
||||
return &snapshotReadCloser{ctx: ctx, ReadCloser: pr}, err
|
||||
}
|
||||
|
||||
func (m *maintenance) logAndCloseWithError(err error, pw *io.PipeWriter) {
|
||||
switch err {
|
||||
case io.EOF:
|
||||
m.lg.Info("completed snapshot read; closing")
|
||||
default:
|
||||
m.lg.Warn("failed to receive from snapshot stream; closing", zap.Error(err))
|
||||
}
|
||||
pw.CloseWithError(err)
|
||||
}
|
||||
|
||||
func (m *maintenance) save(resp *pb.SnapshotResponse, pw *io.PipeWriter) error {
|
||||
// can "resp == nil && err == nil"
|
||||
// before we receive snapshot SHA digest?
|
||||
// No, server sends EOF with an empty response
|
||||
// after it sends SHA digest at the end
|
||||
|
||||
if _, werr := pw.Write(resp.Blob); werr != nil {
|
||||
return werr
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
type snapshotReadCloser struct {
|
||||
|
@ -36,24 +36,25 @@ func hasChecksum(n int64) bool {
|
||||
return (n % 512) == sha256.Size
|
||||
}
|
||||
|
||||
// Save fetches snapshot from remote etcd server and saves data
|
||||
// to target path. If the context "ctx" is canceled or timed out,
|
||||
// SaveWithVersion fetches snapshot from remote etcd server, saves data
|
||||
// to target path and returns server version. If the context "ctx" is canceled or timed out,
|
||||
// snapshot save stream will error out (e.g. context.Canceled,
|
||||
// context.DeadlineExceeded). Make sure to specify only one endpoint
|
||||
// in client configuration. Snapshot API must be requested to a
|
||||
// selected node, and saved snapshot is the point-in-time state of
|
||||
// the selected node.
|
||||
func Save(ctx context.Context, lg *zap.Logger, cfg clientv3.Config, dbPath string) error {
|
||||
// Etcd <v3.6 will return "" as version.
|
||||
func SaveWithVersion(ctx context.Context, lg *zap.Logger, cfg clientv3.Config, dbPath string) (version string, err error) {
|
||||
if lg == nil {
|
||||
lg = zap.NewExample()
|
||||
}
|
||||
cfg.Logger = lg.Named("client")
|
||||
if len(cfg.Endpoints) != 1 {
|
||||
return fmt.Errorf("snapshot must be requested to one selected node, not multiple %v", cfg.Endpoints)
|
||||
return "", fmt.Errorf("snapshot must be requested to one selected node, not multiple %v", cfg.Endpoints)
|
||||
}
|
||||
cli, err := clientv3.New(cfg)
|
||||
if err != nil {
|
||||
return err
|
||||
return "", err
|
||||
}
|
||||
defer cli.Close()
|
||||
|
||||
@ -63,40 +64,54 @@ func Save(ctx context.Context, lg *zap.Logger, cfg clientv3.Config, dbPath strin
|
||||
var f *os.File
|
||||
f, err = os.OpenFile(partpath, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, fileutil.PrivateFileMode)
|
||||
if err != nil {
|
||||
return fmt.Errorf("could not open %s (%v)", partpath, err)
|
||||
return "", fmt.Errorf("could not open %s (%v)", partpath, err)
|
||||
}
|
||||
lg.Info("created temporary db file", zap.String("path", partpath))
|
||||
|
||||
now := time.Now()
|
||||
var rd io.ReadCloser
|
||||
rd, err = cli.Snapshot(ctx)
|
||||
resp, err := cli.SnapshotWithVersion(ctx)
|
||||
if err != nil {
|
||||
return err
|
||||
return resp.Version, err
|
||||
}
|
||||
defer resp.Snapshot.Close()
|
||||
lg.Info("fetching snapshot", zap.String("endpoint", cfg.Endpoints[0]))
|
||||
var size int64
|
||||
size, err = io.Copy(f, rd)
|
||||
size, err = io.Copy(f, resp.Snapshot)
|
||||
if err != nil {
|
||||
return err
|
||||
return resp.Version, err
|
||||
}
|
||||
if !hasChecksum(size) {
|
||||
return fmt.Errorf("sha256 checksum not found [bytes: %d]", size)
|
||||
return resp.Version, fmt.Errorf("sha256 checksum not found [bytes: %d]", size)
|
||||
}
|
||||
if err = fileutil.Fsync(f); err != nil {
|
||||
return err
|
||||
return resp.Version, err
|
||||
}
|
||||
if err = f.Close(); err != nil {
|
||||
return err
|
||||
return resp.Version, err
|
||||
}
|
||||
lg.Info("fetched snapshot",
|
||||
zap.String("endpoint", cfg.Endpoints[0]),
|
||||
zap.String("size", humanize.Bytes(uint64(size))),
|
||||
zap.String("took", humanize.Time(now)),
|
||||
zap.String("etcd-version", version),
|
||||
)
|
||||
|
||||
if err = os.Rename(partpath, dbPath); err != nil {
|
||||
return fmt.Errorf("could not rename %s to %s (%v)", partpath, dbPath, err)
|
||||
return resp.Version, fmt.Errorf("could not rename %s to %s (%v)", partpath, dbPath, err)
|
||||
}
|
||||
lg.Info("saved", zap.String("path", dbPath))
|
||||
return nil
|
||||
return resp.Version, nil
|
||||
}
|
||||
|
||||
// Save fetches snapshot from remote etcd server and saves data
|
||||
// to target path. If the context "ctx" is canceled or timed out,
|
||||
// snapshot save stream will error out (e.g. context.Canceled,
|
||||
// context.DeadlineExceeded). Make sure to specify only one endpoint
|
||||
// in client configuration. Snapshot API must be requested to a
|
||||
// selected node, and saved snapshot is the point-in-time state of
|
||||
// the selected node.
|
||||
// Deprecated: Use SaveWithVersion instead.
|
||||
func Save(ctx context.Context, lg *zap.Logger, cfg clientv3.Config, dbPath string) error {
|
||||
_, err := SaveWithVersion(ctx, lg, cfg, dbPath)
|
||||
return err
|
||||
}
|
||||
|
@ -112,10 +112,14 @@ func snapshotSaveCommandFunc(cmd *cobra.Command, args []string) {
|
||||
defer cancel()
|
||||
|
||||
path := args[0]
|
||||
if err := snapshot.Save(ctx, lg, *cfg, path); err != nil {
|
||||
version, err := snapshot.SaveWithVersion(ctx, lg, *cfg, path)
|
||||
if err != nil {
|
||||
cobrautl.ExitWithError(cobrautl.ExitInterrupted, err)
|
||||
}
|
||||
fmt.Printf("Snapshot saved at %s\n", path)
|
||||
if version != "" {
|
||||
fmt.Printf("Server version %s\n", version)
|
||||
}
|
||||
}
|
||||
|
||||
func snapshotStatusCommandFunc(cmd *cobra.Command, args []string) {
|
||||
|
@ -49,14 +49,14 @@ import (
|
||||
|
||||
// Manager defines snapshot methods.
|
||||
type Manager interface {
|
||||
// Save fetches snapshot from remote etcd server and saves data
|
||||
// to target path. If the context "ctx" is canceled or timed out,
|
||||
// Save fetches snapshot from remote etcd server, saves data
|
||||
// to target path and returns server version. If the context "ctx" is canceled or timed out,
|
||||
// snapshot save stream will error out (e.g. context.Canceled,
|
||||
// context.DeadlineExceeded). Make sure to specify only one endpoint
|
||||
// in client configuration. Snapshot API must be requested to a
|
||||
// selected node, and saved snapshot is the point-in-time state of
|
||||
// the selected node.
|
||||
Save(ctx context.Context, cfg clientv3.Config, dbPath string) error
|
||||
Save(ctx context.Context, cfg clientv3.Config, dbPath string) (version string, err error)
|
||||
|
||||
// Status returns the snapshot file information.
|
||||
Status(dbPath string) (Status, error)
|
||||
@ -96,8 +96,8 @@ func hasChecksum(n int64) bool {
|
||||
}
|
||||
|
||||
// Save fetches snapshot from remote etcd server and saves data to target path.
|
||||
func (s *v3Manager) Save(ctx context.Context, cfg clientv3.Config, dbPath string) error {
|
||||
return snapshot.Save(ctx, s.lg, cfg, dbPath)
|
||||
func (s *v3Manager) Save(ctx context.Context, cfg clientv3.Config, dbPath string) (version string, err error) {
|
||||
return snapshot.SaveWithVersion(ctx, s.lg, cfg, dbPath)
|
||||
}
|
||||
|
||||
// Status is the snapshot file status.
|
||||
|
@ -125,6 +125,7 @@ func (ms *maintenanceServer) Snapshot(sr *pb.SnapshotRequest, srv pb.Maintenance
|
||||
ms.lg.Info("sending database snapshot to client",
|
||||
zap.Int64("total-bytes", total),
|
||||
zap.String("size", size),
|
||||
zap.String("etcd-version", version.Version),
|
||||
)
|
||||
for total-sent > 0 {
|
||||
// buffer just holds read bytes from stream
|
||||
@ -151,6 +152,7 @@ func (ms *maintenanceServer) Snapshot(sr *pb.SnapshotRequest, srv pb.Maintenance
|
||||
resp := &pb.SnapshotResponse{
|
||||
RemainingBytes: uint64(total - sent),
|
||||
Blob: buf[:n],
|
||||
Version: version.Version,
|
||||
}
|
||||
if err = srv.Send(resp); err != nil {
|
||||
return togRPCError(err)
|
||||
@ -166,7 +168,7 @@ func (ms *maintenanceServer) Snapshot(sr *pb.SnapshotRequest, srv pb.Maintenance
|
||||
zap.Int64("total-bytes", total),
|
||||
zap.Int("checksum-size", len(sha)),
|
||||
)
|
||||
hresp := &pb.SnapshotResponse{RemainingBytes: 0, Blob: sha}
|
||||
hresp := &pb.SnapshotResponse{RemainingBytes: 0, Blob: sha, Version: version.Version}
|
||||
if err := srv.Send(hresp); err != nil {
|
||||
return togRPCError(err)
|
||||
}
|
||||
@ -175,6 +177,7 @@ func (ms *maintenanceServer) Snapshot(sr *pb.SnapshotRequest, srv pb.Maintenance
|
||||
zap.Int64("total-bytes", total),
|
||||
zap.String("size", size),
|
||||
zap.String("took", humanize.Time(start)),
|
||||
zap.String("etcd-version", version.Version),
|
||||
)
|
||||
return nil
|
||||
}
|
||||
|
@ -202,7 +202,10 @@ func testIssue6361(t *testing.T, etcdutl bool) {
|
||||
fpath := filepath.Join(t.TempDir(), "test.snapshot")
|
||||
|
||||
t.Log("etcdctl saving snapshot...")
|
||||
if err = spawnWithExpect(append(prefixArgs, "snapshot", "save", fpath), fmt.Sprintf("Snapshot saved at %s", fpath)); err != nil {
|
||||
if err = spawnWithExpects(append(prefixArgs, "snapshot", "save", fpath),
|
||||
fmt.Sprintf("Snapshot saved at %s", fpath),
|
||||
"Server version 3.5.0",
|
||||
); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
|
@ -282,7 +282,8 @@ func (m *Member) SaveSnapshot(lg *zap.Logger) (err error) {
|
||||
)
|
||||
now := time.Now()
|
||||
mgr := snapshot.NewV3(lg)
|
||||
if err = mgr.Save(context.Background(), *ccfg, m.SnapshotPath); err != nil {
|
||||
version, err := mgr.Save(context.Background(), *ccfg, m.SnapshotPath)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
took := time.Since(now)
|
||||
@ -307,10 +308,12 @@ func (m *Member) SaveSnapshot(lg *zap.Logger) (err error) {
|
||||
SnapshotHash: int64(st.Hash),
|
||||
SnapshotRevision: st.Revision,
|
||||
Took: fmt.Sprintf("%v", took),
|
||||
Version: version,
|
||||
}
|
||||
lg.Info(
|
||||
"snapshot save END",
|
||||
zap.String("member-name", m.SnapshotInfo.MemberName),
|
||||
zap.String("member-version", m.SnapshotInfo.Version),
|
||||
zap.Strings("member-client-urls", m.SnapshotInfo.MemberClientURLs),
|
||||
zap.String("snapshot-path", m.SnapshotPath),
|
||||
zap.String("snapshot-file-size", m.SnapshotInfo.SnapshotFileSize),
|
||||
@ -357,6 +360,7 @@ func (m *Member) RestoreSnapshot(lg *zap.Logger) (err error) {
|
||||
lg.Info(
|
||||
"snapshot restore END",
|
||||
zap.String("member-name", m.SnapshotInfo.MemberName),
|
||||
zap.String("member-version", m.SnapshotInfo.Version),
|
||||
zap.Strings("member-client-urls", m.SnapshotInfo.MemberClientURLs),
|
||||
zap.String("snapshot-path", m.SnapshotPath),
|
||||
zap.String("snapshot-file-size", m.SnapshotInfo.SnapshotFileSize),
|
||||
|
@ -654,6 +654,7 @@ type SnapshotInfo struct {
|
||||
SnapshotHash int64 `protobuf:"varint,7,opt,name=SnapshotHash,proto3" json:"SnapshotHash,omitempty"`
|
||||
SnapshotRevision int64 `protobuf:"varint,8,opt,name=SnapshotRevision,proto3" json:"SnapshotRevision,omitempty"`
|
||||
Took string `protobuf:"bytes,9,opt,name=Took,proto3" json:"Took,omitempty"`
|
||||
Version string `protobuf:"bytes,10,opt,name=Version,proto3" json:"Version,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
@ -1050,200 +1051,201 @@ func init() {
|
||||
func init() { proto.RegisterFile("rpcpb/rpc.proto", fileDescriptor_4fbc93a8dcc3881e) }
|
||||
|
||||
var fileDescriptor_4fbc93a8dcc3881e = []byte{
|
||||
// 3081 bytes of a gzipped FileDescriptorProto
|
||||
// 3090 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x5a, 0xcb, 0x77, 0xdb, 0xc6,
|
||||
0xf5, 0x36, 0x45, 0x49, 0x96, 0x46, 0x2f, 0x68, 0x24, 0xd9, 0xf0, 0x4b, 0x90, 0xe1, 0x38, 0x3f,
|
||||
0xf5, 0x36, 0x4d, 0x49, 0x96, 0x46, 0x2f, 0x68, 0x24, 0xd9, 0xf0, 0x4b, 0x90, 0xe1, 0x38, 0x3f,
|
||||
0x59, 0x09, 0x6c, 0xff, 0xec, 0x9c, 0x3c, 0x9c, 0x26, 0x0e, 0x48, 0x41, 0x12, 0x4b, 0x88, 0xa4,
|
||||
0x87, 0x90, 0x6c, 0x77, 0x51, 0x1c, 0x88, 0x1c, 0x49, 0x3c, 0xa6, 0x00, 0x06, 0x18, 0x3a, 0x52,
|
||||
0xfe, 0x81, 0x6e, 0x9b, 0x36, 0xed, 0x69, 0xcf, 0xe9, 0xbe, 0x9b, 0xa6, 0x5d, 0x74, 0xdd, 0xbd,
|
||||
0xf3, 0x6a, 0xd3, 0x76, 0xd5, 0x2e, 0x78, 0xda, 0x74, 0xd3, 0x35, 0x4f, 0xdf, 0x8b, 0x9e, 0x9e,
|
||||
0x99, 0x01, 0xc8, 0x01, 0x40, 0xca, 0x5e, 0x59, 0xb8, 0xf7, 0xfb, 0xbe, 0xb9, 0x98, 0x7b, 0x31,
|
||||
0xf7, 0x8e, 0x2c, 0x30, 0xe7, 0xb7, 0x6a, 0xad, 0xbd, 0x5b, 0x7e, 0xab, 0x76, 0xb3, 0xe5, 0x7b,
|
||||
0xc4, 0x83, 0x63, 0xcc, 0x70, 0x71, 0xf1, 0xc0, 0x3b, 0xf0, 0x98, 0xe5, 0x16, 0xfd, 0x89, 0x3b,
|
||||
0xd5, 0xef, 0x64, 0xc0, 0x59, 0x84, 0xdf, 0x6f, 0xe3, 0x80, 0xc0, 0x9b, 0x60, 0xb2, 0xdc, 0xc2,
|
||||
0xbe, 0x43, 0x1a, 0x9e, 0x2b, 0x67, 0x56, 0x32, 0xab, 0xb3, 0x77, 0xa4, 0x9b, 0x8c, 0x7c, 0xb3,
|
||||
0x67, 0x47, 0x7d, 0x08, 0xbc, 0x0e, 0xc6, 0xb7, 0xf1, 0xd1, 0x1e, 0xf6, 0xe5, 0x91, 0x95, 0xcc,
|
||||
0xea, 0xd4, 0x9d, 0x99, 0x10, 0xcc, 0x8d, 0x28, 0x74, 0x52, 0x98, 0x85, 0x03, 0x82, 0x7d, 0x39,
|
||||
0x1b, 0x83, 0x71, 0x23, 0x0a, 0x9d, 0xea, 0x5f, 0x47, 0xc0, 0x74, 0xd5, 0x75, 0x5a, 0xc1, 0xa1,
|
||||
0x47, 0x0a, 0xee, 0xbe, 0x07, 0x97, 0x01, 0xe0, 0x0a, 0x25, 0xe7, 0x08, 0xb3, 0x78, 0x26, 0x91,
|
||||
0x60, 0x81, 0x6b, 0x40, 0xe2, 0x4f, 0xf9, 0x66, 0x03, 0xbb, 0x64, 0x07, 0x99, 0x81, 0x3c, 0xb2,
|
||||
0x92, 0x5d, 0x9d, 0x44, 0x29, 0x3b, 0x54, 0xfb, 0xda, 0x15, 0x87, 0x1c, 0xb2, 0x48, 0x26, 0x51,
|
||||
0xcc, 0x46, 0xf5, 0xa2, 0xe7, 0x8d, 0x46, 0x13, 0x57, 0x1b, 0x1f, 0x62, 0x79, 0x94, 0xe1, 0x52,
|
||||
0x76, 0xf8, 0x2a, 0x98, 0x8f, 0x6c, 0x96, 0x47, 0x9c, 0x26, 0x03, 0x8f, 0x31, 0x70, 0xda, 0x21,
|
||||
0x2a, 0x33, 0x63, 0x11, 0x9f, 0xc8, 0xe3, 0x2b, 0x99, 0xd5, 0x2c, 0x4a, 0xd9, 0xc5, 0x48, 0xb7,
|
||||
0x9c, 0xe0, 0x50, 0x3e, 0xcb, 0x70, 0x31, 0x9b, 0xa8, 0x87, 0xf0, 0xd3, 0x46, 0x40, 0xf3, 0x35,
|
||||
0x11, 0xd7, 0x8b, 0xec, 0x10, 0x82, 0x51, 0xcb, 0xf3, 0x9e, 0xc8, 0x93, 0x2c, 0x38, 0xf6, 0xb3,
|
||||
0xfa, 0x93, 0x0c, 0x98, 0x40, 0x38, 0x68, 0x79, 0x6e, 0x80, 0xa1, 0x0c, 0xce, 0x56, 0xdb, 0xb5,
|
||||
0x1a, 0x0e, 0x02, 0xb6, 0xc7, 0x13, 0x28, 0x7a, 0x84, 0xe7, 0xc0, 0x78, 0x95, 0x38, 0xa4, 0x1d,
|
||||
0xb0, 0xfc, 0x4e, 0xa2, 0xf0, 0x49, 0xc8, 0x7b, 0xf6, 0xb4, 0xbc, 0xbf, 0x11, 0xcf, 0x27, 0xdb,
|
||||
0xcb, 0xa9, 0x3b, 0x0b, 0x21, 0x58, 0x74, 0xa1, 0x18, 0x50, 0xfd, 0x6c, 0x3a, 0x5a, 0x00, 0xde,
|
||||
0x06, 0x13, 0x06, 0xa9, 0xd5, 0x8d, 0x63, 0x5c, 0xe3, 0x15, 0x90, 0x5b, 0xec, 0x76, 0x14, 0xe9,
|
||||
0xc4, 0x39, 0x6a, 0xde, 0x53, 0x31, 0xa9, 0xd5, 0x35, 0x7c, 0x8c, 0x6b, 0x2a, 0xea, 0xa1, 0xe0,
|
||||
0x5d, 0x30, 0xa9, 0x1f, 0x60, 0x97, 0xe8, 0xf5, 0xba, 0x2f, 0x4f, 0x31, 0xca, 0x52, 0xb7, 0xa3,
|
||||
0xcc, 0x73, 0x8a, 0x43, 0x5d, 0x9a, 0x53, 0xaf, 0xfb, 0x2a, 0xea, 0xe3, 0xa0, 0x09, 0xe6, 0x37,
|
||||
0x9c, 0x46, 0xb3, 0xe5, 0x35, 0x5c, 0xb2, 0x65, 0x59, 0x15, 0x46, 0x9e, 0x66, 0xe4, 0xe5, 0x6e,
|
||||
0x47, 0xb9, 0xc8, 0xc9, 0xfb, 0x11, 0x44, 0x3b, 0x24, 0xa4, 0x15, 0xaa, 0xa4, 0x89, 0x50, 0x03,
|
||||
0x67, 0x73, 0x4e, 0x80, 0xd7, 0x1b, 0xbe, 0x8c, 0x99, 0xc6, 0x42, 0xb7, 0xa3, 0xcc, 0x71, 0x8d,
|
||||
0x3d, 0x27, 0xc0, 0x5a, 0xbd, 0xe1, 0xab, 0x28, 0xc2, 0xc0, 0x4d, 0x30, 0x47, 0xa3, 0xe7, 0xd5,
|
||||
0x5a, 0xf1, 0xbd, 0xe3, 0x13, 0xf9, 0x53, 0x96, 0x89, 0xdc, 0xe5, 0x6e, 0x47, 0x91, 0x85, 0x77,
|
||||
0xad, 0x31, 0x88, 0xd6, 0xa2, 0x18, 0x15, 0x25, 0x59, 0x50, 0x07, 0x33, 0xd4, 0x54, 0xc1, 0xd8,
|
||||
0xe7, 0x32, 0x9f, 0x71, 0x99, 0x8b, 0xdd, 0x8e, 0x72, 0x4e, 0x90, 0x69, 0x61, 0xec, 0x47, 0x22,
|
||||
0x71, 0x06, 0xac, 0x00, 0xd8, 0x57, 0x35, 0xdc, 0x3a, 0x7b, 0x31, 0xf9, 0x13, 0x96, 0xff, 0x9c,
|
||||
0xd2, 0xed, 0x28, 0x97, 0xd2, 0xe1, 0xe0, 0x10, 0xa6, 0xa2, 0x01, 0x5c, 0xf8, 0xff, 0x60, 0x94,
|
||||
0x5a, 0xe5, 0x9f, 0xf3, 0x33, 0x62, 0x2a, 0x4c, 0x3f, 0xb5, 0xe5, 0xe6, 0xba, 0x1d, 0x65, 0xaa,
|
||||
0x2f, 0xa8, 0x22, 0x06, 0x85, 0x39, 0xb0, 0x44, 0xff, 0x2d, 0xbb, 0xfd, 0x62, 0x0e, 0x88, 0xe7,
|
||||
0x63, 0xf9, 0x17, 0x69, 0x0d, 0x34, 0x18, 0x0a, 0xd7, 0xc1, 0x2c, 0x0f, 0x24, 0x8f, 0x7d, 0xb2,
|
||||
0xee, 0x10, 0x47, 0xfe, 0x88, 0x7d, 0xf3, 0xb9, 0x4b, 0xdd, 0x8e, 0x72, 0x9e, 0xaf, 0x19, 0xc6,
|
||||
0x5f, 0xc3, 0x3e, 0xd1, 0xea, 0x0e, 0x71, 0x54, 0x94, 0xe0, 0xc4, 0x55, 0xd8, 0xc1, 0xf1, 0xbd,
|
||||
0x53, 0x55, 0x5a, 0x0e, 0x39, 0x8c, 0xa9, 0xb0, 0x83, 0x45, 0x07, 0x33, 0xdc, 0x52, 0xc4, 0x27,
|
||||
0x2c, 0x94, 0xef, 0x73, 0x11, 0x21, 0x2f, 0xa1, 0xc8, 0x13, 0x7c, 0x12, 0x46, 0x12, 0x67, 0xc4,
|
||||
0x24, 0x58, 0x1c, 0x1f, 0x9f, 0x26, 0xc1, 0xc3, 0x88, 0x33, 0xa0, 0x05, 0x16, 0xb8, 0xc1, 0xf2,
|
||||
0xdb, 0x01, 0xc1, 0xf5, 0xbc, 0xce, 0x62, 0xf9, 0x01, 0x17, 0xba, 0xda, 0xed, 0x28, 0x57, 0x62,
|
||||
0x42, 0x84, 0xc3, 0xb4, 0x9a, 0x13, 0x86, 0x34, 0x88, 0x3e, 0x40, 0x95, 0x85, 0xf7, 0xc3, 0x17,
|
||||
0x50, 0xe5, 0x51, 0x0e, 0xa2, 0xc3, 0x77, 0xc1, 0x34, 0xad, 0xc9, 0x5e, 0xee, 0xfe, 0xce, 0xe5,
|
||||
0x2e, 0x74, 0x3b, 0xca, 0x12, 0x97, 0x63, 0x35, 0x2c, 0x64, 0x2e, 0x86, 0x17, 0xf9, 0x2c, 0x9c,
|
||||
0x7f, 0x9c, 0xc2, 0xe7, 0x61, 0xc4, 0xf0, 0xf0, 0x6d, 0x30, 0x45, 0x9f, 0xa3, 0x7c, 0xfd, 0x93,
|
||||
0xd3, 0xe5, 0x6e, 0x47, 0x59, 0x14, 0xe8, 0xfd, 0x6c, 0x89, 0x68, 0x81, 0xcc, 0xd6, 0xfe, 0xd7,
|
||||
0x70, 0x32, 0x5f, 0x5a, 0x44, 0xc3, 0x12, 0x98, 0xa7, 0x8f, 0xf1, 0x1c, 0xfd, 0x3b, 0x9b, 0xfc,
|
||||
0xfe, 0x98, 0x44, 0x2a, 0x43, 0x69, 0x6a, 0x4a, 0x8f, 0x85, 0xf4, 0x9f, 0xe7, 0xea, 0xf1, 0xc8,
|
||||
0xd2, 0x54, 0xf8, 0x4e, 0xa2, 0x91, 0xfe, 0x61, 0x34, 0xf9, 0x76, 0x41, 0xe8, 0x8e, 0x36, 0x36,
|
||||
0xd6, 0x63, 0xdf, 0x4c, 0xf4, 0x84, 0x3f, 0xbe, 0x68, 0x53, 0x80, 0xaf, 0x03, 0xd0, 0x3b, 0x69,
|
||||
0x03, 0xf9, 0x57, 0x63, 0xc9, 0x93, 0xbd, 0x77, 0x38, 0x07, 0x2a, 0x12, 0x90, 0xea, 0x2f, 0xa7,
|
||||
0xa3, 0xf1, 0x83, 0x9e, 0xcb, 0x74, 0x4f, 0xe8, 0xb9, 0x9c, 0x49, 0x9e, 0xcb, 0x74, 0x03, 0xc3,
|
||||
0x73, 0x39, 0xc4, 0xc0, 0x57, 0xc1, 0xd9, 0x12, 0x26, 0x1f, 0x78, 0xfe, 0x13, 0xde, 0xff, 0x72,
|
||||
0xb0, 0xdb, 0x51, 0x66, 0x39, 0xdc, 0xe5, 0x0e, 0x15, 0x45, 0x10, 0x78, 0x0d, 0x8c, 0xb2, 0xae,
|
||||
0xc1, 0xb7, 0x56, 0x38, 0xd9, 0x78, 0x9b, 0x60, 0x4e, 0x98, 0x07, 0xb3, 0xeb, 0xb8, 0xe9, 0x9c,
|
||||
0x98, 0x0e, 0xc1, 0x6e, 0xed, 0x64, 0x3b, 0x60, 0x1d, 0x6a, 0x46, 0x3c, 0x4e, 0xea, 0xd4, 0xaf,
|
||||
0x35, 0x39, 0x40, 0x3b, 0x0a, 0x54, 0x94, 0xa0, 0xc0, 0x6f, 0x02, 0x29, 0x6e, 0x41, 0x4f, 0x59,
|
||||
0xaf, 0x9a, 0x11, 0x7b, 0x55, 0x52, 0x46, 0xf3, 0x9f, 0xaa, 0x28, 0xc5, 0x83, 0x8f, 0xc1, 0xd2,
|
||||
0x4e, 0xab, 0xee, 0x10, 0x5c, 0x4f, 0xc4, 0x35, 0xc3, 0x04, 0xaf, 0x75, 0x3b, 0x8a, 0xc2, 0x05,
|
||||
0xdb, 0x1c, 0xa6, 0xa5, 0xe3, 0x1b, 0xac, 0x40, 0x13, 0x86, 0xbc, 0xb6, 0x5b, 0x37, 0x1b, 0x47,
|
||||
0x0d, 0x22, 0x2f, 0xad, 0x64, 0x56, 0xc7, 0x72, 0xe7, 0xba, 0x1d, 0x05, 0x72, 0x3d, 0x9f, 0xfa,
|
||||
0xb4, 0x26, 0x75, 0xaa, 0x48, 0x40, 0xc2, 0x1c, 0x98, 0x35, 0x8e, 0x1b, 0xa4, 0xec, 0xe6, 0x9d,
|
||||
0x00, 0xd3, 0x44, 0xca, 0xe7, 0x52, 0x5d, 0xec, 0xb8, 0x41, 0x34, 0xcf, 0xd5, 0x68, 0xce, 0xdb,
|
||||
0x3e, 0x56, 0x51, 0x82, 0x01, 0xdf, 0x02, 0x53, 0x86, 0xeb, 0xec, 0x35, 0x71, 0xa5, 0xe5, 0x7b,
|
||||
0xfb, 0xf2, 0x79, 0x26, 0x70, 0xbe, 0xdb, 0x51, 0x16, 0x42, 0x01, 0xe6, 0xd4, 0x5a, 0xd4, 0xab,
|
||||
0x22, 0x11, 0x0b, 0xef, 0x81, 0x29, 0x2a, 0xc3, 0x5e, 0x66, 0x3b, 0x90, 0x15, 0xb6, 0x0f, 0x42,
|
||||
0x79, 0xd7, 0x58, 0x03, 0x67, 0x9b, 0x40, 0x5f, 0x5e, 0x04, 0xd3, 0x65, 0xe9, 0x63, 0xf5, 0xb0,
|
||||
0xbd, 0xbf, 0xdf, 0xc4, 0xf2, 0x4a, 0x72, 0x59, 0xc6, 0x0d, 0xb8, 0x37, 0xa4, 0x86, 0x58, 0xf8,
|
||||
0x32, 0x18, 0xa3, 0x8f, 0x81, 0x7c, 0x95, 0x4e, 0xb0, 0x39, 0xa9, 0xdb, 0x51, 0xa6, 0xfb, 0xa4,
|
||||
0x40, 0x45, 0xdc, 0x0d, 0x8b, 0xc2, 0xa4, 0x92, 0xf7, 0x8e, 0x8e, 0x1c, 0xb7, 0x1e, 0xc8, 0x2a,
|
||||
0xe3, 0x5c, 0xe9, 0x76, 0x94, 0x0b, 0xc9, 0x49, 0xa5, 0x16, 0x62, 0xc4, 0x41, 0x25, 0xe2, 0xd1,
|
||||
0x72, 0x44, 0x6d, 0xd7, 0xc5, 0x3e, 0x9d, 0x9c, 0xd8, 0xe7, 0x7c, 0x23, 0xd9, 0xdd, 0x7c, 0xe6,
|
||||
0x67, 0x53, 0x56, 0xd4, 0xdd, 0xe2, 0x14, 0x58, 0x00, 0x92, 0x71, 0x4c, 0xb0, 0xef, 0x3a, 0xcd,
|
||||
0x9e, 0xcc, 0x1a, 0x93, 0x11, 0x02, 0xc2, 0x21, 0x42, 0x14, 0x4a, 0xd1, 0x60, 0x1e, 0x4c, 0x56,
|
||||
0x89, 0x8f, 0x83, 0x00, 0xfb, 0x81, 0x8c, 0x57, 0xb2, 0xab, 0x53, 0x77, 0xe6, 0xa2, 0x93, 0x21,
|
||||
0xb4, 0x8b, 0xf3, 0x5f, 0x10, 0x61, 0x55, 0xd4, 0xe7, 0xc1, 0x5b, 0x60, 0x22, 0x7f, 0x88, 0x6b,
|
||||
0x4f, 0xa8, 0xc6, 0x3e, 0xdb, 0x18, 0xe1, 0x33, 0xaf, 0x85, 0x1e, 0x15, 0xf5, 0x40, 0xb4, 0xb7,
|
||||
0x72, 0x76, 0x11, 0x9f, 0xb0, 0x39, 0x9e, 0x4d, 0x5f, 0x63, 0x62, 0xc1, 0xf1, 0x95, 0xd8, 0x99,
|
||||
0x1d, 0x34, 0x3e, 0xc4, 0x2a, 0x8a, 0x33, 0xe0, 0x03, 0x00, 0x63, 0x06, 0xd3, 0xf1, 0x0f, 0x30,
|
||||
0x1f, 0xbf, 0xc6, 0x72, 0x2b, 0xdd, 0x8e, 0x72, 0x79, 0xa0, 0x8e, 0xd6, 0xa4, 0x38, 0x15, 0x0d,
|
||||
0x20, 0xc3, 0x87, 0x60, 0xb1, 0x6f, 0x6d, 0xef, 0xef, 0x37, 0x8e, 0x91, 0xe3, 0x1e, 0x60, 0xf9,
|
||||
0x73, 0x2e, 0xaa, 0x76, 0x3b, 0xca, 0x72, 0x5a, 0x94, 0x01, 0x35, 0x9f, 0x22, 0x55, 0x34, 0x50,
|
||||
0x00, 0x3a, 0xe0, 0xfc, 0x20, 0xbb, 0x75, 0xec, 0xca, 0x5f, 0x70, 0xed, 0x97, 0xbb, 0x1d, 0x45,
|
||||
0x3d, 0x55, 0x5b, 0x23, 0xc7, 0xae, 0x8a, 0x86, 0xe9, 0xc0, 0x2d, 0x30, 0xd7, 0x73, 0x59, 0xc7,
|
||||
0x6e, 0xb9, 0x15, 0xc8, 0x5f, 0x72, 0x69, 0xa1, 0x24, 0x04, 0x69, 0x72, 0xec, 0x6a, 0x5e, 0x2b,
|
||||
0x50, 0x51, 0x92, 0x06, 0xdf, 0x8b, 0x72, 0xc3, 0xa7, 0x84, 0x80, 0x8f, 0xa2, 0x63, 0x62, 0x27,
|
||||
0x0f, 0x75, 0xf8, 0x7c, 0x11, 0xf4, 0x52, 0x13, 0x12, 0xe0, 0x6b, 0x51, 0x4d, 0x3d, 0xa8, 0x54,
|
||||
0xf9, 0x10, 0x3a, 0x26, 0xb6, 0x8d, 0x90, 0xfd, 0x7e, 0xab, 0x5f, 0x44, 0x0f, 0x2a, 0x55, 0xf5,
|
||||
0x5b, 0x60, 0x22, 0xaa, 0x28, 0x7a, 0xb2, 0x5b, 0x27, 0xad, 0xf0, 0x06, 0x2a, 0x9e, 0xec, 0xe4,
|
||||
0xa4, 0x85, 0x55, 0xc4, 0x9c, 0xf0, 0x06, 0x18, 0x7f, 0x88, 0x1b, 0x07, 0x87, 0x84, 0xf5, 0x8a,
|
||||
0x4c, 0x6e, 0xbe, 0xdb, 0x51, 0x66, 0x38, 0xec, 0x03, 0x66, 0x57, 0x51, 0x08, 0x50, 0x7f, 0x2a,
|
||||
0xf1, 0x91, 0x98, 0x0a, 0xf7, 0xaf, 0xb6, 0xa2, 0xb0, 0xeb, 0x1c, 0x51, 0x61, 0x76, 0xcb, 0x15,
|
||||
0x9a, 0xd6, 0xc8, 0x0b, 0x34, 0xad, 0x35, 0x30, 0xfe, 0x50, 0x37, 0x29, 0x3a, 0x9b, 0xec, 0x59,
|
||||
0x1f, 0x38, 0x4d, 0x0e, 0x0e, 0x11, 0xb0, 0x0c, 0x16, 0xb6, 0xb0, 0xe3, 0x93, 0x3d, 0xec, 0x90,
|
||||
0x82, 0x4b, 0xb0, 0xff, 0xd4, 0x69, 0x86, 0x2d, 0x29, 0x2b, 0x66, 0xea, 0x30, 0x02, 0x69, 0x8d,
|
||||
0x10, 0xa5, 0xa2, 0x41, 0x4c, 0x58, 0x00, 0xf3, 0x46, 0x13, 0xd7, 0x48, 0xc3, 0x73, 0xad, 0xc6,
|
||||
0x11, 0xf6, 0xda, 0x64, 0x3b, 0x60, 0xad, 0x29, 0x2b, 0x1e, 0x29, 0x38, 0x84, 0x68, 0x84, 0x63,
|
||||
0x54, 0x94, 0x66, 0xd1, 0x53, 0xc5, 0x6c, 0x04, 0x04, 0xbb, 0xc2, 0xe5, 0x7e, 0x29, 0x79, 0xcc,
|
||||
0x35, 0x19, 0x22, 0xba, 0x87, 0xb4, 0xfd, 0x66, 0xa0, 0xa2, 0x14, 0x0d, 0x22, 0xb0, 0xa0, 0xd7,
|
||||
0x9f, 0x62, 0x9f, 0x34, 0x02, 0x2c, 0xa8, 0x9d, 0x63, 0x6a, 0xc2, 0xc7, 0xe9, 0x44, 0xa0, 0xb8,
|
||||
0xe0, 0x20, 0x32, 0x7c, 0x2b, 0x9a, 0xc7, 0xf5, 0x36, 0xf1, 0x2c, 0xb3, 0x1a, 0xb6, 0x18, 0x21,
|
||||
0x37, 0x4e, 0x9b, 0x78, 0x1a, 0xa1, 0x02, 0x71, 0x24, 0x3d, 0x74, 0xfb, 0xf7, 0x03, 0xbd, 0x4d,
|
||||
0x0e, 0x65, 0x99, 0x71, 0x87, 0x5c, 0x29, 0x9c, 0x76, 0xe2, 0x4a, 0x41, 0x29, 0xf0, 0x1b, 0xa2,
|
||||
0xc8, 0x46, 0xa3, 0x89, 0xe5, 0x0b, 0xc9, 0xdb, 0x31, 0x63, 0xef, 0x37, 0x68, 0xa7, 0x49, 0x60,
|
||||
0xfb, 0xd1, 0x17, 0xf1, 0x09, 0x23, 0x5f, 0x4c, 0x56, 0x16, 0xfd, 0x2a, 0x39, 0x37, 0x8e, 0x84,
|
||||
0x66, 0x6a, 0xde, 0x67, 0x02, 0x97, 0x92, 0xb7, 0x11, 0x61, 0x96, 0xe4, 0x3a, 0x83, 0x68, 0x74,
|
||||
0x2f, 0x78, 0xba, 0xe8, 0xa0, 0xc9, 0xb2, 0xa2, 0xb0, 0xac, 0x08, 0x7b, 0x11, 0xe6, 0x98, 0x0d,
|
||||
0xa8, 0x3c, 0x21, 0x09, 0x0a, 0xb4, 0xc0, 0x7c, 0x2f, 0x45, 0x3d, 0x9d, 0x15, 0xa6, 0x23, 0x9c,
|
||||
0x64, 0x0d, 0xb7, 0x41, 0x1a, 0x4e, 0x53, 0xeb, 0x67, 0x59, 0x90, 0x4c, 0x0b, 0xd0, 0x39, 0x80,
|
||||
0xfe, 0x1c, 0xe5, 0xf7, 0x2a, 0xcb, 0x51, 0x72, 0x88, 0xef, 0x27, 0x59, 0x04, 0xd3, 0x5b, 0x34,
|
||||
0xbb, 0x4e, 0xc4, 0xd3, 0xac, 0x32, 0x09, 0xa1, 0xe0, 0xf8, 0x1d, 0x24, 0x95, 0xeb, 0x01, 0x5c,
|
||||
0x3a, 0x76, 0x47, 0x17, 0x14, 0xb6, 0xdf, 0xd7, 0x86, 0xdf, 0x67, 0xf8, 0x76, 0xc7, 0xe0, 0xd1,
|
||||
0xcb, 0x44, 0xe9, 0x7e, 0x69, 0xe8, 0x8d, 0x84, 0x93, 0x45, 0x30, 0xdc, 0x4e, 0xdc, 0x20, 0x98,
|
||||
0xc2, 0xf5, 0xe7, 0x5d, 0x20, 0xb8, 0x50, 0x9a, 0x49, 0xc7, 0xbb, 0x02, 0x4f, 0x45, 0xbe, 0xd9,
|
||||
0x66, 0xbf, 0x15, 0xbc, 0x91, 0xac, 0x9d, 0x28, 0x55, 0x35, 0x0e, 0x50, 0x51, 0x82, 0x41, 0xbf,
|
||||
0xe8, 0xb8, 0xa5, 0x4a, 0x1c, 0x82, 0xc3, 0xa9, 0x43, 0xd8, 0xe0, 0x84, 0x90, 0x16, 0x50, 0x98,
|
||||
0x8a, 0x06, 0x91, 0xd3, 0x9a, 0x96, 0xf7, 0x04, 0xbb, 0xf2, 0x2b, 0xcf, 0xd3, 0x24, 0x14, 0x96,
|
||||
0xd2, 0x64, 0x64, 0x78, 0x1f, 0xcc, 0x44, 0x77, 0x98, 0xbc, 0xd7, 0x76, 0x89, 0x7c, 0x97, 0x9d,
|
||||
0x85, 0x62, 0xf3, 0x8a, 0x2e, 0x4b, 0x35, 0xea, 0xa7, 0xcd, 0x4b, 0xc4, 0x43, 0x13, 0xcc, 0x3f,
|
||||
0x68, 0x7b, 0xc4, 0xc9, 0x39, 0xb5, 0x27, 0xd8, 0xad, 0xe7, 0x4e, 0x08, 0x0e, 0xe4, 0xd7, 0x98,
|
||||
0x88, 0x30, 0xeb, 0xbf, 0x4f, 0x21, 0xda, 0x1e, 0xc7, 0x68, 0x7b, 0x14, 0xa4, 0xa2, 0x34, 0x91,
|
||||
0xb6, 0x92, 0x8a, 0x8f, 0x77, 0x3d, 0x82, 0xe5, 0xfb, 0xc9, 0xe3, 0xaa, 0xe5, 0x63, 0xed, 0xa9,
|
||||
0x47, 0x77, 0x27, 0xc2, 0x88, 0x3b, 0xe2, 0xf9, 0x7e, 0xbb, 0x45, 0xd8, 0xc4, 0x24, 0xbf, 0x97,
|
||||
0x2c, 0xe3, 0xde, 0x8e, 0x70, 0x94, 0xc6, 0x66, 0x2c, 0x61, 0x47, 0x04, 0x32, 0x6d, 0x93, 0xa6,
|
||||
0x77, 0x70, 0x80, 0x7d, 0x79, 0x93, 0x6d, 0xac, 0xd0, 0x26, 0x9b, 0xcc, 0xae, 0xa2, 0x10, 0x40,
|
||||
0xef, 0x0f, 0xa6, 0x77, 0x50, 0x6e, 0x93, 0x56, 0x9b, 0x04, 0xf2, 0x16, 0xfb, 0x9e, 0x85, 0xfb,
|
||||
0x43, 0xd3, 0x3b, 0xd0, 0x3c, 0xee, 0x54, 0x91, 0x80, 0x84, 0xb7, 0xc1, 0x84, 0xe9, 0x1d, 0x98,
|
||||
0xf8, 0x29, 0x6e, 0xca, 0x85, 0xe4, 0xa1, 0x48, 0x59, 0x4d, 0xea, 0x52, 0x51, 0x0f, 0x05, 0xcb,
|
||||
0x00, 0x56, 0xbd, 0xda, 0x13, 0x4c, 0x10, 0x6e, 0x07, 0x98, 0x5e, 0xd4, 0x70, 0x10, 0xc8, 0x0f,
|
||||
0xd8, 0x7b, 0x0a, 0x25, 0x1e, 0x30, 0x8c, 0xe6, 0x53, 0x10, 0xfb, 0xe5, 0x1f, 0x0e, 0x02, 0x3a,
|
||||
0xbb, 0xa5, 0xa8, 0x70, 0x03, 0xcc, 0x09, 0xd6, 0x8a, 0xe7, 0x13, 0x19, 0x25, 0x7f, 0xa1, 0x17,
|
||||
0x53, 0x6b, 0x79, 0x3e, 0xa1, 0xd3, 0x4f, 0x9c, 0xb4, 0xf6, 0xdf, 0x0c, 0x98, 0x8e, 0xc6, 0x10,
|
||||
0x36, 0x65, 0x40, 0x30, 0x5b, 0xdc, 0xb5, 0x1f, 0xa2, 0x82, 0x65, 0xd8, 0xd5, 0x6d, 0xdd, 0x34,
|
||||
0xa5, 0x33, 0x31, 0x9b, 0xa9, 0xa3, 0x4d, 0x43, 0xca, 0xc0, 0x05, 0x30, 0x57, 0xdc, 0xb5, 0x91,
|
||||
0xa1, 0xaf, 0xdb, 0xe5, 0x92, 0x61, 0x17, 0x8d, 0xc7, 0xd2, 0x08, 0x9c, 0x07, 0x33, 0x91, 0x11,
|
||||
0xe9, 0xa5, 0x4d, 0x43, 0xca, 0xc2, 0x25, 0x30, 0x5f, 0xdc, 0xb5, 0xd7, 0x0d, 0xd3, 0xb0, 0x8c,
|
||||
0x1e, 0x72, 0x34, 0xa4, 0x87, 0x66, 0x8e, 0x1d, 0x83, 0xe7, 0xc1, 0x42, 0x71, 0xd7, 0xb6, 0x1e,
|
||||
0x95, 0xc2, 0xb5, 0xb8, 0x5b, 0x1a, 0x87, 0x93, 0x60, 0xcc, 0x34, 0xf4, 0xaa, 0x21, 0x01, 0x4a,
|
||||
0x34, 0x4c, 0x23, 0x6f, 0x15, 0xca, 0x25, 0x1b, 0xed, 0x94, 0x4a, 0x06, 0x92, 0x16, 0xa1, 0x04,
|
||||
0xa6, 0x1f, 0xea, 0x56, 0x7e, 0x2b, 0xb2, 0x28, 0x74, 0x59, 0xb3, 0x9c, 0x2f, 0xda, 0x48, 0xcf,
|
||||
0x1b, 0x28, 0x32, 0xdf, 0xa0, 0x40, 0x26, 0x14, 0x59, 0xee, 0xae, 0x7d, 0x1b, 0x9c, 0x0d, 0xc7,
|
||||
0x74, 0x38, 0x05, 0xce, 0x16, 0x77, 0xed, 0x2d, 0xbd, 0xba, 0x25, 0x9d, 0xe9, 0x23, 0x8d, 0x47,
|
||||
0x95, 0x02, 0xa2, 0x6f, 0x0c, 0xc0, 0x78, 0xc8, 0x1a, 0x81, 0xd3, 0x60, 0xa2, 0x54, 0xb6, 0xf3,
|
||||
0x5b, 0x46, 0xbe, 0x28, 0x65, 0xe1, 0x45, 0x70, 0xae, 0xba, 0x55, 0x46, 0x96, 0x6d, 0x59, 0xa6,
|
||||
0x1d, 0x63, 0x8d, 0xae, 0xfd, 0x38, 0x2b, 0xfc, 0x97, 0x07, 0x9c, 0x03, 0x53, 0xa5, 0xb2, 0x65,
|
||||
0x57, 0x2d, 0x1d, 0x59, 0xc6, 0xba, 0x74, 0x06, 0x9e, 0x03, 0xb0, 0x50, 0x2a, 0x58, 0x05, 0xdd,
|
||||
0xe4, 0x46, 0xdb, 0xb0, 0xf2, 0xeb, 0x12, 0xa0, 0xcb, 0x23, 0x43, 0xb0, 0x4c, 0x51, 0x4b, 0xb5,
|
||||
0xb0, 0x69, 0x19, 0x68, 0x9b, 0x5b, 0x16, 0xe1, 0x0a, 0xb8, 0x5c, 0x2d, 0x6c, 0x3e, 0xd8, 0x29,
|
||||
0x70, 0x8c, 0xad, 0x97, 0xd6, 0x6d, 0x64, 0x6c, 0x97, 0x77, 0x0d, 0x7b, 0x5d, 0xb7, 0x74, 0x69,
|
||||
0x89, 0xe6, 0xa3, 0xaa, 0xef, 0x1a, 0x76, 0xb5, 0xa4, 0x57, 0xaa, 0x5b, 0x65, 0x4b, 0x5a, 0x86,
|
||||
0x57, 0xc1, 0x15, 0x2a, 0x5c, 0x46, 0x86, 0x1d, 0x2d, 0xb0, 0x81, 0xca, 0xdb, 0x7d, 0x88, 0x02,
|
||||
0x2f, 0x80, 0xa5, 0xc1, 0xae, 0x15, 0xca, 0x4e, 0x2d, 0xa9, 0xa3, 0xfc, 0x56, 0x21, 0x5a, 0x73,
|
||||
0x15, 0xde, 0x02, 0xaf, 0x9c, 0x16, 0x15, 0x7b, 0xae, 0x5a, 0xe5, 0x8a, 0xad, 0x6f, 0x1a, 0x25,
|
||||
0x4b, 0xba, 0x01, 0xaf, 0x80, 0x0b, 0x39, 0x53, 0xcf, 0x17, 0xb7, 0xca, 0xa6, 0x61, 0x57, 0x0c,
|
||||
0x03, 0xd9, 0x15, 0xb6, 0x97, 0x8f, 0x6c, 0xf4, 0x48, 0xaa, 0x43, 0x05, 0x5c, 0xda, 0x29, 0x0d,
|
||||
0x07, 0x60, 0x78, 0x11, 0x2c, 0xad, 0x1b, 0xa6, 0xfe, 0x38, 0xe5, 0x7a, 0x96, 0x81, 0x97, 0xc1,
|
||||
0xf9, 0x9d, 0xd2, 0x60, 0xef, 0xa7, 0x99, 0xb5, 0x8f, 0xa7, 0xc0, 0x28, 0xbd, 0xf3, 0x42, 0x19,
|
||||
0x2c, 0x46, 0x7b, 0x4b, 0x4b, 0x74, 0xa3, 0x6c, 0x9a, 0xe5, 0x87, 0x06, 0x92, 0xce, 0x84, 0x6f,
|
||||
0x93, 0xf2, 0xd8, 0x3b, 0x25, 0xab, 0x60, 0xda, 0x16, 0x2a, 0x6c, 0x6e, 0x1a, 0xa8, 0xbf, 0x43,
|
||||
0x19, 0xfa, 0xad, 0x44, 0x04, 0xd3, 0xd0, 0xd7, 0x59, 0xb5, 0xdc, 0x00, 0xd7, 0xe3, 0xb6, 0x61,
|
||||
0xf4, 0xac, 0x48, 0x7f, 0xb0, 0x53, 0x46, 0x3b, 0xdb, 0xd2, 0x28, 0x2d, 0x9a, 0xc8, 0x46, 0xbf,
|
||||
0xc7, 0x31, 0x78, 0x0d, 0x28, 0xd1, 0x16, 0x0b, 0xbb, 0x1b, 0x8b, 0x1c, 0xc0, 0x7b, 0xe0, 0xf5,
|
||||
0xe7, 0x80, 0x86, 0x45, 0x31, 0x45, 0x53, 0x32, 0x80, 0x1b, 0xbe, 0xcf, 0x34, 0x7c, 0x0d, 0xdc,
|
||||
0x1e, 0xea, 0x1e, 0x26, 0x3a, 0x03, 0x37, 0x40, 0x6e, 0x00, 0x8b, 0xbf, 0x65, 0x68, 0xe1, 0x75,
|
||||
0x19, 0x0a, 0x45, 0xd4, 0xb0, 0x08, 0xf3, 0x88, 0x7e, 0xe1, 0xd2, 0x2c, 0x5c, 0x03, 0x2f, 0x0f,
|
||||
0x2d, 0x87, 0xf8, 0x26, 0xd4, 0xa1, 0x0e, 0xde, 0x79, 0x31, 0xec, 0xb0, 0xb0, 0x31, 0x7c, 0x09,
|
||||
0xac, 0x0c, 0x97, 0x08, 0xb7, 0x64, 0x1f, 0xbe, 0x0d, 0xde, 0x78, 0x1e, 0x6a, 0xd8, 0x12, 0x07,
|
||||
0xa7, 0x2f, 0x11, 0x96, 0xc1, 0x21, 0xfd, 0xf6, 0x86, 0xa3, 0x68, 0x61, 0x34, 0xe0, 0xff, 0x01,
|
||||
0x75, 0x60, 0xb1, 0xc7, 0xb7, 0xe5, 0x59, 0x06, 0xde, 0x04, 0x37, 0x90, 0x5e, 0x5a, 0x2f, 0x6f,
|
||||
0xdb, 0x2f, 0x80, 0xff, 0x34, 0x03, 0xdf, 0x05, 0x6f, 0x3d, 0x1f, 0x38, 0xec, 0x05, 0x3f, 0xcb,
|
||||
0x40, 0x03, 0xbc, 0xf7, 0xc2, 0xeb, 0x0d, 0x93, 0xf9, 0x3c, 0x03, 0xaf, 0x82, 0xcb, 0x83, 0xf9,
|
||||
0x61, 0x1e, 0xbe, 0xc8, 0xc0, 0x55, 0x70, 0xed, 0xd4, 0x95, 0x42, 0xe4, 0x97, 0x19, 0xf8, 0x26,
|
||||
0xb8, 0x7b, 0x1a, 0x64, 0x58, 0x18, 0xbf, 0xce, 0xc0, 0xfb, 0xe0, 0xde, 0x0b, 0xac, 0x31, 0x4c,
|
||||
0xe0, 0x37, 0xa7, 0xbc, 0x47, 0x98, 0xec, 0xaf, 0x9e, 0xff, 0x1e, 0x21, 0xf2, 0xb7, 0x19, 0xb8,
|
||||
0x0c, 0x2e, 0x0c, 0x86, 0xd0, 0x9a, 0xf8, 0x5d, 0x06, 0x5e, 0x07, 0x2b, 0xa7, 0x2a, 0x51, 0xd8,
|
||||
0xef, 0x33, 0x50, 0x06, 0x0b, 0xa5, 0xb2, 0xbd, 0xa1, 0x17, 0x4c, 0xfb, 0x61, 0xc1, 0xda, 0xb2,
|
||||
0xab, 0x16, 0x32, 0xaa, 0x55, 0xe9, 0x67, 0x23, 0x34, 0x94, 0x98, 0xa7, 0x54, 0x0e, 0x9d, 0xf6,
|
||||
0x46, 0x19, 0xd9, 0x66, 0x61, 0xd7, 0x28, 0x51, 0xe4, 0x27, 0x23, 0x70, 0x0e, 0x00, 0x0a, 0xab,
|
||||
0x94, 0x0b, 0x25, 0xab, 0x2a, 0x7d, 0x37, 0x0b, 0x5f, 0x02, 0x4a, 0xdf, 0xc0, 0xd9, 0xeb, 0x85,
|
||||
0x6a, 0xd1, 0x2e, 0x94, 0x6d, 0x53, 0xb7, 0x8c, 0x52, 0xfe, 0xb1, 0xf4, 0x51, 0x16, 0xce, 0x80,
|
||||
0x09, 0xe3, 0x91, 0x65, 0xa0, 0x92, 0x6e, 0x4a, 0x7f, 0xcb, 0xde, 0xb9, 0x0f, 0x26, 0x2d, 0xdf,
|
||||
0x71, 0x03, 0x3a, 0xb2, 0xc0, 0x3b, 0xe2, 0xc3, 0x6c, 0xf8, 0xab, 0xba, 0xf0, 0xcf, 0x09, 0x2e,
|
||||
0xce, 0xf5, 0x9e, 0xf9, 0xff, 0x34, 0xab, 0x67, 0x56, 0x33, 0xb7, 0x33, 0xb9, 0xc5, 0x67, 0x7f,
|
||||
0x5e, 0x3e, 0xf3, 0xec, 0xeb, 0xe5, 0xcc, 0x57, 0x5f, 0x2f, 0x67, 0xfe, 0xf4, 0xf5, 0x72, 0xe6,
|
||||
0x47, 0x7f, 0x59, 0x3e, 0xb3, 0x37, 0xce, 0xfe, 0x1c, 0xe1, 0xee, 0xff, 0x02, 0x00, 0x00, 0xff,
|
||||
0xff, 0x9a, 0xad, 0x57, 0x92, 0xbe, 0x20, 0x00, 0x00,
|
||||
0x96, 0xdd, 0x74, 0xdb, 0xb4, 0x69, 0x4f, 0x7b, 0x4e, 0xf7, 0xdd, 0x34, 0xed, 0xa2, 0xeb, 0xee,
|
||||
0x9d, 0x57, 0x9b, 0xb6, 0xab, 0x76, 0xc1, 0xd3, 0xa6, 0xff, 0x01, 0x4f, 0xdf, 0x8b, 0x9e, 0x9e,
|
||||
0x99, 0x01, 0xc8, 0x01, 0x40, 0xca, 0x5a, 0x59, 0xb8, 0xf7, 0xfb, 0xbe, 0xb9, 0x98, 0x7b, 0x31,
|
||||
0xf7, 0x8e, 0x2c, 0x30, 0xeb, 0xb7, 0x6a, 0xad, 0xdd, 0xdb, 0x7e, 0xab, 0x76, 0xab, 0xe5, 0x7b,
|
||||
0xc4, 0x83, 0xa3, 0xcc, 0x70, 0x69, 0x61, 0xdf, 0xdb, 0xf7, 0x98, 0xe5, 0x36, 0xfd, 0x89, 0x3b,
|
||||
0xd5, 0xef, 0x66, 0xc0, 0x39, 0x84, 0xdf, 0x6f, 0xe3, 0x80, 0xc0, 0x5b, 0x60, 0xa2, 0xdc, 0xc2,
|
||||
0xbe, 0x43, 0x1a, 0x9e, 0x2b, 0x67, 0x96, 0x33, 0x2b, 0x33, 0x77, 0xa5, 0x5b, 0x8c, 0x7c, 0xab,
|
||||
0x67, 0x47, 0x7d, 0x08, 0xbc, 0x01, 0xc6, 0xb6, 0xf0, 0xe1, 0x2e, 0xf6, 0xe5, 0xb3, 0xcb, 0x99,
|
||||
0x95, 0xc9, 0xbb, 0xd3, 0x21, 0x98, 0x1b, 0x51, 0xe8, 0xa4, 0x30, 0x0b, 0x07, 0x04, 0xfb, 0x72,
|
||||
0x36, 0x06, 0xe3, 0x46, 0x14, 0x3a, 0xd5, 0xef, 0x64, 0xc1, 0x54, 0xd5, 0x75, 0x5a, 0xc1, 0x81,
|
||||
0x47, 0x0a, 0xee, 0x9e, 0x07, 0x97, 0x00, 0xe0, 0x0a, 0x25, 0xe7, 0x10, 0xb3, 0x78, 0x26, 0x90,
|
||||
0x60, 0x81, 0xab, 0x40, 0xe2, 0x4f, 0xf9, 0x66, 0x03, 0xbb, 0x64, 0x1b, 0x99, 0x81, 0x7c, 0x76,
|
||||
0x39, 0xbb, 0x32, 0x81, 0x52, 0x76, 0xa8, 0xf6, 0xb5, 0x2b, 0x0e, 0x39, 0x60, 0x91, 0x4c, 0xa0,
|
||||
0x98, 0x8d, 0xea, 0x45, 0xcf, 0xeb, 0x8d, 0x26, 0xae, 0x36, 0x3e, 0xc4, 0xf2, 0x08, 0xc3, 0xa5,
|
||||
0xec, 0xf0, 0x55, 0x30, 0x17, 0xd9, 0x2c, 0x8f, 0x38, 0x4d, 0x06, 0x1e, 0x65, 0xe0, 0xb4, 0x43,
|
||||
0x54, 0x66, 0xc6, 0x22, 0x3e, 0x96, 0xc7, 0x96, 0x33, 0x2b, 0x59, 0x94, 0xb2, 0x8b, 0x91, 0x6e,
|
||||
0x3a, 0xc1, 0x81, 0x7c, 0x8e, 0xe1, 0x62, 0x36, 0x51, 0x0f, 0xe1, 0x67, 0x8d, 0x80, 0xe6, 0x6b,
|
||||
0x3c, 0xae, 0x17, 0xd9, 0x21, 0x04, 0x23, 0x96, 0xe7, 0x3d, 0x95, 0x27, 0x58, 0x70, 0xec, 0x67,
|
||||
0x28, 0x83, 0x73, 0x3b, 0xd8, 0x67, 0x34, 0xc0, 0xcc, 0xd1, 0xa3, 0xfa, 0xd3, 0x0c, 0x18, 0x47,
|
||||
0x38, 0x68, 0x79, 0x6e, 0x80, 0x29, 0xac, 0xda, 0xae, 0xd5, 0x70, 0x10, 0xb0, 0xdd, 0x1f, 0x47,
|
||||
0xd1, 0x23, 0x3c, 0x0f, 0xc6, 0xaa, 0xc4, 0x21, 0xed, 0x80, 0x65, 0x7e, 0x02, 0x85, 0x4f, 0x42,
|
||||
0x45, 0x64, 0x4f, 0xaa, 0x88, 0x37, 0xe2, 0x99, 0x66, 0xbb, 0x3c, 0x79, 0x77, 0x3e, 0x04, 0x8b,
|
||||
0x2e, 0x14, 0x03, 0xaa, 0x9f, 0x4d, 0x45, 0x0b, 0xc0, 0x3b, 0x60, 0xdc, 0x20, 0xb5, 0xba, 0x71,
|
||||
0x84, 0x6b, 0xbc, 0x36, 0x72, 0x0b, 0xdd, 0x8e, 0x22, 0x1d, 0x3b, 0x87, 0xcd, 0xfb, 0x2a, 0x26,
|
||||
0xb5, 0xba, 0x86, 0x8f, 0x70, 0x4d, 0x45, 0x3d, 0x14, 0xbc, 0x07, 0x26, 0xf4, 0x7d, 0xec, 0x12,
|
||||
0xbd, 0x5e, 0xf7, 0xe5, 0x49, 0x46, 0x59, 0xec, 0x76, 0x94, 0x39, 0x4e, 0x71, 0xa8, 0x4b, 0x73,
|
||||
0xea, 0x75, 0x5f, 0x45, 0x7d, 0x1c, 0x34, 0xc1, 0xdc, 0xba, 0xd3, 0x68, 0xb6, 0xbc, 0x86, 0x4b,
|
||||
0x36, 0x2d, 0xab, 0xc2, 0xc8, 0x53, 0x8c, 0xbc, 0xd4, 0xed, 0x28, 0x97, 0x38, 0x79, 0x2f, 0x82,
|
||||
0x68, 0x07, 0x84, 0xb4, 0x42, 0x95, 0x34, 0x11, 0x6a, 0xe0, 0x5c, 0xce, 0x09, 0xf0, 0x5a, 0xc3,
|
||||
0x97, 0x31, 0xd3, 0x98, 0xef, 0x76, 0x94, 0x59, 0xae, 0xb1, 0xeb, 0x04, 0x58, 0xab, 0x37, 0x7c,
|
||||
0x15, 0x45, 0x18, 0xb8, 0x01, 0x66, 0x69, 0xf4, 0xbc, 0x8e, 0x2b, 0xbe, 0x77, 0x74, 0x2c, 0x7f,
|
||||
0xca, 0x32, 0x91, 0xbb, 0xd2, 0xed, 0x28, 0xb2, 0xf0, 0xae, 0x35, 0x06, 0xd1, 0x5a, 0x14, 0xa3,
|
||||
0xa2, 0x24, 0x0b, 0xea, 0x60, 0x9a, 0x9a, 0x2a, 0x18, 0xfb, 0x5c, 0xe6, 0x33, 0x2e, 0x73, 0xa9,
|
||||
0xdb, 0x51, 0xce, 0x0b, 0x32, 0x2d, 0x8c, 0xfd, 0x48, 0x24, 0xce, 0x80, 0x15, 0x00, 0xfb, 0xaa,
|
||||
0x86, 0x5b, 0x67, 0x2f, 0x26, 0x7f, 0xc2, 0xf2, 0x9f, 0x53, 0xba, 0x1d, 0xe5, 0x72, 0x3a, 0x1c,
|
||||
0x1c, 0xc2, 0x54, 0x34, 0x80, 0x0b, 0xff, 0x1f, 0x8c, 0x50, 0xab, 0xfc, 0x0b, 0x7e, 0x7a, 0x4c,
|
||||
0x86, 0xe9, 0xa7, 0xb6, 0xdc, 0x6c, 0xb7, 0xa3, 0x4c, 0xf6, 0x05, 0x55, 0xc4, 0xa0, 0x30, 0x07,
|
||||
0x16, 0xe9, 0xbf, 0x65, 0xb7, 0x5f, 0xe6, 0x01, 0xf1, 0x7c, 0x2c, 0xff, 0x32, 0xad, 0x81, 0x06,
|
||||
0x43, 0xe1, 0x1a, 0x98, 0xe1, 0x81, 0xe4, 0xb1, 0x4f, 0xd6, 0x1c, 0xe2, 0xc8, 0x1f, 0xb1, 0xd3,
|
||||
0x20, 0x77, 0xb9, 0xdb, 0x51, 0x2e, 0xf0, 0x35, 0xc3, 0xf8, 0x6b, 0xd8, 0x27, 0x5a, 0xdd, 0x21,
|
||||
0x8e, 0x8a, 0x12, 0x9c, 0xb8, 0x0a, 0x3b, 0x52, 0xbe, 0x7f, 0xa2, 0x4a, 0xcb, 0x21, 0x07, 0x31,
|
||||
0x15, 0x76, 0xe4, 0xe8, 0x60, 0x9a, 0x5b, 0x8a, 0xf8, 0x98, 0x85, 0xf2, 0x03, 0x2e, 0x22, 0xe4,
|
||||
0x25, 0x14, 0x79, 0x8a, 0x8f, 0xc3, 0x48, 0xe2, 0x8c, 0x98, 0x04, 0x8b, 0xe3, 0xe3, 0x93, 0x24,
|
||||
0x78, 0x18, 0x71, 0x06, 0xb4, 0xc0, 0x3c, 0x37, 0x58, 0x7e, 0x3b, 0x20, 0xb8, 0x9e, 0xd7, 0x59,
|
||||
0x2c, 0x3f, 0xe4, 0x42, 0xd7, 0xba, 0x1d, 0xe5, 0x6a, 0x4c, 0x88, 0x70, 0x98, 0x56, 0x73, 0xc2,
|
||||
0x90, 0x06, 0xd1, 0x07, 0xa8, 0xb2, 0xf0, 0x7e, 0x74, 0x0a, 0x55, 0x1e, 0xe5, 0x20, 0x3a, 0x7c,
|
||||
0x17, 0x4c, 0xd1, 0x9a, 0xec, 0xe5, 0xee, 0xef, 0x5c, 0xee, 0x62, 0xb7, 0xa3, 0x2c, 0x72, 0x39,
|
||||
0x56, 0xc3, 0x42, 0xe6, 0x62, 0x78, 0x91, 0xcf, 0xc2, 0xf9, 0xc7, 0x09, 0x7c, 0x1e, 0x46, 0x0c,
|
||||
0x0f, 0xdf, 0x06, 0x93, 0xf4, 0x39, 0xca, 0xd7, 0x3f, 0x39, 0x5d, 0xee, 0x76, 0x94, 0x05, 0x81,
|
||||
0xde, 0xcf, 0x96, 0x88, 0x16, 0xc8, 0x6c, 0xed, 0x7f, 0x0d, 0x27, 0xf3, 0xa5, 0x45, 0x34, 0x2c,
|
||||
0x81, 0x39, 0xfa, 0x18, 0xcf, 0xd1, 0xbf, 0xb3, 0xc9, 0xef, 0x8f, 0x49, 0xa4, 0x32, 0x94, 0xa6,
|
||||
0xa6, 0xf4, 0x58, 0x48, 0xff, 0x79, 0xa1, 0x1e, 0x8f, 0x2c, 0x4d, 0x85, 0xef, 0x24, 0x5a, 0xec,
|
||||
0x1f, 0x47, 0x92, 0x6f, 0x17, 0x84, 0xee, 0x68, 0x63, 0x63, 0xdd, 0xf7, 0xcd, 0x44, 0x4f, 0xf8,
|
||||
0xd3, 0x69, 0x9b, 0x02, 0x7c, 0x1d, 0x80, 0xde, 0x49, 0x1b, 0xc8, 0xbf, 0x1e, 0x4d, 0x9e, 0xec,
|
||||
0xbd, 0xc3, 0x39, 0x50, 0x91, 0x80, 0x54, 0x7f, 0x35, 0x15, 0x0d, 0x26, 0xf4, 0x5c, 0xa6, 0x7b,
|
||||
0x42, 0xcf, 0xe5, 0x4c, 0xf2, 0x5c, 0xa6, 0x1b, 0x18, 0x9e, 0xcb, 0x21, 0x06, 0xbe, 0x0a, 0xce,
|
||||
0x95, 0x30, 0xf9, 0xc0, 0xf3, 0x9f, 0xf2, 0xfe, 0x97, 0x83, 0xdd, 0x8e, 0x32, 0xc3, 0xe1, 0x2e,
|
||||
0x77, 0xa8, 0x28, 0x82, 0xc0, 0xeb, 0x60, 0x84, 0x75, 0x0d, 0xbe, 0xb5, 0xc2, 0xc9, 0xc6, 0xdb,
|
||||
0x04, 0x73, 0xc2, 0x3c, 0x98, 0x59, 0xc3, 0x4d, 0xe7, 0xd8, 0x74, 0x08, 0x76, 0x6b, 0xc7, 0x5b,
|
||||
0x01, 0xeb, 0x50, 0xd3, 0xe2, 0x71, 0x52, 0xa7, 0x7e, 0xad, 0xc9, 0x01, 0xda, 0x61, 0xa0, 0xa2,
|
||||
0x04, 0x05, 0x7e, 0x13, 0x48, 0x71, 0x0b, 0x7a, 0xc6, 0x7a, 0xd5, 0xb4, 0xd8, 0xab, 0x92, 0x32,
|
||||
0x9a, 0xff, 0x4c, 0x45, 0x29, 0x1e, 0x7c, 0x02, 0x16, 0xb7, 0x5b, 0x75, 0x87, 0xe0, 0x7a, 0x22,
|
||||
0xae, 0x69, 0x26, 0x78, 0xbd, 0xdb, 0x51, 0x14, 0x2e, 0xd8, 0xe6, 0x30, 0x2d, 0x1d, 0xdf, 0x60,
|
||||
0x05, 0x9a, 0x30, 0xe4, 0xb5, 0xdd, 0xba, 0xd9, 0x38, 0x6c, 0x10, 0x79, 0x71, 0x39, 0xb3, 0x32,
|
||||
0x9a, 0x3b, 0xdf, 0xed, 0x28, 0x90, 0xeb, 0xf9, 0xd4, 0xa7, 0x35, 0xa9, 0x53, 0x45, 0x02, 0x12,
|
||||
0xe6, 0xc0, 0x8c, 0x71, 0xd4, 0x20, 0x65, 0x37, 0xef, 0x04, 0x98, 0x26, 0x52, 0x3e, 0x9f, 0xea,
|
||||
0x62, 0x47, 0x0d, 0xa2, 0x79, 0xae, 0x46, 0x73, 0xde, 0xf6, 0xb1, 0x8a, 0x12, 0x0c, 0xf8, 0x16,
|
||||
0x98, 0x34, 0x5c, 0x67, 0xb7, 0x89, 0x2b, 0x2d, 0xdf, 0xdb, 0x93, 0x2f, 0x30, 0x81, 0x0b, 0xdd,
|
||||
0x8e, 0x32, 0x1f, 0x0a, 0x30, 0xa7, 0xd6, 0xa2, 0x5e, 0x15, 0x89, 0x58, 0x78, 0x1f, 0x4c, 0x52,
|
||||
0x19, 0xf6, 0x32, 0x5b, 0x81, 0xac, 0xb0, 0x7d, 0x10, 0xca, 0xbb, 0xc6, 0x1a, 0x38, 0xdb, 0x04,
|
||||
0xfa, 0xf2, 0x22, 0x98, 0x2e, 0x4b, 0x1f, 0xab, 0x07, 0xed, 0xbd, 0xbd, 0x26, 0x96, 0x97, 0x93,
|
||||
0xcb, 0x32, 0x6e, 0xc0, 0xbd, 0x21, 0x35, 0xc4, 0xc2, 0x97, 0xc1, 0x28, 0x7d, 0x0c, 0xe4, 0x6b,
|
||||
0x74, 0xb6, 0xcd, 0x49, 0xdd, 0x8e, 0x32, 0xd5, 0x27, 0x05, 0x2a, 0xe2, 0x6e, 0x58, 0x14, 0x26,
|
||||
0x95, 0xbc, 0x77, 0x78, 0xe8, 0xb8, 0xf5, 0x40, 0x56, 0x19, 0xe7, 0x6a, 0xb7, 0xa3, 0x5c, 0x4c,
|
||||
0x4e, 0x2a, 0xb5, 0x10, 0x23, 0x0e, 0x2a, 0x11, 0x8f, 0x96, 0x23, 0x6a, 0xbb, 0x2e, 0xf6, 0xe9,
|
||||
0xe4, 0xc4, 0x3e, 0xe7, 0x9b, 0xc9, 0xee, 0xe6, 0x33, 0x3f, 0x9b, 0xb2, 0xa2, 0xee, 0x16, 0xa7,
|
||||
0xc0, 0x02, 0x90, 0x8c, 0x23, 0x82, 0x7d, 0xd7, 0x69, 0xf6, 0x64, 0x56, 0x99, 0x8c, 0x10, 0x10,
|
||||
0x0e, 0x11, 0xa2, 0x50, 0x8a, 0x06, 0xf3, 0x60, 0xa2, 0x4a, 0x7c, 0x1c, 0x04, 0xd8, 0x0f, 0x64,
|
||||
0xbc, 0x9c, 0x5d, 0x99, 0xbc, 0x3b, 0x1b, 0x9d, 0x0c, 0xa1, 0x5d, 0x9c, 0xff, 0x82, 0x08, 0xab,
|
||||
0xa2, 0x3e, 0x0f, 0xde, 0x06, 0xe3, 0xf9, 0x03, 0x5c, 0x7b, 0x4a, 0x35, 0xf6, 0xd8, 0xc6, 0x08,
|
||||
0x9f, 0x79, 0x2d, 0xf4, 0xa8, 0xa8, 0x07, 0xa2, 0xbd, 0x95, 0xb3, 0x8b, 0xf8, 0x98, 0x4d, 0xf8,
|
||||
0x6c, 0xfa, 0x1a, 0x15, 0x0b, 0x8e, 0xaf, 0xc4, 0xce, 0xec, 0xa0, 0xf1, 0x21, 0x56, 0x51, 0x9c,
|
||||
0x01, 0x1f, 0x02, 0x18, 0x33, 0x98, 0x8e, 0xbf, 0x8f, 0xf9, 0xf8, 0x35, 0x9a, 0x5b, 0xee, 0x76,
|
||||
0x94, 0x2b, 0x03, 0x75, 0xb4, 0x26, 0xc5, 0xa9, 0x68, 0x00, 0x19, 0x3e, 0x02, 0x0b, 0x7d, 0x6b,
|
||||
0x7b, 0x6f, 0xaf, 0x71, 0x84, 0x1c, 0x77, 0x1f, 0xcb, 0x9f, 0x73, 0x51, 0xb5, 0xdb, 0x51, 0x96,
|
||||
0xd2, 0xa2, 0x0c, 0xa8, 0xf9, 0x14, 0xa9, 0xa2, 0x81, 0x02, 0xd0, 0x01, 0x17, 0x06, 0xd9, 0xad,
|
||||
0x23, 0x57, 0xfe, 0x82, 0x6b, 0xbf, 0xdc, 0xed, 0x28, 0xea, 0x89, 0xda, 0x1a, 0x39, 0x72, 0x55,
|
||||
0x34, 0x4c, 0x07, 0x6e, 0x82, 0xd9, 0x9e, 0xcb, 0x3a, 0x72, 0xcb, 0xad, 0x40, 0xfe, 0x92, 0x4b,
|
||||
0x0b, 0x25, 0x21, 0x48, 0x93, 0x23, 0x57, 0xf3, 0x5a, 0x81, 0x8a, 0x92, 0x34, 0xf8, 0x5e, 0x94,
|
||||
0x1b, 0x3e, 0x25, 0x04, 0x7c, 0x14, 0x1d, 0x15, 0x3b, 0x79, 0xa8, 0xc3, 0xe7, 0x8b, 0xa0, 0x97,
|
||||
0x9a, 0x90, 0x00, 0x5f, 0x8b, 0x6a, 0xea, 0x61, 0xa5, 0xca, 0x87, 0xd0, 0x51, 0xb1, 0x6d, 0x84,
|
||||
0xec, 0xf7, 0x5b, 0xfd, 0x22, 0x7a, 0x58, 0xa9, 0xaa, 0xdf, 0x02, 0xe3, 0x51, 0x45, 0xd1, 0x93,
|
||||
0xdd, 0x3a, 0x6e, 0x85, 0x77, 0x53, 0xf1, 0x64, 0x27, 0xc7, 0x2d, 0xac, 0x22, 0xe6, 0x84, 0x37,
|
||||
0xc1, 0xd8, 0x23, 0xdc, 0xd8, 0x3f, 0x20, 0xac, 0x57, 0x64, 0x72, 0x73, 0xdd, 0x8e, 0x32, 0xcd,
|
||||
0x61, 0x1f, 0x30, 0xbb, 0x8a, 0x42, 0x80, 0xfa, 0x33, 0x89, 0x8f, 0xc4, 0x54, 0xb8, 0x7f, 0xe9,
|
||||
0x15, 0x85, 0x5d, 0xe7, 0x90, 0x0a, 0xb3, 0xfb, 0xaf, 0xd0, 0xb4, 0xce, 0x9e, 0xa2, 0x69, 0xad,
|
||||
0x82, 0xb1, 0x47, 0xba, 0x49, 0xd1, 0xd9, 0x64, 0xcf, 0xfa, 0xc0, 0x69, 0x72, 0x70, 0x88, 0x80,
|
||||
0x65, 0x30, 0xbf, 0x89, 0x1d, 0x9f, 0xec, 0x62, 0x87, 0x14, 0x5c, 0x82, 0xfd, 0x67, 0x4e, 0x33,
|
||||
0x6c, 0x49, 0x59, 0x31, 0x53, 0x07, 0x11, 0x48, 0x6b, 0x84, 0x28, 0x15, 0x0d, 0x62, 0xc2, 0x02,
|
||||
0x98, 0x33, 0x9a, 0xb8, 0x46, 0x1a, 0x9e, 0x6b, 0x35, 0x0e, 0xb1, 0xd7, 0x26, 0x5b, 0x01, 0x6b,
|
||||
0x4d, 0x59, 0xf1, 0x48, 0xc1, 0x21, 0x44, 0x23, 0x1c, 0xa3, 0xa2, 0x34, 0x8b, 0x9e, 0x2a, 0x66,
|
||||
0x23, 0x20, 0xd8, 0x15, 0xae, 0xfd, 0x8b, 0xc9, 0x63, 0xae, 0xc9, 0x10, 0xd1, 0x3d, 0xa4, 0xed,
|
||||
0x37, 0x03, 0x15, 0xa5, 0x68, 0x10, 0x81, 0x79, 0xbd, 0xfe, 0x0c, 0xfb, 0xa4, 0x11, 0x60, 0x41,
|
||||
0xed, 0x3c, 0x53, 0x13, 0x3e, 0x4e, 0x27, 0x02, 0xc5, 0x05, 0x07, 0x91, 0xe1, 0x5b, 0xd1, 0x3c,
|
||||
0xae, 0xb7, 0x89, 0x67, 0x99, 0xd5, 0xb0, 0xc5, 0x08, 0xb9, 0x71, 0xda, 0xc4, 0xd3, 0x08, 0x15,
|
||||
0x88, 0x23, 0xe9, 0xa1, 0xdb, 0xbf, 0x1f, 0xe8, 0x6d, 0x72, 0x20, 0xcb, 0x8c, 0x3b, 0xe4, 0x4a,
|
||||
0xe1, 0xb4, 0x13, 0x57, 0x0a, 0x4a, 0x81, 0xdf, 0x10, 0x45, 0xd6, 0x1b, 0x4d, 0x2c, 0x5f, 0x4c,
|
||||
0xde, 0x8e, 0x19, 0x7b, 0xaf, 0x41, 0x3b, 0x4d, 0x02, 0xdb, 0x8f, 0xbe, 0x88, 0x8f, 0x19, 0xf9,
|
||||
0x52, 0xb2, 0xb2, 0xe8, 0x57, 0xc9, 0xb9, 0x71, 0x24, 0x34, 0x53, 0xf3, 0x3e, 0x13, 0xb8, 0x9c,
|
||||
0xbc, 0x8d, 0x08, 0xb3, 0x24, 0xd7, 0x19, 0x44, 0xa3, 0x7b, 0xc1, 0xd3, 0x45, 0x07, 0x4d, 0x96,
|
||||
0x15, 0x85, 0x65, 0x45, 0xd8, 0x8b, 0x30, 0xc7, 0x6c, 0x40, 0xe5, 0x09, 0x49, 0x50, 0xa0, 0x05,
|
||||
0xe6, 0x7a, 0x29, 0xea, 0xe9, 0x2c, 0x33, 0x1d, 0xe1, 0x24, 0x6b, 0xb8, 0x0d, 0xd2, 0x70, 0x9a,
|
||||
0x5a, 0x3f, 0xcb, 0x82, 0x64, 0x5a, 0x80, 0xce, 0x01, 0xf4, 0xe7, 0x28, 0xbf, 0xd7, 0x58, 0x8e,
|
||||
0x92, 0x43, 0x7c, 0x3f, 0xc9, 0x22, 0x98, 0xde, 0xa2, 0xd9, 0x75, 0x22, 0x9e, 0x66, 0x95, 0x49,
|
||||
0x08, 0x05, 0xc7, 0xef, 0x20, 0xa9, 0x5c, 0x0f, 0xe0, 0xd2, 0xb1, 0x3b, 0xba, 0xa0, 0xb0, 0xfd,
|
||||
0xbe, 0x3e, 0xfc, 0x3e, 0xc3, 0xb7, 0x3b, 0x06, 0x8f, 0x5e, 0x26, 0x4a, 0xf7, 0x4b, 0x43, 0x6f,
|
||||
0x24, 0x9c, 0x2c, 0x82, 0xe1, 0x56, 0xe2, 0x06, 0xc1, 0x14, 0x6e, 0xbc, 0xe8, 0x02, 0xc1, 0x85,
|
||||
0xd2, 0x4c, 0x3a, 0xde, 0x15, 0x78, 0x2a, 0xf2, 0xcd, 0x36, 0xfb, 0x7d, 0xe1, 0xcd, 0x64, 0xed,
|
||||
0x44, 0xa9, 0xaa, 0x71, 0x80, 0x8a, 0x12, 0x0c, 0xfa, 0x45, 0xc7, 0x2d, 0x55, 0xe2, 0x10, 0x1c,
|
||||
0x4e, 0x1d, 0xc2, 0x06, 0x27, 0x84, 0xb4, 0x80, 0xc2, 0x54, 0x34, 0x88, 0x9c, 0xd6, 0xb4, 0xbc,
|
||||
0xa7, 0xd8, 0x95, 0x5f, 0x79, 0x91, 0x26, 0xa1, 0xb0, 0x94, 0x26, 0x23, 0xc3, 0x07, 0x60, 0x3a,
|
||||
0xba, 0xc3, 0xe4, 0xbd, 0xb6, 0x4b, 0xe4, 0x7b, 0xec, 0x2c, 0x14, 0x9b, 0x57, 0x74, 0x59, 0xaa,
|
||||
0x51, 0x3f, 0x6d, 0x5e, 0x22, 0x1e, 0x9a, 0x60, 0xee, 0x61, 0xdb, 0x23, 0x4e, 0xce, 0xa9, 0x3d,
|
||||
0xc5, 0x6e, 0x3d, 0x77, 0x4c, 0x70, 0x20, 0xbf, 0xc6, 0x44, 0x84, 0x59, 0xff, 0x7d, 0x0a, 0xd1,
|
||||
0x76, 0x39, 0x46, 0xdb, 0xa5, 0x20, 0x15, 0xa5, 0x89, 0xb4, 0x95, 0x54, 0x7c, 0xbc, 0xe3, 0x11,
|
||||
0x2c, 0x3f, 0x48, 0x1e, 0x57, 0x2d, 0x1f, 0x6b, 0xcf, 0x3c, 0xba, 0x3b, 0x11, 0x46, 0xdc, 0x11,
|
||||
0xcf, 0xf7, 0xdb, 0x2d, 0xc2, 0x26, 0x26, 0xf9, 0xbd, 0x64, 0x19, 0xf7, 0x76, 0x84, 0xa3, 0x34,
|
||||
0x36, 0x63, 0x09, 0x3b, 0x22, 0x90, 0x69, 0x9b, 0x34, 0xbd, 0xfd, 0x7d, 0xec, 0xcb, 0x1b, 0x6c,
|
||||
0x63, 0x85, 0x36, 0xd9, 0x64, 0x76, 0x15, 0x85, 0x00, 0x7a, 0x7f, 0x30, 0xbd, 0xfd, 0x72, 0x9b,
|
||||
0xb4, 0xda, 0x24, 0x90, 0x37, 0xd9, 0xf7, 0x2c, 0xdc, 0x1f, 0x9a, 0xde, 0xbe, 0xe6, 0x71, 0xa7,
|
||||
0x8a, 0x04, 0x24, 0xbc, 0x03, 0xc6, 0x4d, 0x6f, 0xdf, 0xc4, 0xcf, 0x70, 0x53, 0x2e, 0x24, 0x0f,
|
||||
0x45, 0xca, 0x6a, 0x52, 0x97, 0x8a, 0x7a, 0x28, 0x58, 0x06, 0xb0, 0xea, 0xd5, 0x9e, 0x62, 0x82,
|
||||
0x70, 0x3b, 0xc0, 0xf4, 0xa2, 0x86, 0x83, 0x40, 0x7e, 0xc8, 0xde, 0x53, 0x28, 0xf1, 0x80, 0x61,
|
||||
0x34, 0x9f, 0x82, 0xd8, 0x2f, 0xff, 0x70, 0x10, 0xd0, 0xd9, 0x2d, 0x45, 0x85, 0xeb, 0x60, 0x56,
|
||||
0xb0, 0x56, 0x3c, 0x9f, 0xc8, 0x28, 0xf9, 0x0b, 0xbd, 0x98, 0x5a, 0xcb, 0xf3, 0x09, 0x9d, 0x7e,
|
||||
0xe2, 0xa4, 0xd5, 0xff, 0x66, 0xc0, 0x54, 0x34, 0x86, 0xb0, 0x29, 0x03, 0x82, 0x99, 0xe2, 0x8e,
|
||||
0xfd, 0x08, 0x15, 0x2c, 0xc3, 0xae, 0x6e, 0xe9, 0xa6, 0x29, 0x9d, 0x89, 0xd9, 0x4c, 0x1d, 0x6d,
|
||||
0x18, 0x52, 0x06, 0xce, 0x83, 0xd9, 0xe2, 0x8e, 0x8d, 0x0c, 0x7d, 0xcd, 0x2e, 0x97, 0x0c, 0xbb,
|
||||
0x68, 0x3c, 0x91, 0xce, 0xc2, 0x39, 0x30, 0x1d, 0x19, 0x91, 0x5e, 0xda, 0x30, 0xa4, 0x2c, 0x5c,
|
||||
0x04, 0x73, 0xc5, 0x1d, 0x7b, 0xcd, 0x30, 0x0d, 0xcb, 0xe8, 0x21, 0x47, 0x42, 0x7a, 0x68, 0xe6,
|
||||
0xd8, 0x51, 0x78, 0x01, 0xcc, 0x17, 0x77, 0x6c, 0xeb, 0x71, 0x29, 0x5c, 0x8b, 0xbb, 0xa5, 0x31,
|
||||
0x38, 0x01, 0x46, 0x4d, 0x43, 0xaf, 0x1a, 0x12, 0xa0, 0x44, 0xc3, 0x34, 0xf2, 0x56, 0xa1, 0x5c,
|
||||
0xb2, 0xd1, 0x76, 0xa9, 0x64, 0x20, 0x69, 0x01, 0x4a, 0x60, 0xea, 0x91, 0x6e, 0xe5, 0x37, 0x23,
|
||||
0x8b, 0x42, 0x97, 0x35, 0xcb, 0xf9, 0xa2, 0x8d, 0xf4, 0xbc, 0x81, 0x22, 0xf3, 0x4d, 0x0a, 0x64,
|
||||
0x42, 0x91, 0xe5, 0xde, 0xea, 0xb7, 0xc1, 0xb9, 0x70, 0x4c, 0x87, 0x93, 0xe0, 0x5c, 0x71, 0xc7,
|
||||
0xde, 0xd4, 0xab, 0x9b, 0xd2, 0x99, 0x3e, 0xd2, 0x78, 0x5c, 0x29, 0x20, 0xfa, 0xc6, 0x00, 0x8c,
|
||||
0x85, 0xac, 0xb3, 0x70, 0x0a, 0x8c, 0x97, 0xca, 0x76, 0x7e, 0xd3, 0xc8, 0x17, 0xa5, 0x2c, 0xbc,
|
||||
0x04, 0xce, 0x57, 0x37, 0xcb, 0xc8, 0xb2, 0x2d, 0xcb, 0xb4, 0x63, 0xac, 0x91, 0xd5, 0x9f, 0x64,
|
||||
0x85, 0xff, 0x0c, 0x81, 0xb3, 0x60, 0xb2, 0x54, 0xb6, 0xec, 0xaa, 0xa5, 0x23, 0xcb, 0x58, 0x93,
|
||||
0xce, 0xc0, 0xf3, 0x00, 0x16, 0x4a, 0x05, 0xab, 0xa0, 0x9b, 0xdc, 0x68, 0x1b, 0x56, 0x7e, 0x4d,
|
||||
0x02, 0x74, 0x79, 0x64, 0x08, 0x96, 0x49, 0x6a, 0xa9, 0x16, 0x36, 0x2c, 0x03, 0x6d, 0x71, 0xcb,
|
||||
0x02, 0x5c, 0x06, 0x57, 0xaa, 0x85, 0x8d, 0x87, 0xdb, 0x05, 0x8e, 0xb1, 0xf5, 0xd2, 0x9a, 0x8d,
|
||||
0x8c, 0xad, 0xf2, 0x8e, 0x61, 0xaf, 0xe9, 0x96, 0x2e, 0x2d, 0xd2, 0x7c, 0x54, 0xf5, 0x1d, 0xc3,
|
||||
0xae, 0x96, 0xf4, 0x4a, 0x75, 0xb3, 0x6c, 0x49, 0x4b, 0xf0, 0x1a, 0xb8, 0x4a, 0x85, 0xcb, 0xc8,
|
||||
0xb0, 0xa3, 0x05, 0xd6, 0x51, 0x79, 0xab, 0x0f, 0x51, 0xe0, 0x45, 0xb0, 0x38, 0xd8, 0xb5, 0x4c,
|
||||
0xd9, 0xa9, 0x25, 0x75, 0x94, 0xdf, 0x2c, 0x44, 0x6b, 0xae, 0xc0, 0xdb, 0xe0, 0x95, 0x93, 0xa2,
|
||||
0x62, 0xcf, 0x55, 0xab, 0x5c, 0xb1, 0xf5, 0x0d, 0xa3, 0x64, 0x49, 0x37, 0xe1, 0x55, 0x70, 0x31,
|
||||
0x67, 0xea, 0xf9, 0xe2, 0x66, 0xd9, 0x34, 0xec, 0x8a, 0x61, 0x20, 0xbb, 0xc2, 0xf6, 0xf2, 0xb1,
|
||||
0x8d, 0x1e, 0x4b, 0x75, 0xa8, 0x80, 0xcb, 0xdb, 0xa5, 0xe1, 0x00, 0x0c, 0x2f, 0x81, 0xc5, 0x35,
|
||||
0xc3, 0xd4, 0x9f, 0xa4, 0x5c, 0xcf, 0x33, 0xf0, 0x0a, 0xb8, 0xb0, 0x5d, 0x1a, 0xec, 0xfd, 0x34,
|
||||
0xb3, 0xfa, 0xf1, 0x24, 0x18, 0xa1, 0x77, 0x5e, 0x28, 0x83, 0x85, 0x68, 0x6f, 0x69, 0x89, 0xae,
|
||||
0x97, 0x4d, 0xb3, 0xfc, 0xc8, 0x40, 0xd2, 0x99, 0xf0, 0x6d, 0x52, 0x1e, 0x7b, 0xbb, 0x64, 0x15,
|
||||
0x4c, 0xdb, 0x42, 0x85, 0x8d, 0x0d, 0x03, 0xf5, 0x77, 0x28, 0x43, 0xbf, 0x95, 0x88, 0x60, 0x1a,
|
||||
0xfa, 0x1a, 0xab, 0x96, 0x9b, 0xe0, 0x46, 0xdc, 0x36, 0x8c, 0x9e, 0x15, 0xe9, 0x0f, 0xb7, 0xcb,
|
||||
0x68, 0x7b, 0x4b, 0x1a, 0xa1, 0x45, 0x13, 0xd9, 0xe8, 0xf7, 0x38, 0x0a, 0xaf, 0x03, 0x25, 0xda,
|
||||
0x62, 0x61, 0x77, 0x63, 0x91, 0x03, 0x78, 0x1f, 0xbc, 0xfe, 0x02, 0xd0, 0xb0, 0x28, 0x26, 0x69,
|
||||
0x4a, 0x06, 0x70, 0xc3, 0xf7, 0x99, 0x82, 0xaf, 0x81, 0x3b, 0x43, 0xdd, 0xc3, 0x44, 0xa7, 0xe1,
|
||||
0x3a, 0xc8, 0x0d, 0x60, 0xf1, 0xb7, 0x0c, 0x2d, 0xbc, 0x2e, 0x43, 0xa1, 0x88, 0x1a, 0x16, 0x61,
|
||||
0x1e, 0xd1, 0x2f, 0x5c, 0x9a, 0x81, 0xab, 0xe0, 0xe5, 0xa1, 0xe5, 0x10, 0xdf, 0x84, 0x3a, 0xd4,
|
||||
0xc1, 0x3b, 0xa7, 0xc3, 0x0e, 0x0b, 0x1b, 0xc3, 0x97, 0xc0, 0xf2, 0x70, 0x89, 0x70, 0x4b, 0xf6,
|
||||
0xe0, 0xdb, 0xe0, 0x8d, 0x17, 0xa1, 0x86, 0x2d, 0xb1, 0x7f, 0xf2, 0x12, 0x61, 0x19, 0x1c, 0xd0,
|
||||
0x6f, 0x6f, 0x38, 0x8a, 0x16, 0x46, 0x03, 0xfe, 0x1f, 0x50, 0x07, 0x16, 0x7b, 0x7c, 0x5b, 0x9e,
|
||||
0x67, 0xe0, 0x2d, 0x70, 0x13, 0xe9, 0xa5, 0xb5, 0xf2, 0x96, 0x7d, 0x0a, 0xfc, 0xa7, 0x19, 0xf8,
|
||||
0x2e, 0x78, 0xeb, 0xc5, 0xc0, 0x61, 0x2f, 0xf8, 0x59, 0x06, 0x1a, 0xe0, 0xbd, 0x53, 0xaf, 0x37,
|
||||
0x4c, 0xe6, 0xf3, 0x0c, 0xbc, 0x06, 0xae, 0x0c, 0xe6, 0x87, 0x79, 0xf8, 0x22, 0x03, 0x57, 0xc0,
|
||||
0xf5, 0x13, 0x57, 0x0a, 0x91, 0x5f, 0x66, 0xe0, 0x9b, 0xe0, 0xde, 0x49, 0x90, 0x61, 0x61, 0xfc,
|
||||
0x26, 0x03, 0x1f, 0x80, 0xfb, 0xa7, 0x58, 0x63, 0x98, 0xc0, 0x6f, 0x4f, 0x78, 0x8f, 0x30, 0xd9,
|
||||
0x5f, 0xbd, 0xf8, 0x3d, 0x42, 0xe4, 0xef, 0x32, 0x70, 0x09, 0x5c, 0x1c, 0x0c, 0xa1, 0x35, 0xf1,
|
||||
0xfb, 0x0c, 0xbc, 0x01, 0x96, 0x4f, 0x54, 0xa2, 0xb0, 0x3f, 0x64, 0xa0, 0x0c, 0xe6, 0x4b, 0x65,
|
||||
0x7b, 0x5d, 0x2f, 0x98, 0xf6, 0xa3, 0x82, 0xb5, 0x69, 0x57, 0x2d, 0x64, 0x54, 0xab, 0xd2, 0xcf,
|
||||
0xcf, 0xd2, 0x50, 0x62, 0x9e, 0x52, 0x39, 0x74, 0xda, 0xeb, 0x65, 0x64, 0x9b, 0x85, 0x1d, 0xa3,
|
||||
0x44, 0x91, 0x9f, 0x9c, 0x85, 0xb3, 0x00, 0x50, 0x58, 0xa5, 0x5c, 0x28, 0x59, 0x55, 0xe9, 0x7b,
|
||||
0x59, 0xf8, 0x12, 0x50, 0xfa, 0x06, 0xce, 0x5e, 0x2b, 0x54, 0x8b, 0x76, 0xa1, 0x6c, 0x9b, 0xba,
|
||||
0x65, 0x94, 0xf2, 0x4f, 0xa4, 0x8f, 0xb2, 0x70, 0x1a, 0x8c, 0x1b, 0x8f, 0x2d, 0x03, 0x95, 0x74,
|
||||
0x53, 0xfa, 0x5b, 0xf6, 0xee, 0x03, 0x30, 0x61, 0xf9, 0x8e, 0x1b, 0xd0, 0x91, 0x05, 0xde, 0x15,
|
||||
0x1f, 0x66, 0xc2, 0x5f, 0xd5, 0x85, 0x7f, 0x68, 0x70, 0x69, 0xb6, 0xf7, 0xcc, 0xff, 0xa7, 0x59,
|
||||
0x3d, 0xb3, 0x92, 0xb9, 0x93, 0xc9, 0x2d, 0x3c, 0xff, 0xcb, 0xd2, 0x99, 0xe7, 0x5f, 0x2f, 0x65,
|
||||
0xbe, 0xfa, 0x7a, 0x29, 0xf3, 0xe7, 0xaf, 0x97, 0x32, 0x3f, 0xfe, 0xeb, 0xd2, 0x99, 0xdd, 0x31,
|
||||
0xf6, 0x87, 0x0a, 0xf7, 0xfe, 0x17, 0x00, 0x00, 0xff, 0xff, 0x98, 0xc0, 0x8e, 0xfb, 0xd8, 0x20,
|
||||
0x00, 0x00,
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
@ -1438,6 +1440,13 @@ func (m *SnapshotInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
||||
i -= len(m.XXX_unrecognized)
|
||||
copy(dAtA[i:], m.XXX_unrecognized)
|
||||
}
|
||||
if len(m.Version) > 0 {
|
||||
i -= len(m.Version)
|
||||
copy(dAtA[i:], m.Version)
|
||||
i = encodeVarintRpc(dAtA, i, uint64(len(m.Version)))
|
||||
i--
|
||||
dAtA[i] = 0x52
|
||||
}
|
||||
if len(m.Took) > 0 {
|
||||
i -= len(m.Took)
|
||||
copy(dAtA[i:], m.Took)
|
||||
@ -2492,6 +2501,10 @@ func (m *SnapshotInfo) Size() (n int) {
|
||||
if l > 0 {
|
||||
n += 1 + l + sovRpc(uint64(l))
|
||||
}
|
||||
l = len(m.Version)
|
||||
if l > 0 {
|
||||
n += 1 + l + sovRpc(uint64(l))
|
||||
}
|
||||
if m.XXX_unrecognized != nil {
|
||||
n += len(m.XXX_unrecognized)
|
||||
}
|
||||
@ -3311,6 +3324,38 @@ func (m *SnapshotInfo) Unmarshal(dAtA []byte) error {
|
||||
}
|
||||
m.Took = string(dAtA[iNdEx:postIndex])
|
||||
iNdEx = postIndex
|
||||
case 10:
|
||||
if wireType != 2 {
|
||||
return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType)
|
||||
}
|
||||
var stringLen uint64
|
||||
for shift := uint(0); ; shift += 7 {
|
||||
if shift >= 64 {
|
||||
return ErrIntOverflowRpc
|
||||
}
|
||||
if iNdEx >= l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
b := dAtA[iNdEx]
|
||||
iNdEx++
|
||||
stringLen |= uint64(b&0x7F) << shift
|
||||
if b < 0x80 {
|
||||
break
|
||||
}
|
||||
}
|
||||
intStringLen := int(stringLen)
|
||||
if intStringLen < 0 {
|
||||
return ErrInvalidLengthRpc
|
||||
}
|
||||
postIndex := iNdEx + intStringLen
|
||||
if postIndex < 0 {
|
||||
return ErrInvalidLengthRpc
|
||||
}
|
||||
if postIndex > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
m.Version = string(dAtA[iNdEx:postIndex])
|
||||
iNdEx = postIndex
|
||||
default:
|
||||
iNdEx = preIndex
|
||||
skippy, err := skipRpc(dAtA[iNdEx:])
|
||||
|
@ -27,6 +27,7 @@ message SnapshotInfo {
|
||||
int64 SnapshotHash = 7;
|
||||
int64 SnapshotRevision = 8;
|
||||
string Took = 9;
|
||||
string Version = 10;
|
||||
}
|
||||
|
||||
message Response {
|
||||
|
@ -29,6 +29,7 @@ import (
|
||||
"google.golang.org/grpc"
|
||||
|
||||
"go.etcd.io/etcd/api/v3/v3rpc/rpctypes"
|
||||
"go.etcd.io/etcd/api/v3/version"
|
||||
"go.etcd.io/etcd/client/v3"
|
||||
"go.etcd.io/etcd/server/v3/lease"
|
||||
"go.etcd.io/etcd/server/v3/mvcc"
|
||||
@ -98,9 +99,9 @@ func TestMaintenanceMoveLeader(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestMaintenanceSnapshotError ensures that context cancel/timeout
|
||||
// TestMaintenanceSnapshotCancel ensures that context cancel
|
||||
// before snapshot reading returns corresponding context errors.
|
||||
func TestMaintenanceSnapshotError(t *testing.T) {
|
||||
func TestMaintenanceSnapshotCancel(t *testing.T) {
|
||||
integration.BeforeTest(t)
|
||||
|
||||
clus := integration.NewClusterV3(t, &integration.ClusterConfig{Size: 1})
|
||||
@ -119,11 +120,40 @@ func TestMaintenanceSnapshotError(t *testing.T) {
|
||||
if err != context.Canceled {
|
||||
t.Errorf("expected %v, got %v", context.Canceled, err)
|
||||
}
|
||||
}
|
||||
|
||||
// TestMaintenanceSnapshotWithVersionTimeout ensures that SnapshotWithVersion function
|
||||
// returns corresponding context errors when context timeout happened before snapshot reading
|
||||
func TestMaintenanceSnapshotWithVersionTimeout(t *testing.T) {
|
||||
testMaintenanceSnapshotTimeout(t, func(ctx context.Context, client *clientv3.Client) (io.ReadCloser, error) {
|
||||
resp, err := client.SnapshotWithVersion(ctx)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return resp.Snapshot, nil
|
||||
})
|
||||
}
|
||||
|
||||
// TestMaintenanceSnapshotTimeout ensures that Snapshot function
|
||||
// returns corresponding context errors when context timeout happened before snapshot reading
|
||||
func TestMaintenanceSnapshotTimeout(t *testing.T) {
|
||||
testMaintenanceSnapshotTimeout(t, func(ctx context.Context, client *clientv3.Client) (io.ReadCloser, error) {
|
||||
return client.Snapshot(ctx)
|
||||
})
|
||||
}
|
||||
|
||||
// testMaintenanceSnapshotTimeout given snapshot function ensures that it
|
||||
// returns corresponding context errors when context timeout happened before snapshot reading
|
||||
func testMaintenanceSnapshotTimeout(t *testing.T, snapshot func(context.Context, *clientv3.Client) (io.ReadCloser, error)) {
|
||||
integration.BeforeTest(t)
|
||||
|
||||
clus := integration.NewClusterV3(t, &integration.ClusterConfig{Size: 1})
|
||||
defer clus.Terminate(t)
|
||||
|
||||
// reading snapshot with deadline exceeded should error out
|
||||
ctx, cancel = context.WithTimeout(context.Background(), time.Second)
|
||||
ctx, cancel := context.WithTimeout(context.Background(), time.Second)
|
||||
defer cancel()
|
||||
rc2, err := clus.RandClient().Snapshot(ctx)
|
||||
rc2, err := snapshot(ctx, clus.RandClient())
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
@ -137,9 +167,29 @@ func TestMaintenanceSnapshotError(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestMaintenanceSnapshotErrorInflight ensures that inflight context cancel/timeout
|
||||
// fails snapshot reading with corresponding context errors.
|
||||
// TestMaintenanceSnapshotWithVersionErrorInflight ensures that ReaderCloser returned by SnapshotWithVersion function
|
||||
// will fail to read with corresponding context errors on inflight context cancel timeout.
|
||||
func TestMaintenanceSnapshotWithVersionErrorInflight(t *testing.T) {
|
||||
testMaintenanceSnapshotErrorInflight(t, func(ctx context.Context, client *clientv3.Client) (io.ReadCloser, error) {
|
||||
resp, err := client.SnapshotWithVersion(ctx)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return resp.Snapshot, nil
|
||||
})
|
||||
}
|
||||
|
||||
// TestMaintenanceSnapshotError ensures that ReaderCloser returned by Snapshot function
|
||||
// will fail to read with corresponding context errors on inflight context cancel timeout.
|
||||
func TestMaintenanceSnapshotErrorInflight(t *testing.T) {
|
||||
testMaintenanceSnapshotErrorInflight(t, func(ctx context.Context, client *clientv3.Client) (io.ReadCloser, error) {
|
||||
return client.Snapshot(ctx)
|
||||
})
|
||||
}
|
||||
|
||||
// testMaintenanceSnapshotErrorInflight given snapshot function ensures that ReaderCloser returned by it
|
||||
// will fail to read with corresponding context errors on inflight context cancel timeout.
|
||||
func testMaintenanceSnapshotErrorInflight(t *testing.T, snapshot func(context.Context, *clientv3.Client) (io.ReadCloser, error)) {
|
||||
integration.BeforeTest(t)
|
||||
|
||||
clus := integration.NewClusterV3(t, &integration.ClusterConfig{Size: 1})
|
||||
@ -158,10 +208,9 @@ func TestMaintenanceSnapshotErrorInflight(t *testing.T) {
|
||||
b.Close()
|
||||
clus.Members[0].Restart(t)
|
||||
|
||||
cli := clus.RandClient()
|
||||
// reading snapshot with canceled context should error out
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
rc1, err := cli.Snapshot(ctx)
|
||||
rc1, err := snapshot(ctx, clus.RandClient())
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
@ -182,7 +231,7 @@ func TestMaintenanceSnapshotErrorInflight(t *testing.T) {
|
||||
// reading snapshot with deadline exceeded should error out
|
||||
ctx, cancel = context.WithTimeout(context.Background(), time.Second)
|
||||
defer cancel()
|
||||
rc2, err := clus.RandClient().Snapshot(ctx)
|
||||
rc2, err := snapshot(ctx, clus.RandClient())
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
@ -196,6 +245,24 @@ func TestMaintenanceSnapshotErrorInflight(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestMaintenanceSnapshotWithVersionVersion ensures that SnapshotWithVersion returns correct version value.
|
||||
func TestMaintenanceSnapshotWithVersionVersion(t *testing.T) {
|
||||
integration.BeforeTest(t)
|
||||
|
||||
clus := integration.NewClusterV3(t, &integration.ClusterConfig{Size: 1})
|
||||
defer clus.Terminate(t)
|
||||
|
||||
// reading snapshot with canceled context should error out
|
||||
resp, err := clus.RandClient().SnapshotWithVersion(context.Background())
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
defer resp.Snapshot.Close()
|
||||
if resp.Version != version.Version {
|
||||
t.Errorf("unexpected version, expected %q, got %q", version.Version, resp.Version)
|
||||
}
|
||||
}
|
||||
|
||||
func TestMaintenanceStatus(t *testing.T) {
|
||||
integration.BeforeTest(t)
|
||||
|
||||
|
@ -24,6 +24,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"go.etcd.io/etcd/api/v3/version"
|
||||
"go.etcd.io/etcd/client/pkg/v3/fileutil"
|
||||
"go.etcd.io/etcd/client/pkg/v3/testutil"
|
||||
"go.etcd.io/etcd/client/v3"
|
||||
@ -38,7 +39,7 @@ import (
|
||||
func TestSaveSnapshotFilePermissions(t *testing.T) {
|
||||
expectedFileMode := os.FileMode(fileutil.PrivateFileMode)
|
||||
kvs := []kv{{"foo1", "bar1"}, {"foo2", "bar2"}, {"foo3", "bar3"}}
|
||||
dbPath := createSnapshotFile(t, kvs)
|
||||
_, dbPath := createSnapshotFile(t, kvs)
|
||||
defer os.RemoveAll(dbPath)
|
||||
|
||||
dbInfo, err := os.Stat(dbPath)
|
||||
@ -52,12 +53,23 @@ func TestSaveSnapshotFilePermissions(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestSaveSnapshotVersion ensures that the snapshot returns proper etcd version.
|
||||
func TestSaveSnapshotVersion(t *testing.T) {
|
||||
kvs := []kv{{"foo1", "bar1"}, {"foo2", "bar2"}, {"foo3", "bar3"}}
|
||||
ver, dbPath := createSnapshotFile(t, kvs)
|
||||
defer os.RemoveAll(dbPath)
|
||||
|
||||
if ver != version.Version {
|
||||
t.Fatalf("expected snapshot version %s, got %s:", version.Version, ver)
|
||||
}
|
||||
}
|
||||
|
||||
type kv struct {
|
||||
k, v string
|
||||
}
|
||||
|
||||
// creates a snapshot file and returns the file path.
|
||||
func createSnapshotFile(t *testing.T, kvs []kv) string {
|
||||
func createSnapshotFile(t *testing.T, kvs []kv) (version string, dbPath string) {
|
||||
testutil.SkipTestIfShortMode(t,
|
||||
"Snapshot creation tests are depending on embedded etcServer so are integration-level tests.")
|
||||
clusterN := 1
|
||||
@ -97,12 +109,12 @@ func createSnapshotFile(t *testing.T, kvs []kv) string {
|
||||
}
|
||||
}
|
||||
|
||||
dpPath := filepath.Join(t.TempDir(), fmt.Sprintf("snapshot%d.db", time.Now().Nanosecond()))
|
||||
if err = snapshot.Save(context.Background(), zaptest.NewLogger(t), ccfg, dpPath); err != nil {
|
||||
dbPath = filepath.Join(t.TempDir(), fmt.Sprintf("snapshot%d.db", time.Now().Nanosecond()))
|
||||
version, err = snapshot.SaveWithVersion(context.Background(), zaptest.NewLogger(t), ccfg, dbPath)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
return dpPath
|
||||
return version, dbPath
|
||||
}
|
||||
|
||||
func newEmbedURLs(n int) (urls []url.URL) {
|
||||
|
@ -210,10 +210,10 @@ func createSnapshotFile(t *testing.T, kvs []kv) string {
|
||||
|
||||
sp := snapshot.NewV3(zaptest.NewLogger(t))
|
||||
dpPath := filepath.Join(t.TempDir(), fmt.Sprintf("snapshot%d.db", time.Now().Nanosecond()))
|
||||
if err = sp.Save(context.Background(), ccfg, dpPath); err != nil {
|
||||
_, err = sp.Save(context.Background(), ccfg, dpPath)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
return dpPath
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user