aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weed/pb/volume_server.proto13
-rw-r--r--weed/pb/volume_server_pb/volume_server.pb.go498
-rw-r--r--weed/server/master_server.go10
-rw-r--r--weed/server/volume_grpc_admin.go18
-rw-r--r--weed/server/volume_server.go8
5 files changed, 327 insertions, 220 deletions
diff --git a/weed/pb/volume_server.proto b/weed/pb/volume_server.proto
index 284e00633..54b0da19d 100644
--- a/weed/pb/volume_server.proto
+++ b/weed/pb/volume_server.proto
@@ -81,7 +81,10 @@ service VolumeServer {
rpc VolumeTierMoveDatFromRemote (VolumeTierMoveDatFromRemoteRequest) returns (stream VolumeTierMoveDatFromRemoteResponse) {
}
- // query
+ rpc VolumeServerStatus (VolumeServerStatusRequest) returns (VolumeServerStatusResponse) {
+ }
+
+ // <experimental> query
rpc Query (QueryRequest) returns (stream QueriedStripe) {
}
@@ -409,6 +412,14 @@ message VolumeTierMoveDatFromRemoteResponse {
float processedPercentage = 2;
}
+message VolumeServerStatusRequest {
+
+}
+message VolumeServerStatusResponse {
+ repeated DiskStatus disk_statuses = 1;
+ MemStatus memory_status = 2;
+}
+
// select on volume servers
message QueryRequest {
repeated string selections = 1;
diff --git a/weed/pb/volume_server_pb/volume_server.pb.go b/weed/pb/volume_server_pb/volume_server.pb.go
index ec196a1d9..d14e98693 100644
--- a/weed/pb/volume_server_pb/volume_server.pb.go
+++ b/weed/pb/volume_server_pb/volume_server.pb.go
@@ -77,6 +77,8 @@ It has these top-level messages:
VolumeTierMoveDatToRemoteResponse
VolumeTierMoveDatFromRemoteRequest
VolumeTierMoveDatFromRemoteResponse
+ VolumeServerStatusRequest
+ VolumeServerStatusResponse
QueryRequest
QueriedStripe
*/
@@ -1831,6 +1833,38 @@ func (m *VolumeTierMoveDatFromRemoteResponse) GetProcessedPercentage() float32 {
return 0
}
+type VolumeServerStatusRequest struct {
+}
+
+func (m *VolumeServerStatusRequest) Reset() { *m = VolumeServerStatusRequest{} }
+func (m *VolumeServerStatusRequest) String() string { return proto.CompactTextString(m) }
+func (*VolumeServerStatusRequest) ProtoMessage() {}
+func (*VolumeServerStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{68} }
+
+type VolumeServerStatusResponse struct {
+ DiskStatuses []*DiskStatus `protobuf:"bytes,1,rep,name=disk_statuses,json=diskStatuses" json:"disk_statuses,omitempty"`
+ MemoryStatus *MemStatus `protobuf:"bytes,2,opt,name=memory_status,json=memoryStatus" json:"memory_status,omitempty"`
+}
+
+func (m *VolumeServerStatusResponse) Reset() { *m = VolumeServerStatusResponse{} }
+func (m *VolumeServerStatusResponse) String() string { return proto.CompactTextString(m) }
+func (*VolumeServerStatusResponse) ProtoMessage() {}
+func (*VolumeServerStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{69} }
+
+func (m *VolumeServerStatusResponse) GetDiskStatuses() []*DiskStatus {
+ if m != nil {
+ return m.DiskStatuses
+ }
+ return nil
+}
+
+func (m *VolumeServerStatusResponse) GetMemoryStatus() *MemStatus {
+ if m != nil {
+ return m.MemoryStatus
+ }
+ return nil
+}
+
// select on volume servers
type QueryRequest struct {
Selections []string `protobuf:"bytes,1,rep,name=selections" json:"selections,omitempty"`
@@ -1843,7 +1877,7 @@ type QueryRequest struct {
func (m *QueryRequest) Reset() { *m = QueryRequest{} }
func (m *QueryRequest) String() string { return proto.CompactTextString(m) }
func (*QueryRequest) ProtoMessage() {}
-func (*QueryRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{68} }
+func (*QueryRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{70} }
func (m *QueryRequest) GetSelections() []string {
if m != nil {
@@ -1889,7 +1923,7 @@ type QueryRequest_Filter struct {
func (m *QueryRequest_Filter) Reset() { *m = QueryRequest_Filter{} }
func (m *QueryRequest_Filter) String() string { return proto.CompactTextString(m) }
func (*QueryRequest_Filter) ProtoMessage() {}
-func (*QueryRequest_Filter) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{68, 0} }
+func (*QueryRequest_Filter) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{70, 0} }
func (m *QueryRequest_Filter) GetField() string {
if m != nil {
@@ -1924,7 +1958,7 @@ func (m *QueryRequest_InputSerialization) Reset() { *m = QueryRequest_In
func (m *QueryRequest_InputSerialization) String() string { return proto.CompactTextString(m) }
func (*QueryRequest_InputSerialization) ProtoMessage() {}
func (*QueryRequest_InputSerialization) Descriptor() ([]byte, []int) {
- return fileDescriptor0, []int{68, 1}
+ return fileDescriptor0, []int{70, 1}
}
func (m *QueryRequest_InputSerialization) GetCompressionType() string {
@@ -1972,7 +2006,7 @@ func (m *QueryRequest_InputSerialization_CSVInput) Reset() {
func (m *QueryRequest_InputSerialization_CSVInput) String() string { return proto.CompactTextString(m) }
func (*QueryRequest_InputSerialization_CSVInput) ProtoMessage() {}
func (*QueryRequest_InputSerialization_CSVInput) Descriptor() ([]byte, []int) {
- return fileDescriptor0, []int{68, 1, 0}
+ return fileDescriptor0, []int{70, 1, 0}
}
func (m *QueryRequest_InputSerialization_CSVInput) GetFileHeaderInfo() string {
@@ -2034,7 +2068,7 @@ func (m *QueryRequest_InputSerialization_JSONInput) Reset() {
func (m *QueryRequest_InputSerialization_JSONInput) String() string { return proto.CompactTextString(m) }
func (*QueryRequest_InputSerialization_JSONInput) ProtoMessage() {}
func (*QueryRequest_InputSerialization_JSONInput) Descriptor() ([]byte, []int) {
- return fileDescriptor0, []int{68, 1, 1}
+ return fileDescriptor0, []int{70, 1, 1}
}
func (m *QueryRequest_InputSerialization_JSONInput) GetType() string {
@@ -2055,7 +2089,7 @@ func (m *QueryRequest_InputSerialization_ParquetInput) String() string {
}
func (*QueryRequest_InputSerialization_ParquetInput) ProtoMessage() {}
func (*QueryRequest_InputSerialization_ParquetInput) Descriptor() ([]byte, []int) {
- return fileDescriptor0, []int{68, 1, 2}
+ return fileDescriptor0, []int{70, 1, 2}
}
type QueryRequest_OutputSerialization struct {
@@ -2067,7 +2101,7 @@ func (m *QueryRequest_OutputSerialization) Reset() { *m = QueryRequest_O
func (m *QueryRequest_OutputSerialization) String() string { return proto.CompactTextString(m) }
func (*QueryRequest_OutputSerialization) ProtoMessage() {}
func (*QueryRequest_OutputSerialization) Descriptor() ([]byte, []int) {
- return fileDescriptor0, []int{68, 2}
+ return fileDescriptor0, []int{70, 2}
}
func (m *QueryRequest_OutputSerialization) GetCsvOutput() *QueryRequest_OutputSerialization_CSVOutput {
@@ -2100,7 +2134,7 @@ func (m *QueryRequest_OutputSerialization_CSVOutput) String() string {
}
func (*QueryRequest_OutputSerialization_CSVOutput) ProtoMessage() {}
func (*QueryRequest_OutputSerialization_CSVOutput) Descriptor() ([]byte, []int) {
- return fileDescriptor0, []int{68, 2, 0}
+ return fileDescriptor0, []int{70, 2, 0}
}
func (m *QueryRequest_OutputSerialization_CSVOutput) GetQuoteFields() string {
@@ -2150,7 +2184,7 @@ func (m *QueryRequest_OutputSerialization_JSONOutput) String() string {
}
func (*QueryRequest_OutputSerialization_JSONOutput) ProtoMessage() {}
func (*QueryRequest_OutputSerialization_JSONOutput) Descriptor() ([]byte, []int) {
- return fileDescriptor0, []int{68, 2, 1}
+ return fileDescriptor0, []int{70, 2, 1}
}
func (m *QueryRequest_OutputSerialization_JSONOutput) GetRecordDelimiter() string {
@@ -2167,7 +2201,7 @@ type QueriedStripe struct {
func (m *QueriedStripe) Reset() { *m = QueriedStripe{} }
func (m *QueriedStripe) String() string { return proto.CompactTextString(m) }
func (*QueriedStripe) ProtoMessage() {}
-func (*QueriedStripe) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{69} }
+func (*QueriedStripe) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{71} }
func (m *QueriedStripe) GetRecords() []byte {
if m != nil {
@@ -2245,6 +2279,8 @@ func init() {
proto.RegisterType((*VolumeTierMoveDatToRemoteResponse)(nil), "volume_server_pb.VolumeTierMoveDatToRemoteResponse")
proto.RegisterType((*VolumeTierMoveDatFromRemoteRequest)(nil), "volume_server_pb.VolumeTierMoveDatFromRemoteRequest")
proto.RegisterType((*VolumeTierMoveDatFromRemoteResponse)(nil), "volume_server_pb.VolumeTierMoveDatFromRemoteResponse")
+ proto.RegisterType((*VolumeServerStatusRequest)(nil), "volume_server_pb.VolumeServerStatusRequest")
+ proto.RegisterType((*VolumeServerStatusResponse)(nil), "volume_server_pb.VolumeServerStatusResponse")
proto.RegisterType((*QueryRequest)(nil), "volume_server_pb.QueryRequest")
proto.RegisterType((*QueryRequest_Filter)(nil), "volume_server_pb.QueryRequest.Filter")
proto.RegisterType((*QueryRequest_InputSerialization)(nil), "volume_server_pb.QueryRequest.InputSerialization")
@@ -2303,7 +2339,8 @@ type VolumeServerClient interface {
// tiered storage
VolumeTierMoveDatToRemote(ctx context.Context, in *VolumeTierMoveDatToRemoteRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTierMoveDatToRemoteClient, error)
VolumeTierMoveDatFromRemote(ctx context.Context, in *VolumeTierMoveDatFromRemoteRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTierMoveDatFromRemoteClient, error)
- // query
+ VolumeServerStatus(ctx context.Context, in *VolumeServerStatusRequest, opts ...grpc.CallOption) (*VolumeServerStatusResponse, error)
+ // <experimental> query
Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (VolumeServer_QueryClient, error)
}
@@ -2755,6 +2792,15 @@ func (x *volumeServerVolumeTierMoveDatFromRemoteClient) Recv() (*VolumeTierMoveD
return m, nil
}
+func (c *volumeServerClient) VolumeServerStatus(ctx context.Context, in *VolumeServerStatusRequest, opts ...grpc.CallOption) (*VolumeServerStatusResponse, error) {
+ out := new(VolumeServerStatusResponse)
+ err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeServerStatus", in, out, c.cc, opts...)
+ if err != nil {
+ return nil, err
+ }
+ return out, nil
+}
+
func (c *volumeServerClient) Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (VolumeServer_QueryClient, error) {
stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[7], c.cc, "/volume_server_pb.VolumeServer/Query", opts...)
if err != nil {
@@ -2825,7 +2871,8 @@ type VolumeServerServer interface {
// tiered storage
VolumeTierMoveDatToRemote(*VolumeTierMoveDatToRemoteRequest, VolumeServer_VolumeTierMoveDatToRemoteServer) error
VolumeTierMoveDatFromRemote(*VolumeTierMoveDatFromRemoteRequest, VolumeServer_VolumeTierMoveDatFromRemoteServer) error
- // query
+ VolumeServerStatus(context.Context, *VolumeServerStatusRequest) (*VolumeServerStatusResponse, error)
+ // <experimental> query
Query(*QueryRequest, VolumeServer_QueryServer) error
}
@@ -3412,6 +3459,24 @@ func (x *volumeServerVolumeTierMoveDatFromRemoteServer) Send(m *VolumeTierMoveDa
return x.ServerStream.SendMsg(m)
}
+func _VolumeServer_VolumeServerStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+ in := new(VolumeServerStatusRequest)
+ if err := dec(in); err != nil {
+ return nil, err
+ }
+ if interceptor == nil {
+ return srv.(VolumeServerServer).VolumeServerStatus(ctx, in)
+ }
+ info := &grpc.UnaryServerInfo{
+ Server: srv,
+ FullMethod: "/volume_server_pb.VolumeServer/VolumeServerStatus",
+ }
+ handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+ return srv.(VolumeServerServer).VolumeServerStatus(ctx, req.(*VolumeServerStatusRequest))
+ }
+ return interceptor(ctx, in, info, handler)
+}
+
func _VolumeServer_Query_Handler(srv interface{}, stream grpc.ServerStream) error {
m := new(QueryRequest)
if err := stream.RecvMsg(m); err != nil {
@@ -3533,6 +3598,10 @@ var _VolumeServer_serviceDesc = grpc.ServiceDesc{
MethodName: "VolumeEcShardsToVolume",
Handler: _VolumeServer_VolumeEcShardsToVolume_Handler,
},
+ {
+ MethodName: "VolumeServerStatus",
+ Handler: _VolumeServer_VolumeServerStatus_Handler,
+ },
},
Streams: []grpc.StreamDesc{
{
@@ -3582,204 +3651,209 @@ var _VolumeServer_serviceDesc = grpc.ServiceDesc{
func init() { proto.RegisterFile("volume_server.proto", fileDescriptor0) }
var fileDescriptor0 = []byte{
- // 3173 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xd4, 0x3a, 0x4b, 0x73, 0xdc, 0xc6,
- 0xd1, 0x5c, 0x2e, 0x1f, 0xbb, 0xbd, 0x4b, 0x91, 0x1a, 0xd2, 0xd4, 0x1a, 0x22, 0x25, 0x0a, 0xf2,
- 0x83, 0x94, 0x2d, 0x52, 0xa6, 0xed, 0xcf, 0xfa, 0xe4, 0xcf, 0xfe, 0x22, 0x51, 0x0f, 0xcb, 0x16,
- 0x29, 0x1b, 0x94, 0x65, 0x27, 0x76, 0x05, 0x05, 0x02, 0xb3, 0x24, 0x4c, 0x2c, 0x06, 0x02, 0x66,
- 0x69, 0xad, 0xca, 0xb9, 0xc4, 0xa9, 0x4a, 0xaa, 0x52, 0xc9, 0x21, 0x95, 0x4b, 0xce, 0xb9, 0xe7,
- 0x9a, 0xbf, 0xe0, 0x3f, 0x90, 0xaa, 0x9c, 0x72, 0xc9, 0x39, 0x87, 0xdc, 0x52, 0x95, 0x4b, 0x6a,
- 0x5e, 0x58, 0x3c, 0xb9, 0xa0, 0xc5, 0x54, 0x2a, 0x37, 0x4c, 0x4f, 0x3f, 0xa6, 0x7b, 0xba, 0x7b,
- 0x7a, 0xa6, 0x01, 0xf3, 0x47, 0xc4, 0xeb, 0xf7, 0xb0, 0x19, 0xe1, 0xf0, 0x08, 0x87, 0xeb, 0x41,
- 0x48, 0x28, 0x41, 0x73, 0x29, 0xa0, 0x19, 0xec, 0xe9, 0x1b, 0x80, 0x6e, 0x59, 0xd4, 0x3e, 0xb8,
- 0x8d, 0x3d, 0x4c, 0xb1, 0x81, 0x9f, 0xf4, 0x71, 0x44, 0xd1, 0x8b, 0xd0, 0xe8, 0xba, 0x1e, 0x36,
- 0x5d, 0x27, 0xea, 0xd4, 0x56, 0xea, 0xab, 0x4d, 0x63, 0x9a, 0x8d, 0xef, 0x3b, 0x91, 0xfe, 0x10,
- 0xe6, 0x53, 0x04, 0x51, 0x40, 0xfc, 0x08, 0xa3, 0xeb, 0x30, 0x1d, 0xe2, 0xa8, 0xef, 0x51, 0x41,
- 0xd0, 0xda, 0xbc, 0xb0, 0x9e, 0x95, 0xb5, 0x1e, 0x93, 0xf4, 0x3d, 0x6a, 0x28, 0x74, 0xfd, 0xdb,
- 0x1a, 0xb4, 0x93, 0x33, 0xe8, 0x1c, 0x4c, 0x4b, 0xe1, 0x9d, 0xda, 0x4a, 0x6d, 0xb5, 0x69, 0x4c,
- 0x09, 0xd9, 0x68, 0x11, 0xa6, 0x22, 0x6a, 0xd1, 0x7e, 0xd4, 0x19, 0x5f, 0xa9, 0xad, 0x4e, 0x1a,
- 0x72, 0x84, 0x16, 0x60, 0x12, 0x87, 0x21, 0x09, 0x3b, 0x75, 0x8e, 0x2e, 0x06, 0x08, 0xc1, 0x44,
- 0xe4, 0x3e, 0xc3, 0x9d, 0x89, 0x95, 0xda, 0xea, 0x8c, 0xc1, 0xbf, 0x51, 0x07, 0xa6, 0x8f, 0x70,
- 0x18, 0xb9, 0xc4, 0xef, 0x4c, 0x72, 0xb0, 0x1a, 0xea, 0x1f, 0xc2, 0x99, 0xbb, 0xae, 0x87, 0xef,
- 0x61, 0xaa, 0x6c, 0x50, 0xba, 0x8c, 0x8b, 0xd0, 0xb2, 0x6c, 0x1b, 0x07, 0xd4, 0xdc, 0x7f, 0xe6,
- 0x06, 0x7c, 0x2d, 0x0d, 0x03, 0x04, 0xe8, 0xde, 0x33, 0x37, 0xd0, 0x7f, 0x5e, 0x87, 0xd9, 0x98,
- 0x99, 0xb4, 0x0f, 0x82, 0x09, 0xc7, 0xa2, 0x16, 0x67, 0xd5, 0x36, 0xf8, 0x37, 0x7a, 0x19, 0xce,
- 0xd8, 0xc4, 0xa7, 0xd8, 0xa7, 0xa6, 0x87, 0xfd, 0x7d, 0x7a, 0xc0, 0x79, 0xcd, 0x18, 0x33, 0x12,
- 0xfa, 0x80, 0x03, 0xd1, 0x25, 0x68, 0x2b, 0x34, 0x3a, 0x08, 0xb0, 0xd4, 0xb2, 0x25, 0x61, 0x8f,
- 0x06, 0x01, 0x46, 0x97, 0x61, 0xc6, 0xb3, 0x22, 0x6a, 0xf6, 0x88, 0xe3, 0x76, 0x5d, 0xec, 0x70,
- 0xa5, 0x27, 0x8c, 0x36, 0x03, 0x6e, 0x4b, 0x18, 0xd2, 0xc4, 0xa6, 0xfa, 0x56, 0x0f, 0x73, 0xed,
- 0x9b, 0x46, 0x3c, 0x66, 0xcb, 0xc3, 0xd4, 0xda, 0xef, 0x4c, 0x71, 0x38, 0xff, 0x46, 0xcb, 0x00,
- 0x6e, 0xc4, 0x75, 0x0c, 0xb0, 0xd3, 0x99, 0xe6, 0x6a, 0x36, 0xdd, 0xe8, 0x9e, 0x00, 0xa0, 0x0f,
- 0x60, 0xfa, 0x00, 0x5b, 0x0e, 0x0e, 0xa3, 0x4e, 0x83, 0xef, 0xf8, 0x7a, 0x7e, 0xc7, 0x33, 0x56,
- 0x58, 0xff, 0x40, 0x10, 0xdc, 0xf1, 0x69, 0x38, 0x30, 0x14, 0x39, 0x5a, 0x82, 0x26, 0xdf, 0xb2,
- 0x2d, 0xe2, 0xe0, 0x4e, 0x93, 0x6f, 0xed, 0x10, 0xa0, 0xdd, 0x80, 0x76, 0x92, 0x0c, 0xcd, 0x41,
- 0xfd, 0x10, 0x0f, 0xe4, 0x9e, 0xb0, 0x4f, 0xb6, 0xff, 0x47, 0x96, 0xd7, 0xc7, 0xdc, 0x7c, 0x4d,
- 0x43, 0x0c, 0x6e, 0x8c, 0x5f, 0xaf, 0xe9, 0xd3, 0x30, 0x79, 0xa7, 0x17, 0xd0, 0x81, 0xfe, 0x0e,
- 0x74, 0x1e, 0x5b, 0x76, 0xbf, 0xdf, 0x7b, 0xcc, 0x97, 0xb8, 0x75, 0x80, 0xed, 0x43, 0xb5, 0xd1,
- 0xe7, 0xa1, 0x29, 0x17, 0x2e, 0xb7, 0x7a, 0xc6, 0x68, 0x08, 0xc0, 0x7d, 0x47, 0xff, 0x01, 0xbc,
- 0x58, 0x40, 0x28, 0x37, 0xf5, 0x32, 0xcc, 0xec, 0x5b, 0xe1, 0x9e, 0xb5, 0x8f, 0xcd, 0xd0, 0xa2,
- 0x2e, 0xe1, 0xd4, 0x35, 0xa3, 0x2d, 0x81, 0x06, 0x83, 0xe9, 0x5f, 0x80, 0x96, 0xe2, 0x40, 0x7a,
- 0x81, 0x65, 0xd3, 0x2a, 0xc2, 0xd1, 0x0a, 0xb4, 0x82, 0x10, 0x5b, 0x9e, 0x47, 0x6c, 0x8b, 0x0a,
- 0xf5, 0xea, 0x46, 0x12, 0xa4, 0x2f, 0xc3, 0xf9, 0x42, 0xe6, 0x62, 0x81, 0xfa, 0xf5, 0xcc, 0xea,
- 0x49, 0xaf, 0xe7, 0x56, 0x12, 0xad, 0x2f, 0xe5, 0x56, 0xcd, 0x29, 0x25, 0xdf, 0xff, 0xcd, 0xcc,
- 0x7a, 0xd8, 0xf2, 0xfb, 0x41, 0x25, 0xc6, 0xd9, 0x15, 0x2b, 0xd2, 0x98, 0xf3, 0x39, 0x91, 0x0c,
- 0xb6, 0x88, 0xe7, 0x61, 0x9b, 0xba, 0xc4, 0x57, 0x6c, 0x2f, 0x00, 0xd8, 0x31, 0x50, 0xee, 0x7f,
- 0x02, 0xa2, 0x6b, 0xd0, 0xc9, 0x93, 0x4a, 0xb6, 0x7f, 0xa9, 0xc1, 0x0b, 0x37, 0xa5, 0xd1, 0x84,
- 0xe0, 0x4a, 0x1b, 0x90, 0x16, 0x39, 0x9e, 0x15, 0x99, 0xdd, 0xa0, 0x7a, 0x6e, 0x83, 0x18, 0x46,
- 0x88, 0x03, 0xcf, 0xb5, 0x2d, 0xce, 0x62, 0x42, 0xc4, 0x6e, 0x02, 0xc4, 0xfc, 0x99, 0x52, 0x4f,
- 0x46, 0x24, 0xfb, 0x44, 0x9b, 0xb0, 0xd8, 0xc3, 0x3d, 0x12, 0x0e, 0xcc, 0x9e, 0x15, 0x98, 0x3d,
- 0xeb, 0xa9, 0xc9, 0x92, 0x97, 0xd9, 0xdb, 0xe3, 0xe1, 0x39, 0x63, 0x20, 0x31, 0xbb, 0x6d, 0x05,
- 0xdb, 0xd6, 0xd3, 0x5d, 0xf7, 0x19, 0xde, 0xde, 0xd3, 0x3b, 0xb0, 0x98, 0xd5, 0x4f, 0xaa, 0xfe,
- 0x3f, 0x70, 0x4e, 0x40, 0x76, 0x07, 0xbe, 0xbd, 0xcb, 0x33, 0x66, 0xa5, 0x8d, 0xfa, 0x67, 0x0d,
- 0x3a, 0x79, 0x42, 0xe9, 0xf9, 0xcf, 0x6b, 0xb5, 0x13, 0xdb, 0xe4, 0x22, 0xb4, 0xa8, 0xe5, 0x7a,
- 0x26, 0xe9, 0x76, 0x23, 0x4c, 0xb9, 0x21, 0x26, 0x0c, 0x60, 0xa0, 0x87, 0x1c, 0x82, 0xd6, 0x60,
- 0xce, 0x16, 0xde, 0x6f, 0x86, 0xf8, 0xc8, 0xe5, 0x39, 0x7e, 0x9a, 0x2f, 0x6c, 0xd6, 0x56, 0x51,
- 0x21, 0xc0, 0x48, 0x87, 0x19, 0xd7, 0x79, 0x6a, 0xf2, 0xec, 0xce, 0x8f, 0x88, 0x06, 0xe7, 0xd6,
- 0x72, 0x9d, 0xa7, 0x2c, 0x61, 0x31, 0x8b, 0xea, 0x8f, 0x61, 0x49, 0x28, 0x7f, 0xdf, 0xb7, 0x43,
- 0xdc, 0xc3, 0x3e, 0xb5, 0xbc, 0x2d, 0x12, 0x0c, 0x2a, 0xb9, 0xcd, 0x8b, 0xd0, 0x88, 0x5c, 0xdf,
- 0xc6, 0xa6, 0x2f, 0x8e, 0xaa, 0x09, 0x63, 0x9a, 0x8f, 0x77, 0x22, 0xfd, 0x16, 0x2c, 0x97, 0xf0,
- 0x95, 0x96, 0xbd, 0x04, 0x6d, 0xbe, 0x30, 0x99, 0xde, 0xe5, 0x81, 0xd1, 0x62, 0xb0, 0x2d, 0x01,
- 0xd2, 0xdf, 0x00, 0x24, 0x78, 0x6c, 0x93, 0xbe, 0x5f, 0x2d, 0x9c, 0x5f, 0x80, 0xf9, 0x14, 0x89,
- 0xf4, 0x8d, 0x37, 0x61, 0x41, 0x80, 0x3f, 0xf5, 0x7b, 0x95, 0x79, 0x9d, 0x83, 0x17, 0x32, 0x44,
- 0x92, 0xdb, 0xa6, 0x12, 0x92, 0x2e, 0x26, 0x8e, 0x65, 0xb6, 0xa8, 0x56, 0x90, 0xae, 0x27, 0x78,
- 0xe6, 0x12, 0x0b, 0xb6, 0xc2, 0x43, 0x03, 0x5b, 0x0e, 0xf1, 0xbd, 0x41, 0xe5, 0xcc, 0x55, 0x40,
- 0x29, 0xf9, 0x7e, 0x06, 0x8b, 0x2a, 0xa3, 0xf9, 0x5d, 0x77, 0xbf, 0x1f, 0xe2, 0xaa, 0x99, 0x38,
- 0xe9, 0xb2, 0xe3, 0x39, 0x97, 0xd5, 0x37, 0x54, 0x98, 0x25, 0x18, 0xcb, 0x2d, 0x8d, 0xeb, 0x93,
- 0x5a, 0xa2, 0x3e, 0xd1, 0xff, 0x50, 0x83, 0xb3, 0x8a, 0xa2, 0xa2, 0x5f, 0x9d, 0x30, 0xb0, 0xea,
- 0xa5, 0x81, 0x35, 0x31, 0x0c, 0xac, 0x55, 0x98, 0x8b, 0x48, 0x3f, 0xb4, 0xb1, 0xc9, 0x6a, 0x12,
- 0xd3, 0x67, 0x67, 0xb0, 0x88, 0xbb, 0x33, 0x02, 0x7e, 0xdb, 0xa2, 0xd6, 0x0e, 0x71, 0xb0, 0xfe,
- 0xff, 0xca, 0xed, 0x52, 0xfe, 0xba, 0x06, 0x67, 0x79, 0xe9, 0x61, 0x05, 0x01, 0xf6, 0x1d, 0xd3,
- 0xa2, 0xcc, 0xe9, 0x6b, 0xdc, 0xe9, 0xcf, 0xb0, 0x89, 0x9b, 0x1c, 0x7e, 0x93, 0xee, 0x44, 0xfa,
- 0x6f, 0xc7, 0x61, 0x96, 0xd1, 0xb2, 0x20, 0xab, 0xa4, 0xef, 0x1c, 0xd4, 0xf1, 0x53, 0x2a, 0x15,
- 0x65, 0x9f, 0x68, 0x03, 0xe6, 0x65, 0x34, 0xbb, 0xc4, 0x1f, 0x06, 0x7a, 0x5d, 0xe4, 0xc5, 0xe1,
- 0x54, 0x1c, 0xeb, 0x17, 0xa1, 0x15, 0x51, 0x12, 0xa8, 0xbc, 0x21, 0xea, 0x22, 0x60, 0x20, 0x99,
- 0x37, 0xd2, 0x36, 0x9d, 0x2c, 0xb0, 0x69, 0xdb, 0x8d, 0x4c, 0x6c, 0x9b, 0x62, 0x55, 0x3c, 0xf3,
- 0x34, 0x0c, 0x70, 0xa3, 0x3b, 0xb6, 0xb0, 0x06, 0x7a, 0x1f, 0x96, 0xdc, 0x7d, 0x9f, 0x84, 0xd8,
- 0x94, 0x86, 0xe4, 0xf1, 0xeb, 0x13, 0x6a, 0x76, 0x49, 0xdf, 0x57, 0x95, 0x53, 0x47, 0xe0, 0xec,
- 0x72, 0x14, 0x66, 0x81, 0x1d, 0x42, 0xef, 0xb2, 0x79, 0xfd, 0x6d, 0x98, 0x1b, 0x5a, 0xa5, 0x7a,
- 0x16, 0xf8, 0xb6, 0xa6, 0x3c, 0xee, 0x91, 0xe5, 0x7a, 0xbb, 0xd8, 0x77, 0x70, 0xf8, 0x9c, 0xd9,
- 0x09, 0x5d, 0x83, 0x05, 0xd7, 0xf1, 0xb0, 0x49, 0xdd, 0x1e, 0x26, 0x7d, 0x6a, 0x46, 0xd8, 0x26,
- 0xbe, 0x13, 0x29, 0xfb, 0xb2, 0xb9, 0x47, 0x62, 0x6a, 0x57, 0xcc, 0xe8, 0x3f, 0x8b, 0x4f, 0x89,
- 0xe4, 0x2a, 0x86, 0xf5, 0x91, 0x8f, 0x31, 0x63, 0x28, 0x4a, 0x3d, 0xa9, 0x46, 0x5b, 0x00, 0x45,
- 0x55, 0xc7, 0x76, 0x48, 0x22, 0xed, 0x11, 0x67, 0xc0, 0x57, 0xd4, 0x36, 0x40, 0x80, 0x6e, 0x11,
- 0x67, 0xc0, 0xd3, 0x75, 0x64, 0x72, 0x27, 0xb3, 0x0f, 0xfa, 0xfe, 0x21, 0x5f, 0x4d, 0xc3, 0x68,
- 0xb9, 0xd1, 0x03, 0x2b, 0xa2, 0x5b, 0x0c, 0xa4, 0xff, 0xb1, 0xa6, 0xf2, 0x05, 0x5b, 0x86, 0x81,
- 0x6d, 0xec, 0x1e, 0xfd, 0x07, 0xcc, 0xc1, 0x28, 0xa4, 0x13, 0xa4, 0x6a, 0x61, 0x19, 0x70, 0x48,
- 0xcc, 0xc9, 0x53, 0x95, 0xcf, 0x0c, 0xd3, 0x55, 0x7a, 0xe1, 0x32, 0x5d, 0x7d, 0xa9, 0x8e, 0x8b,
- 0x3b, 0xf6, 0xee, 0x81, 0x15, 0x3a, 0xd1, 0x3d, 0xec, 0xe3, 0xd0, 0xa2, 0xa7, 0x52, 0xbe, 0xe8,
- 0x2b, 0x70, 0xa1, 0x8c, 0xbb, 0x94, 0xff, 0x85, 0x3a, 0x06, 0x15, 0x86, 0x81, 0xf7, 0xfa, 0xae,
- 0xe7, 0x9c, 0x8a, 0xf8, 0x8f, 0xb2, 0xca, 0xc5, 0xcc, 0xa5, 0xff, 0x5c, 0x81, 0xb3, 0x21, 0x07,
- 0x51, 0x33, 0x62, 0x08, 0xf1, 0x7d, 0x74, 0xc6, 0x98, 0x95, 0x13, 0x9c, 0x90, 0xdd, 0x4b, 0x7f,
- 0x39, 0xae, 0x3c, 0x40, 0x71, 0x3b, 0xb5, 0xb4, 0x7a, 0x1e, 0x9a, 0x43, 0xf1, 0x75, 0x2e, 0xbe,
- 0x11, 0x49, 0xb9, 0xcc, 0x3b, 0x6d, 0x12, 0x0c, 0x4c, 0x6c, 0x8b, 0x8a, 0x82, 0x6f, 0x75, 0x83,
- 0x5d, 0xcf, 0x82, 0xc1, 0x1d, 0x9b, 0x17, 0x14, 0xd5, 0x73, 0x6c, 0x82, 0xdb, 0x57, 0x82, 0xdb,
- 0x54, 0x92, 0xdb, 0x57, 0x9c, 0x9b, 0xc2, 0x39, 0x72, 0xbb, 0x02, 0x67, 0x7a, 0x88, 0xf3, 0xd8,
- 0xed, 0x32, 0x9c, 0xa1, 0x57, 0xa5, 0x8d, 0x21, 0x77, 0xf5, 0x6b, 0x38, 0x9f, 0x9e, 0xad, 0x7e,
- 0x60, 0x3f, 0x97, 0xb1, 0xf4, 0x0b, 0x59, 0x77, 0xca, 0x9c, 0xfa, 0x47, 0xd9, 0x65, 0x57, 0xae,
- 0x70, 0x9e, 0x6f, 0x5d, 0xcb, 0x59, 0x83, 0xa4, 0xcb, 0xa4, 0xcf, 0xb3, 0xcb, 0x3e, 0x41, 0xb9,
- 0x74, 0xbc, 0xe0, 0x8b, 0xd9, 0x10, 0xc8, 0xd6, 0x54, 0xbf, 0x8b, 0xf3, 0xab, 0xc4, 0x60, 0x15,
- 0x4d, 0xe5, 0xbc, 0x26, 0xe5, 0xca, 0x77, 0x85, 0x69, 0x29, 0x16, 0x2d, 0xc2, 0x94, 0x3c, 0x0f,
- 0xc5, 0x8d, 0x45, 0x8e, 0x52, 0x4f, 0x26, 0x75, 0xf9, 0x64, 0xa2, 0x9e, 0x82, 0xd8, 0x9d, 0x7b,
- 0x52, 0xa4, 0x47, 0x36, 0xfe, 0x08, 0x0f, 0xf4, 0x9d, 0x4c, 0xc4, 0x89, 0xa5, 0x1d, 0xf3, 0xe0,
- 0x21, 0x5e, 0x14, 0x1c, 0xbe, 0xe7, 0x8e, 0x7c, 0x38, 0x69, 0xba, 0xd2, 0x09, 0x1c, 0xfd, 0x57,
- 0xb5, 0x21, 0xc3, 0x5b, 0x1e, 0xd9, 0x3b, 0x45, 0xaf, 0x4c, 0x6a, 0x51, 0x4f, 0x69, 0x91, 0x7c,
- 0x13, 0x9a, 0x48, 0xbf, 0x09, 0x25, 0x82, 0x28, 0xb9, 0x9c, 0xb2, 0xd4, 0xfc, 0x88, 0x9c, 0xde,
- 0xcd, 0x32, 0x9f, 0x9a, 0x87, 0xdc, 0xa5, 0xfc, 0x1b, 0x70, 0x9e, 0x19, 0x5c, 0x40, 0xf9, 0xbd,
- 0xa5, 0xfa, 0xdd, 0xee, 0x6f, 0xe3, 0xb0, 0x54, 0x4c, 0x5c, 0xe5, 0x7e, 0xf7, 0x2e, 0x68, 0xf1,
- 0xfd, 0x89, 0x1d, 0x8d, 0x11, 0xb5, 0x7a, 0x41, 0x7c, 0x38, 0x8a, 0x33, 0xf4, 0x9c, 0xbc, 0x4c,
- 0x3d, 0x52, 0xf3, 0xea, 0x84, 0xcc, 0x5d, 0xbe, 0xea, 0xb9, 0xcb, 0x17, 0x13, 0xe0, 0x58, 0xb4,
- 0x4c, 0x80, 0xa8, 0xe1, 0xce, 0x39, 0x16, 0x2d, 0x13, 0x10, 0x13, 0x73, 0x01, 0xc2, 0x6b, 0x5b,
- 0x12, 0x9f, 0x0b, 0x58, 0x06, 0x90, 0xe5, 0x55, 0xdf, 0x57, 0x97, 0xc9, 0xa6, 0x28, 0xae, 0xfa,
- 0x7e, 0x69, 0x95, 0x39, 0x5d, 0x5a, 0x65, 0xa6, 0x77, 0xb3, 0x91, 0xdb, 0xcd, 0xcf, 0x01, 0x6e,
- 0xbb, 0xd1, 0xa1, 0x30, 0x32, 0x2b, 0x6b, 0x1d, 0x57, 0xdd, 0x06, 0xd8, 0x27, 0x83, 0x58, 0x9e,
- 0x27, 0x4d, 0xc7, 0x3e, 0x59, 0xf8, 0xf4, 0x23, 0xec, 0x48, 0xeb, 0xf0, 0x6f, 0x06, 0xeb, 0x86,
- 0x18, 0x4b, 0x03, 0xf0, 0x6f, 0xfd, 0xf7, 0x35, 0x68, 0x6e, 0xe3, 0x9e, 0xe4, 0x7c, 0x01, 0x60,
- 0x9f, 0x84, 0xa4, 0x4f, 0x5d, 0x1f, 0x8b, 0x2a, 0x7c, 0xd2, 0x48, 0x40, 0xbe, 0xbf, 0x1c, 0x9e,
- 0x1a, 0xb0, 0xd7, 0x95, 0xc6, 0xe4, 0xdf, 0x0c, 0x76, 0x80, 0xad, 0x40, 0xda, 0x8f, 0x7f, 0xb3,
- 0xbb, 0x4e, 0x44, 0x2d, 0xfb, 0x90, 0x1b, 0x6b, 0xc2, 0x10, 0x03, 0xfd, 0xcf, 0x35, 0x00, 0x03,
- 0xf7, 0x08, 0xe5, 0xbe, 0xc6, 0xaa, 0xdb, 0x3d, 0xcb, 0x3e, 0x64, 0xf7, 0x05, 0xfe, 0xa2, 0x29,
- 0x2c, 0xd1, 0x92, 0x30, 0xfe, 0xa2, 0xb9, 0x0c, 0xa0, 0x50, 0x64, 0xfe, 0x6a, 0x1a, 0x4d, 0x09,
- 0x11, 0x37, 0x03, 0x15, 0xca, 0xf2, 0x11, 0x70, 0x98, 0xd3, 0xc4, 0xb2, 0x55, 0x4e, 0x3b, 0x0f,
- 0xcd, 0xac, 0x2b, 0xf0, 0x54, 0xc0, 0xfd, 0xe0, 0x32, 0xcc, 0xa8, 0x27, 0x53, 0xee, 0x68, 0x52,
- 0x95, 0xb6, 0x02, 0x32, 0xe7, 0xe2, 0xcf, 0x93, 0x4f, 0x29, 0xf6, 0x63, 0x1f, 0x68, 0x1a, 0x43,
- 0x80, 0xfe, 0x0d, 0x80, 0xba, 0xd0, 0x77, 0x09, 0xda, 0x84, 0x49, 0xc6, 0x5c, 0x3d, 0x82, 0x2f,
- 0xe5, 0x9f, 0x44, 0x87, 0x66, 0x30, 0x04, 0x6a, 0x32, 0x01, 0x8d, 0xa7, 0x12, 0xd0, 0xe8, 0xfb,
- 0x9c, 0xfe, 0x5d, 0x0d, 0x56, 0x64, 0xf9, 0xe8, 0xe2, 0x70, 0x9b, 0x1c, 0xb1, 0x52, 0xe2, 0x11,
- 0x11, 0x42, 0x4e, 0x25, 0x73, 0x5e, 0x87, 0x8e, 0x83, 0x23, 0xea, 0xfa, 0x5c, 0xa0, 0xa9, 0x36,
- 0x85, 0xbf, 0x22, 0x8b, 0x05, 0x2d, 0x26, 0xe6, 0x6f, 0x89, 0xe9, 0x1d, 0xab, 0x87, 0xd1, 0x55,
- 0x98, 0x3f, 0xc4, 0x38, 0x30, 0x3d, 0x62, 0x5b, 0x9e, 0xa9, 0x62, 0x52, 0xd6, 0x47, 0x73, 0x6c,
- 0xea, 0x01, 0x9b, 0xb9, 0x2d, 0xe2, 0x52, 0x8f, 0xe0, 0xd2, 0x31, 0x9a, 0xc8, 0xbc, 0xb4, 0x04,
- 0xcd, 0x20, 0x24, 0x36, 0x8e, 0x98, 0xcf, 0xd6, 0xf8, 0x31, 0x35, 0x04, 0xa0, 0x6b, 0x30, 0x1f,
- 0x0f, 0x3e, 0xc6, 0xa1, 0x8d, 0x7d, 0x6a, 0xed, 0x8b, 0x77, 0xd3, 0x71, 0xa3, 0x68, 0x4a, 0xff,
- 0x4d, 0x0d, 0xf4, 0x9c, 0xd4, 0xbb, 0x21, 0xe9, 0x9d, 0xa2, 0x05, 0x37, 0x60, 0x81, 0xdb, 0x21,
- 0xe4, 0x2c, 0x87, 0x86, 0x10, 0xd7, 0x98, 0xb3, 0x6c, 0x4e, 0x48, 0x53, 0x96, 0xe8, 0xc3, 0xe5,
- 0x63, 0xd7, 0xf4, 0x6f, 0xb2, 0xc5, 0x3f, 0xda, 0xd0, 0xfe, 0xa4, 0x8f, 0xc3, 0x41, 0xe2, 0xc1,
- 0x35, 0xc2, 0x52, 0x0b, 0xd5, 0x07, 0x4a, 0x40, 0x58, 0xa6, 0xed, 0x86, 0xa4, 0x67, 0xc6, 0xad,
- 0xa2, 0x71, 0x8e, 0xd2, 0x62, 0xc0, 0xbb, 0xa2, 0x5d, 0x84, 0xde, 0x83, 0xa9, 0xae, 0xeb, 0x51,
- 0x2c, 0x9a, 0x33, 0xad, 0xcd, 0x97, 0xf3, 0x11, 0x91, 0x94, 0xb9, 0x7e, 0x97, 0x23, 0x1b, 0x92,
- 0x08, 0xed, 0xc1, 0xbc, 0xeb, 0x07, 0xfc, 0xea, 0x15, 0xba, 0x96, 0xe7, 0x3e, 0x1b, 0x3e, 0x19,
- 0xb6, 0x36, 0xdf, 0x18, 0xc1, 0xeb, 0x3e, 0xa3, 0xdc, 0x4d, 0x12, 0x1a, 0xc8, 0xcd, 0xc1, 0x10,
- 0x86, 0x05, 0xd2, 0xa7, 0x79, 0x21, 0x93, 0x5c, 0xc8, 0xe6, 0x08, 0x21, 0x0f, 0x39, 0x69, 0x5a,
- 0xca, 0x3c, 0xc9, 0x03, 0xb5, 0x1d, 0x98, 0x12, 0xca, 0xb1, 0x1c, 0xd9, 0x75, 0xb1, 0xa7, 0xfa,
- 0x4a, 0x62, 0xc0, 0xd2, 0x00, 0x09, 0x70, 0x68, 0xf9, 0x2a, 0xdd, 0xa9, 0xe1, 0xb0, 0xbf, 0x51,
- 0x4f, 0xf4, 0x37, 0xb4, 0x3f, 0x4d, 0x02, 0xca, 0x6b, 0xa8, 0xde, 0x41, 0x43, 0x1c, 0xb1, 0x14,
- 0x92, 0xcc, 0xaf, 0xb3, 0x09, 0x38, 0xcf, 0xb1, 0x9f, 0x41, 0xd3, 0x8e, 0x8e, 0x4c, 0x6e, 0x12,
- 0x2e, 0xb3, 0xb5, 0x79, 0xe3, 0xc4, 0x26, 0x5d, 0xdf, 0xda, 0x7d, 0xcc, 0xa1, 0x46, 0xc3, 0x8e,
- 0x8e, 0xf8, 0x17, 0xfa, 0x11, 0xc0, 0x57, 0x11, 0xf1, 0x25, 0x67, 0xb1, 0xf1, 0xef, 0x9e, 0x9c,
- 0xf3, 0x87, 0xbb, 0x0f, 0x77, 0x04, 0xeb, 0x26, 0x63, 0x27, 0x78, 0xdb, 0x30, 0x13, 0x58, 0xe1,
- 0x93, 0x3e, 0xa6, 0x92, 0xbd, 0xf0, 0x85, 0xf7, 0x4f, 0xce, 0xfe, 0x63, 0xc1, 0x46, 0x48, 0x68,
- 0x07, 0x89, 0x91, 0xf6, 0xdd, 0x38, 0x34, 0x94, 0x5e, 0xec, 0xf6, 0xc6, 0x3d, 0x5c, 0xbc, 0x61,
- 0x98, 0xae, 0xdf, 0x25, 0xd2, 0xa2, 0x67, 0x18, 0x5c, 0x3c, 0x63, 0xf0, 0xec, 0xbf, 0x06, 0x73,
- 0x21, 0xb6, 0x49, 0xe8, 0xb0, 0x1a, 0xd7, 0xed, 0xb9, 0xcc, 0xed, 0xc5, 0x5e, 0xce, 0x0a, 0xf8,
- 0x6d, 0x05, 0x46, 0xaf, 0xc2, 0x2c, 0xdf, 0xf6, 0x04, 0x66, 0x5d, 0xf1, 0xc4, 0x5e, 0x02, 0x71,
- 0x0d, 0xe6, 0x9e, 0xf4, 0x59, 0xde, 0xb0, 0x0f, 0xac, 0xd0, 0xb2, 0x29, 0x89, 0x5f, 0x13, 0x66,
- 0x39, 0x7c, 0x2b, 0x06, 0xa3, 0xb7, 0x60, 0x51, 0xa0, 0xe2, 0xc8, 0xb6, 0x82, 0x98, 0x02, 0x87,
- 0xf2, 0xb2, 0xb9, 0xc0, 0x67, 0xef, 0xf0, 0xc9, 0x2d, 0x35, 0x87, 0x34, 0x68, 0xd8, 0xa4, 0xd7,
- 0xc3, 0x3e, 0x8d, 0x64, 0xfb, 0x2f, 0x1e, 0xa3, 0x9b, 0xb0, 0x6c, 0x79, 0x1e, 0xf9, 0xda, 0xe4,
- 0x94, 0x8e, 0x99, 0xd3, 0x4e, 0x5c, 0x3d, 0x35, 0x8e, 0xf4, 0x09, 0xc7, 0x31, 0xd2, 0x8a, 0x6a,
- 0x17, 0xa1, 0x19, 0xef, 0x23, 0xab, 0x18, 0x12, 0x0e, 0xc9, 0xbf, 0xb5, 0x33, 0xd0, 0x4e, 0xee,
- 0x84, 0xf6, 0xf7, 0x3a, 0xcc, 0x17, 0x04, 0x15, 0xfa, 0x02, 0x80, 0x79, 0xab, 0x08, 0x2d, 0xe9,
- 0xae, 0xff, 0x77, 0xf2, 0xe0, 0x64, 0xfe, 0x2a, 0xc0, 0x06, 0xf3, 0x7e, 0xf1, 0x89, 0x7e, 0x0c,
- 0x2d, 0xee, 0xb1, 0x92, 0xbb, 0x70, 0xd9, 0xf7, 0xbe, 0x07, 0x77, 0xa6, 0xab, 0x64, 0xcf, 0x63,
- 0x40, 0x7c, 0x6b, 0x7f, 0xad, 0x41, 0x33, 0x16, 0xcc, 0xea, 0x1f, 0xb1, 0x51, 0x7c, 0xaf, 0x23,
- 0x55, 0xff, 0x70, 0xd8, 0x5d, 0x0e, 0xfa, 0xaf, 0x74, 0x25, 0xed, 0x1d, 0x80, 0xa1, 0xfe, 0x85,
- 0x2a, 0xd4, 0x0a, 0x55, 0xd0, 0xd7, 0x60, 0x86, 0x59, 0xd6, 0xc5, 0xce, 0x2e, 0x0d, 0xdd, 0x80,
- 0x37, 0xea, 0x05, 0x4e, 0x24, 0x2f, 0x90, 0x6a, 0xb8, 0xf9, 0xd3, 0x25, 0x68, 0x27, 0x1f, 0xd0,
- 0xd0, 0x97, 0xd0, 0x4a, 0xfc, 0x90, 0x80, 0x5e, 0xca, 0x6f, 0x5a, 0xfe, 0x07, 0x07, 0xed, 0xe5,
- 0x11, 0x58, 0xf2, 0x8e, 0x35, 0x86, 0x0c, 0x98, 0x96, 0x4d, 0x6c, 0xb4, 0x72, 0x4c, 0x7f, 0x5b,
- 0x70, 0xbd, 0x34, 0xb2, 0x03, 0xae, 0x8f, 0x5d, 0xab, 0x21, 0x1f, 0xce, 0xe6, 0x7a, 0xca, 0xe8,
- 0x4a, 0x9e, 0xb6, 0xac, 0x63, 0xad, 0xbd, 0x56, 0x09, 0x37, 0xd6, 0x81, 0xc2, 0x7c, 0x41, 0x93,
- 0x18, 0xbd, 0x3e, 0x82, 0x4b, 0xaa, 0x51, 0xad, 0x5d, 0xad, 0x88, 0x1d, 0x4b, 0x7d, 0x02, 0x28,
- 0xdf, 0x41, 0x46, 0xaf, 0x8d, 0x64, 0x33, 0xec, 0x50, 0x6b, 0xaf, 0x57, 0x43, 0x2e, 0x55, 0x54,
- 0xf4, 0x96, 0x47, 0x2a, 0x9a, 0xea, 0x5e, 0x8f, 0x54, 0x34, 0xd3, 0xb0, 0x1e, 0x43, 0x87, 0x30,
- 0x97, 0xed, 0x3b, 0xa3, 0xb5, 0xb2, 0xbf, 0x5f, 0x72, 0x6d, 0x6d, 0xed, 0x4a, 0x15, 0xd4, 0x58,
- 0x18, 0x86, 0x33, 0xe9, 0x3e, 0x2f, 0x7a, 0x35, 0x4f, 0x5f, 0xd8, 0xe9, 0xd6, 0x56, 0x47, 0x23,
- 0x26, 0x75, 0xca, 0xf6, 0x7e, 0x8b, 0x74, 0x2a, 0x69, 0x2c, 0x17, 0xe9, 0x54, 0xd6, 0x4a, 0xd6,
- 0xc7, 0xd0, 0x37, 0xaa, 0xa1, 0x98, 0xe9, 0x89, 0xa2, 0xf5, 0x32, 0x36, 0xc5, 0x4d, 0x59, 0x6d,
- 0xa3, 0x32, 0x7e, 0x22, 0x1a, 0xbf, 0x84, 0x56, 0xa2, 0x35, 0x5a, 0x94, 0x3f, 0xf2, 0xcd, 0xd6,
- 0xa2, 0xfc, 0x51, 0xd4, 0x5f, 0x1d, 0x43, 0x7b, 0x30, 0x93, 0x6a, 0x96, 0xa2, 0x57, 0xca, 0x28,
- 0xd3, 0x6f, 0x8a, 0xda, 0xab, 0x23, 0xf1, 0x62, 0x19, 0xa6, 0xca, 0x88, 0x32, 0x05, 0x96, 0x2e,
- 0x2e, 0x9d, 0x03, 0x5f, 0x19, 0x85, 0x96, 0x0a, 0xe5, 0x5c, 0x4b, 0xb5, 0x30, 0x94, 0xcb, 0x5a,
- 0xb6, 0x85, 0xa1, 0x5c, 0xde, 0xa5, 0x1d, 0x43, 0x07, 0x30, 0x9b, 0x69, 0xa7, 0xa2, 0xd5, 0x32,
- 0x16, 0xd9, 0x56, 0xae, 0xb6, 0x56, 0x01, 0x33, 0x96, 0xf4, 0x43, 0x75, 0x81, 0xe7, 0x2e, 0x77,
- 0xb9, 0x9c, 0x74, 0xe8, 0x67, 0x2f, 0x1d, 0x8f, 0x14, 0xb3, 0xfe, 0x1a, 0x16, 0x8a, 0x5e, 0xd9,
- 0xd0, 0xd5, 0xa2, 0x67, 0x81, 0xd2, 0xa7, 0x3c, 0x6d, 0xbd, 0x2a, 0x7a, 0x2c, 0xf8, 0x53, 0x68,
- 0xa8, 0x96, 0x22, 0x2a, 0x38, 0x94, 0x32, 0x4d, 0x58, 0x4d, 0x3f, 0x0e, 0x25, 0x11, 0x2a, 0x3d,
- 0x95, 0x15, 0x86, 0xbd, 0xbe, 0xf2, 0xac, 0x90, 0xeb, 0x4a, 0x96, 0x67, 0x85, 0x7c, 0xeb, 0x90,
- 0x8b, 0x8b, 0xdd, 0x2e, 0xd9, 0x1a, 0x2b, 0x77, 0xbb, 0x82, 0xce, 0x5f, 0xb9, 0xdb, 0x15, 0x76,
- 0xdb, 0xc6, 0xd0, 0x4f, 0xd4, 0xef, 0x01, 0xd9, 0x8e, 0x18, 0x2a, 0xcd, 0x2d, 0x25, 0x9d, 0x39,
- 0xed, 0x5a, 0x75, 0x82, 0x58, 0xfc, 0x33, 0x95, 0x09, 0x33, 0x1d, 0xb1, 0xf2, 0x4c, 0x58, 0xdc,
- 0x97, 0xd3, 0x36, 0x2a, 0xe3, 0xe7, 0x83, 0x3c, 0xd9, 0x32, 0x2a, 0xb7, 0x76, 0x41, 0x97, 0xad,
- 0xdc, 0xda, 0x85, 0x5d, 0x28, 0x1e, 0x1f, 0x45, 0xed, 0xa0, 0xa2, 0xf8, 0x38, 0xa6, 0x5f, 0xa5,
- 0xad, 0x57, 0x45, 0x4f, 0x15, 0x0a, 0xf9, 0x7e, 0x0f, 0x1a, 0xb9, 0xfe, 0xd4, 0x19, 0x70, 0xb5,
- 0x22, 0x76, 0xf9, 0xee, 0xaa, 0x33, 0x61, 0xa4, 0x02, 0x99, 0xb3, 0x61, 0xa3, 0x32, 0x7e, 0x2c,
- 0x3b, 0x50, 0x3f, 0x9b, 0x24, 0x7a, 0x35, 0xe8, 0xca, 0x08, 0x3e, 0x89, 0x5e, 0x93, 0xf6, 0x5a,
- 0x25, 0xdc, 0xa2, 0xe8, 0x4d, 0x76, 0x4f, 0x8e, 0xf3, 0xa7, 0x5c, 0xcb, 0xe7, 0x38, 0x7f, 0x2a,
- 0x68, 0xc8, 0x14, 0x44, 0xaf, 0x6a, 0x9a, 0x8c, 0x8e, 0xde, 0x4c, 0xf3, 0x66, 0x74, 0xf4, 0xe6,
- 0xfa, 0x31, 0x63, 0xe8, 0x17, 0xc3, 0x9f, 0x10, 0xf2, 0x4f, 0x98, 0x68, 0xb3, 0x34, 0x15, 0x95,
- 0xbe, 0xdc, 0x6a, 0x6f, 0x9e, 0x88, 0x26, 0x61, 0xfc, 0x5f, 0xd7, 0x54, 0x47, 0xb3, 0xf0, 0x0d,
- 0x11, 0xbd, 0x55, 0x81, 0x71, 0xee, 0x19, 0x54, 0x7b, 0xfb, 0x84, 0x54, 0x89, 0x05, 0x3d, 0x80,
- 0x49, 0x7e, 0x77, 0x46, 0x17, 0x8e, 0xbf, 0x54, 0x6b, 0x17, 0x8b, 0xe7, 0xe3, 0xab, 0x21, 0xe3,
- 0xb6, 0x37, 0xc5, 0x7f, 0x67, 0x7f, 0xf3, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xdd, 0x00, 0x24,
- 0xb7, 0xe5, 0x2e, 0x00, 0x00,
+ // 3250 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xd4, 0x1b, 0xcb, 0x6e, 0x1c, 0xc7,
+ 0x91, 0xcb, 0xe5, 0x63, 0xb7, 0x76, 0x57, 0xa4, 0x9a, 0x32, 0xb5, 0x1e, 0x52, 0x12, 0x35, 0xf2,
+ 0x43, 0x92, 0x2d, 0x52, 0xa6, 0xed, 0x58, 0x91, 0x63, 0xc7, 0x12, 0xf5, 0xb0, 0x6c, 0x91, 0xb2,
+ 0x87, 0xb2, 0xec, 0xc4, 0x46, 0x06, 0xc3, 0x99, 0x5e, 0x72, 0xcc, 0xd9, 0xe9, 0xd1, 0x4c, 0x2f,
+ 0xad, 0x15, 0x9c, 0x93, 0x03, 0x24, 0x40, 0x90, 0x1c, 0x82, 0x5c, 0x72, 0x0c, 0x72, 0xcf, 0x35,
+ 0xbf, 0xe0, 0x1f, 0x08, 0x90, 0x53, 0x2e, 0x39, 0xe7, 0x90, 0x43, 0x80, 0x00, 0xb9, 0x04, 0xfd,
+ 0x9a, 0x9d, 0x27, 0x77, 0x68, 0x31, 0x08, 0x72, 0x9b, 0xae, 0xae, 0xae, 0xea, 0xaa, 0xae, 0xaa,
+ 0xae, 0xae, 0xda, 0x85, 0x85, 0x03, 0xe2, 0x0d, 0xfa, 0xd8, 0x8c, 0x70, 0x78, 0x80, 0xc3, 0xd5,
+ 0x20, 0x24, 0x94, 0xa0, 0xf9, 0x14, 0xd0, 0x0c, 0x76, 0xf4, 0x35, 0x40, 0x37, 0x2d, 0x6a, 0xef,
+ 0xdd, 0xc2, 0x1e, 0xa6, 0xd8, 0xc0, 0x8f, 0x07, 0x38, 0xa2, 0xe8, 0x79, 0x68, 0xf4, 0x5c, 0x0f,
+ 0x9b, 0xae, 0x13, 0x75, 0x6b, 0x2b, 0xf5, 0x8b, 0x4d, 0x63, 0x96, 0x8d, 0xef, 0x39, 0x91, 0xfe,
+ 0x00, 0x16, 0x52, 0x0b, 0xa2, 0x80, 0xf8, 0x11, 0x46, 0xd7, 0x60, 0x36, 0xc4, 0xd1, 0xc0, 0xa3,
+ 0x62, 0x41, 0x6b, 0xfd, 0xec, 0x6a, 0x96, 0xd7, 0x6a, 0xbc, 0x64, 0xe0, 0x51, 0x43, 0xa1, 0xeb,
+ 0xdf, 0xd4, 0xa0, 0x9d, 0x9c, 0x41, 0xa7, 0x61, 0x56, 0x32, 0xef, 0xd6, 0x56, 0x6a, 0x17, 0x9b,
+ 0xc6, 0x8c, 0xe0, 0x8d, 0x16, 0x61, 0x26, 0xa2, 0x16, 0x1d, 0x44, 0xdd, 0xc9, 0x95, 0xda, 0xc5,
+ 0x69, 0x43, 0x8e, 0xd0, 0x29, 0x98, 0xc6, 0x61, 0x48, 0xc2, 0x6e, 0x9d, 0xa3, 0x8b, 0x01, 0x42,
+ 0x30, 0x15, 0xb9, 0x4f, 0x71, 0x77, 0x6a, 0xa5, 0x76, 0xb1, 0x63, 0xf0, 0x6f, 0xd4, 0x85, 0xd9,
+ 0x03, 0x1c, 0x46, 0x2e, 0xf1, 0xbb, 0xd3, 0x1c, 0xac, 0x86, 0xfa, 0x07, 0x70, 0xe2, 0x8e, 0xeb,
+ 0xe1, 0xbb, 0x98, 0x2a, 0x1d, 0x94, 0x6e, 0xe3, 0x1c, 0xb4, 0x2c, 0xdb, 0xc6, 0x01, 0x35, 0x77,
+ 0x9f, 0xba, 0x01, 0xdf, 0x4b, 0xc3, 0x00, 0x01, 0xba, 0xfb, 0xd4, 0x0d, 0xf4, 0x9f, 0xd7, 0x61,
+ 0x2e, 0x26, 0x26, 0xf5, 0x83, 0x60, 0xca, 0xb1, 0xa8, 0xc5, 0x49, 0xb5, 0x0d, 0xfe, 0x8d, 0x5e,
+ 0x84, 0x13, 0x36, 0xf1, 0x29, 0xf6, 0xa9, 0xe9, 0x61, 0x7f, 0x97, 0xee, 0x71, 0x5a, 0x1d, 0xa3,
+ 0x23, 0xa1, 0xf7, 0x39, 0x10, 0x9d, 0x87, 0xb6, 0x42, 0xa3, 0xc3, 0x00, 0x4b, 0x29, 0x5b, 0x12,
+ 0xf6, 0x70, 0x18, 0x60, 0x74, 0x01, 0x3a, 0x9e, 0x15, 0x51, 0xb3, 0x4f, 0x1c, 0xb7, 0xe7, 0x62,
+ 0x87, 0x0b, 0x3d, 0x65, 0xb4, 0x19, 0x70, 0x53, 0xc2, 0x90, 0x26, 0x0e, 0xd5, 0xb7, 0xfa, 0x98,
+ 0x4b, 0xdf, 0x34, 0xe2, 0x31, 0xdb, 0x1e, 0xa6, 0xd6, 0x6e, 0x77, 0x86, 0xc3, 0xf9, 0x37, 0x3a,
+ 0x03, 0xe0, 0x46, 0x5c, 0xc6, 0x00, 0x3b, 0xdd, 0x59, 0x2e, 0x66, 0xd3, 0x8d, 0xee, 0x0a, 0x00,
+ 0x7a, 0x1f, 0x66, 0xf7, 0xb0, 0xe5, 0xe0, 0x30, 0xea, 0x36, 0xf8, 0x89, 0xaf, 0xe6, 0x4f, 0x3c,
+ 0xa3, 0x85, 0xd5, 0xf7, 0xc5, 0x82, 0xdb, 0x3e, 0x0d, 0x87, 0x86, 0x5a, 0x8e, 0x96, 0xa1, 0xc9,
+ 0x8f, 0x6c, 0x83, 0x38, 0xb8, 0xdb, 0xe4, 0x47, 0x3b, 0x02, 0x68, 0xd7, 0xa1, 0x9d, 0x5c, 0x86,
+ 0xe6, 0xa1, 0xbe, 0x8f, 0x87, 0xf2, 0x4c, 0xd8, 0x27, 0x3b, 0xff, 0x03, 0xcb, 0x1b, 0x60, 0xae,
+ 0xbe, 0xa6, 0x21, 0x06, 0xd7, 0x27, 0xaf, 0xd5, 0xf4, 0x59, 0x98, 0xbe, 0xdd, 0x0f, 0xe8, 0x50,
+ 0x7f, 0x0b, 0xba, 0x8f, 0x2c, 0x7b, 0x30, 0xe8, 0x3f, 0xe2, 0x5b, 0xdc, 0xd8, 0xc3, 0xf6, 0xbe,
+ 0x3a, 0xe8, 0x25, 0x68, 0xca, 0x8d, 0xcb, 0xa3, 0xee, 0x18, 0x0d, 0x01, 0xb8, 0xe7, 0xe8, 0xef,
+ 0xc1, 0xf3, 0x05, 0x0b, 0xe5, 0xa1, 0x5e, 0x80, 0xce, 0xae, 0x15, 0xee, 0x58, 0xbb, 0xd8, 0x0c,
+ 0x2d, 0xea, 0x12, 0xbe, 0xba, 0x66, 0xb4, 0x25, 0xd0, 0x60, 0x30, 0xfd, 0x73, 0xd0, 0x52, 0x14,
+ 0x48, 0x3f, 0xb0, 0x6c, 0x5a, 0x85, 0x39, 0x5a, 0x81, 0x56, 0x10, 0x62, 0xcb, 0xf3, 0x88, 0x6d,
+ 0x51, 0x21, 0x5e, 0xdd, 0x48, 0x82, 0xf4, 0x33, 0xb0, 0x54, 0x48, 0x5c, 0x6c, 0x50, 0xbf, 0x96,
+ 0xd9, 0x3d, 0xe9, 0xf7, 0xdd, 0x4a, 0xac, 0xf5, 0xe5, 0xdc, 0xae, 0xf9, 0x4a, 0x49, 0xf7, 0xfb,
+ 0x99, 0x59, 0x0f, 0x5b, 0xfe, 0x20, 0xa8, 0x44, 0x38, 0xbb, 0x63, 0xb5, 0x34, 0xa6, 0x7c, 0x5a,
+ 0x04, 0x83, 0x0d, 0xe2, 0x79, 0xd8, 0xa6, 0x2e, 0xf1, 0x15, 0xd9, 0xb3, 0x00, 0x76, 0x0c, 0x94,
+ 0xe7, 0x9f, 0x80, 0xe8, 0x1a, 0x74, 0xf3, 0x4b, 0x25, 0xd9, 0xbf, 0xd6, 0xe0, 0xb9, 0x1b, 0x52,
+ 0x69, 0x82, 0x71, 0xa5, 0x03, 0x48, 0xb3, 0x9c, 0xcc, 0xb2, 0xcc, 0x1e, 0x50, 0x3d, 0x77, 0x40,
+ 0x0c, 0x23, 0xc4, 0x81, 0xe7, 0xda, 0x16, 0x27, 0x31, 0x25, 0x7c, 0x37, 0x01, 0x62, 0xf6, 0x4c,
+ 0xa9, 0x27, 0x3d, 0x92, 0x7d, 0xa2, 0x75, 0x58, 0xec, 0xe3, 0x3e, 0x09, 0x87, 0x66, 0xdf, 0x0a,
+ 0xcc, 0xbe, 0xf5, 0xc4, 0x64, 0xc1, 0xcb, 0xec, 0xef, 0x70, 0xf7, 0xec, 0x18, 0x48, 0xcc, 0x6e,
+ 0x5a, 0xc1, 0xa6, 0xf5, 0x64, 0xdb, 0x7d, 0x8a, 0x37, 0x77, 0xf4, 0x2e, 0x2c, 0x66, 0xe5, 0x93,
+ 0xa2, 0x7f, 0x0f, 0x4e, 0x0b, 0xc8, 0xf6, 0xd0, 0xb7, 0xb7, 0x79, 0xc4, 0xac, 0x74, 0x50, 0xff,
+ 0xae, 0x41, 0x37, 0xbf, 0x50, 0x5a, 0xfe, 0xb3, 0x6a, 0xed, 0xc8, 0x3a, 0x39, 0x07, 0x2d, 0x6a,
+ 0xb9, 0x9e, 0x49, 0x7a, 0xbd, 0x08, 0x53, 0xae, 0x88, 0x29, 0x03, 0x18, 0xe8, 0x01, 0x87, 0xa0,
+ 0x4b, 0x30, 0x6f, 0x0b, 0xeb, 0x37, 0x43, 0x7c, 0xe0, 0xf2, 0x18, 0x3f, 0xcb, 0x37, 0x36, 0x67,
+ 0x2b, 0xaf, 0x10, 0x60, 0xa4, 0x43, 0xc7, 0x75, 0x9e, 0x98, 0x3c, 0xba, 0xf3, 0x2b, 0xa2, 0xc1,
+ 0xa9, 0xb5, 0x5c, 0xe7, 0x09, 0x0b, 0x58, 0x4c, 0xa3, 0xfa, 0x23, 0x58, 0x16, 0xc2, 0xdf, 0xf3,
+ 0xed, 0x10, 0xf7, 0xb1, 0x4f, 0x2d, 0x6f, 0x83, 0x04, 0xc3, 0x4a, 0x66, 0xf3, 0x3c, 0x34, 0x22,
+ 0xd7, 0xb7, 0xb1, 0xe9, 0x8b, 0xab, 0x6a, 0xca, 0x98, 0xe5, 0xe3, 0xad, 0x48, 0xbf, 0x09, 0x67,
+ 0x4a, 0xe8, 0x4a, 0xcd, 0x9e, 0x87, 0x36, 0xdf, 0x98, 0x0c, 0xef, 0xf2, 0xc2, 0x68, 0x31, 0xd8,
+ 0x86, 0x00, 0xe9, 0xaf, 0x01, 0x12, 0x34, 0x36, 0xc9, 0xc0, 0xaf, 0xe6, 0xce, 0xcf, 0xc1, 0x42,
+ 0x6a, 0x89, 0xb4, 0x8d, 0xd7, 0xe1, 0x94, 0x00, 0x7f, 0xe2, 0xf7, 0x2b, 0xd3, 0x3a, 0x0d, 0xcf,
+ 0x65, 0x16, 0x49, 0x6a, 0xeb, 0x8a, 0x49, 0x3a, 0x99, 0x38, 0x94, 0xd8, 0xa2, 0xda, 0x41, 0x3a,
+ 0x9f, 0xe0, 0x91, 0x4b, 0x6c, 0xd8, 0x0a, 0xf7, 0x0d, 0x6c, 0x39, 0xc4, 0xf7, 0x86, 0x95, 0x23,
+ 0x57, 0xc1, 0x4a, 0x49, 0xf7, 0x53, 0x58, 0x54, 0x11, 0xcd, 0xef, 0xb9, 0xbb, 0x83, 0x10, 0x57,
+ 0x8d, 0xc4, 0x49, 0x93, 0x9d, 0xcc, 0x99, 0xac, 0xbe, 0xa6, 0xdc, 0x2c, 0x41, 0x58, 0x1e, 0x69,
+ 0x9c, 0x9f, 0xd4, 0x12, 0xf9, 0x89, 0xfe, 0xc7, 0x1a, 0x9c, 0x54, 0x2b, 0x2a, 0xda, 0xd5, 0x11,
+ 0x1d, 0xab, 0x5e, 0xea, 0x58, 0x53, 0x23, 0xc7, 0xba, 0x08, 0xf3, 0x11, 0x19, 0x84, 0x36, 0x36,
+ 0x59, 0x4e, 0x62, 0xfa, 0xec, 0x0e, 0x16, 0x7e, 0x77, 0x42, 0xc0, 0x6f, 0x59, 0xd4, 0xda, 0x22,
+ 0x0e, 0xd6, 0x7f, 0xa8, 0xcc, 0x2e, 0x65, 0xaf, 0x97, 0xe0, 0x24, 0x4f, 0x3d, 0xac, 0x20, 0xc0,
+ 0xbe, 0x63, 0x5a, 0x94, 0x19, 0x7d, 0x8d, 0x1b, 0xfd, 0x09, 0x36, 0x71, 0x83, 0xc3, 0x6f, 0xd0,
+ 0xad, 0x48, 0xff, 0xed, 0x24, 0xcc, 0xb1, 0xb5, 0xcc, 0xc9, 0x2a, 0xc9, 0x3b, 0x0f, 0x75, 0xfc,
+ 0x84, 0x4a, 0x41, 0xd9, 0x27, 0x5a, 0x83, 0x05, 0xe9, 0xcd, 0x2e, 0xf1, 0x47, 0x8e, 0x5e, 0x17,
+ 0x71, 0x71, 0x34, 0x15, 0xfb, 0xfa, 0x39, 0x68, 0x45, 0x94, 0x04, 0x2a, 0x6e, 0x88, 0xbc, 0x08,
+ 0x18, 0x48, 0xc6, 0x8d, 0xb4, 0x4e, 0xa7, 0x0b, 0x74, 0xda, 0x76, 0x23, 0x13, 0xdb, 0xa6, 0xd8,
+ 0x15, 0x8f, 0x3c, 0x0d, 0x03, 0xdc, 0xe8, 0xb6, 0x2d, 0xb4, 0x81, 0xde, 0x85, 0x65, 0x77, 0xd7,
+ 0x27, 0x21, 0x36, 0xa5, 0x22, 0xb9, 0xff, 0xfa, 0x84, 0x9a, 0x3d, 0x32, 0xf0, 0x55, 0xe6, 0xd4,
+ 0x15, 0x38, 0xdb, 0x1c, 0x85, 0x69, 0x60, 0x8b, 0xd0, 0x3b, 0x6c, 0x5e, 0x7f, 0x13, 0xe6, 0x47,
+ 0x5a, 0xa9, 0x1e, 0x05, 0xbe, 0xa9, 0x29, 0x8b, 0x7b, 0x68, 0xb9, 0xde, 0x36, 0xf6, 0x1d, 0x1c,
+ 0x3e, 0x63, 0x74, 0x42, 0x57, 0xe1, 0x94, 0xeb, 0x78, 0xd8, 0xa4, 0x6e, 0x1f, 0x93, 0x01, 0x35,
+ 0x23, 0x6c, 0x13, 0xdf, 0x89, 0x94, 0x7e, 0xd9, 0xdc, 0x43, 0x31, 0xb5, 0x2d, 0x66, 0xf4, 0x9f,
+ 0xc5, 0xb7, 0x44, 0x72, 0x17, 0xa3, 0xfc, 0xc8, 0xc7, 0x98, 0x11, 0x14, 0xa9, 0x9e, 0x14, 0xa3,
+ 0x2d, 0x80, 0x22, 0xab, 0x63, 0x27, 0x24, 0x91, 0x76, 0x88, 0x33, 0xe4, 0x3b, 0x6a, 0x1b, 0x20,
+ 0x40, 0x37, 0x89, 0x33, 0xe4, 0xe1, 0x3a, 0x32, 0xb9, 0x91, 0xd9, 0x7b, 0x03, 0x7f, 0x9f, 0xef,
+ 0xa6, 0x61, 0xb4, 0xdc, 0xe8, 0xbe, 0x15, 0xd1, 0x0d, 0x06, 0xd2, 0xff, 0x54, 0x53, 0xf1, 0x82,
+ 0x6d, 0xc3, 0xc0, 0x36, 0x76, 0x0f, 0xfe, 0x07, 0xea, 0x60, 0x2b, 0xa4, 0x11, 0xa4, 0x72, 0x61,
+ 0xe9, 0x70, 0x48, 0xcc, 0xc9, 0x5b, 0x95, 0xcf, 0x8c, 0xc2, 0x55, 0x7a, 0xe3, 0x32, 0x5c, 0x7d,
+ 0xa1, 0xae, 0x8b, 0xdb, 0xf6, 0xf6, 0x9e, 0x15, 0x3a, 0xd1, 0x5d, 0xec, 0xe3, 0xd0, 0xa2, 0xc7,
+ 0x92, 0xbe, 0xe8, 0x2b, 0x70, 0xb6, 0x8c, 0xba, 0xe4, 0xff, 0xb9, 0xba, 0x06, 0x15, 0x86, 0x81,
+ 0x77, 0x06, 0xae, 0xe7, 0x1c, 0x0b, 0xfb, 0x0f, 0xb3, 0xc2, 0xc5, 0xc4, 0xa5, 0xfd, 0x5c, 0x86,
+ 0x93, 0x21, 0x07, 0x51, 0x33, 0x62, 0x08, 0xf1, 0x7b, 0xb4, 0x63, 0xcc, 0xc9, 0x09, 0xbe, 0x90,
+ 0xbd, 0x4b, 0x7f, 0x39, 0xa9, 0x2c, 0x40, 0x51, 0x3b, 0xb6, 0xb0, 0xba, 0x04, 0xcd, 0x11, 0xfb,
+ 0x3a, 0x67, 0xdf, 0x88, 0x24, 0x5f, 0x66, 0x9d, 0x36, 0x09, 0x86, 0x26, 0xb6, 0x45, 0x46, 0xc1,
+ 0x8f, 0xba, 0xc1, 0x9e, 0x67, 0xc1, 0xf0, 0xb6, 0xcd, 0x13, 0x8a, 0xea, 0x31, 0x36, 0x41, 0xed,
+ 0x4b, 0x41, 0x6d, 0x26, 0x49, 0xed, 0x4b, 0x4e, 0x4d, 0xe1, 0x1c, 0xb8, 0x3d, 0x81, 0x33, 0x3b,
+ 0xc2, 0x79, 0xe4, 0xf6, 0x18, 0xce, 0xc8, 0xaa, 0xd2, 0xca, 0x90, 0xa7, 0xfa, 0x15, 0x2c, 0xa5,
+ 0x67, 0xab, 0x5f, 0xd8, 0xcf, 0xa4, 0x2c, 0xfd, 0x6c, 0xd6, 0x9c, 0x32, 0xb7, 0xfe, 0x41, 0x76,
+ 0xdb, 0x95, 0x33, 0x9c, 0x67, 0xdb, 0xd7, 0x99, 0xac, 0x42, 0xd2, 0x69, 0xd2, 0x67, 0xd9, 0x6d,
+ 0x1f, 0x21, 0x5d, 0x3a, 0x9c, 0xf1, 0xb9, 0xac, 0x0b, 0x64, 0x73, 0xaa, 0xdf, 0xc5, 0xf1, 0x55,
+ 0x62, 0xb0, 0x8c, 0xa6, 0x72, 0x5c, 0x93, 0x7c, 0x65, 0x5d, 0x61, 0x56, 0xb2, 0x45, 0x8b, 0x30,
+ 0x23, 0xef, 0x43, 0xf1, 0x62, 0x91, 0xa3, 0x54, 0xc9, 0xa4, 0x2e, 0x4b, 0x26, 0xaa, 0x14, 0xc4,
+ 0xde, 0xdc, 0xd3, 0x22, 0x3c, 0xb2, 0xf1, 0x87, 0x78, 0xa8, 0x6f, 0x65, 0x3c, 0x4e, 0x6c, 0xed,
+ 0x90, 0x82, 0x87, 0xa8, 0x28, 0x38, 0xfc, 0xcc, 0x1d, 0x59, 0x38, 0x69, 0xba, 0xd2, 0x08, 0x1c,
+ 0xfd, 0x57, 0xb5, 0x11, 0xc1, 0x9b, 0x1e, 0xd9, 0x39, 0x46, 0xab, 0x4c, 0x4a, 0x51, 0x4f, 0x49,
+ 0x91, 0xac, 0x09, 0x4d, 0xa5, 0x6b, 0x42, 0x09, 0x27, 0x4a, 0x6e, 0xa7, 0x2c, 0x34, 0x3f, 0x24,
+ 0xc7, 0xf7, 0xb2, 0xcc, 0x87, 0xe6, 0x11, 0x75, 0xc9, 0xff, 0x3a, 0x2c, 0x31, 0x85, 0x0b, 0x28,
+ 0x7f, 0xb7, 0x54, 0x7f, 0xdb, 0xfd, 0x7d, 0x12, 0x96, 0x8b, 0x17, 0x57, 0x79, 0xdf, 0xbd, 0x0d,
+ 0x5a, 0xfc, 0x7e, 0x62, 0x57, 0x63, 0x44, 0xad, 0x7e, 0x10, 0x5f, 0x8e, 0xe2, 0x0e, 0x3d, 0x2d,
+ 0x1f, 0x53, 0x0f, 0xd5, 0xbc, 0xba, 0x21, 0x73, 0x8f, 0xaf, 0x7a, 0xee, 0xf1, 0xc5, 0x18, 0x38,
+ 0x16, 0x2d, 0x63, 0x20, 0x72, 0xb8, 0xd3, 0x8e, 0x45, 0xcb, 0x18, 0xc4, 0x8b, 0x39, 0x03, 0x61,
+ 0xb5, 0x2d, 0x89, 0xcf, 0x19, 0x9c, 0x01, 0x90, 0xe9, 0xd5, 0xc0, 0x57, 0x8f, 0xc9, 0xa6, 0x48,
+ 0xae, 0x06, 0x7e, 0x69, 0x96, 0x39, 0x5b, 0x9a, 0x65, 0xa6, 0x4f, 0xb3, 0x91, 0x3b, 0xcd, 0xcf,
+ 0x00, 0x6e, 0xb9, 0xd1, 0xbe, 0x50, 0x32, 0x4b, 0x6b, 0x1d, 0x57, 0xbd, 0x06, 0xd8, 0x27, 0x83,
+ 0x58, 0x9e, 0x27, 0x55, 0xc7, 0x3e, 0x99, 0xfb, 0x0c, 0x22, 0xec, 0x48, 0xed, 0xf0, 0x6f, 0x06,
+ 0xeb, 0x85, 0x18, 0x4b, 0x05, 0xf0, 0x6f, 0xfd, 0x0f, 0x35, 0x68, 0x6e, 0xe2, 0xbe, 0xa4, 0x7c,
+ 0x16, 0x60, 0x97, 0x84, 0x64, 0x40, 0x5d, 0x1f, 0x8b, 0x2c, 0x7c, 0xda, 0x48, 0x40, 0xbe, 0x3b,
+ 0x1f, 0x1e, 0x1a, 0xb0, 0xd7, 0x93, 0xca, 0xe4, 0xdf, 0x0c, 0xb6, 0x87, 0xad, 0x40, 0xea, 0x8f,
+ 0x7f, 0xb3, 0xb7, 0x4e, 0x44, 0x2d, 0x7b, 0x9f, 0x2b, 0x6b, 0xca, 0x10, 0x03, 0xfd, 0x2f, 0x35,
+ 0x00, 0x03, 0xf7, 0x09, 0xe5, 0xb6, 0xc6, 0xb2, 0xdb, 0x1d, 0xcb, 0xde, 0x67, 0xef, 0x05, 0x5e,
+ 0xd1, 0x14, 0x9a, 0x68, 0x49, 0x18, 0xaf, 0x68, 0x9e, 0x01, 0x50, 0x28, 0x32, 0x7e, 0x35, 0x8d,
+ 0xa6, 0x84, 0x88, 0x97, 0x81, 0x72, 0x65, 0x59, 0x04, 0x1c, 0xc5, 0x34, 0xb1, 0x6d, 0x15, 0xd3,
+ 0x96, 0xa0, 0x99, 0x35, 0x05, 0x1e, 0x0a, 0xb8, 0x1d, 0x5c, 0x80, 0x8e, 0x2a, 0x99, 0x72, 0x43,
+ 0x93, 0xa2, 0xb4, 0x15, 0x90, 0x19, 0x17, 0x2f, 0x4f, 0x3e, 0xa1, 0xd8, 0x8f, 0x6d, 0xa0, 0x69,
+ 0x8c, 0x00, 0xfa, 0xd7, 0x00, 0xea, 0x41, 0xdf, 0x23, 0x68, 0x1d, 0xa6, 0x19, 0x71, 0x55, 0x04,
+ 0x5f, 0xce, 0x97, 0x44, 0x47, 0x6a, 0x30, 0x04, 0x6a, 0x32, 0x00, 0x4d, 0xa6, 0x02, 0xd0, 0xf8,
+ 0xf7, 0x9c, 0xfe, 0x6d, 0x0d, 0x56, 0x64, 0xfa, 0xe8, 0xe2, 0x70, 0x93, 0x1c, 0xb0, 0x54, 0xe2,
+ 0x21, 0x11, 0x4c, 0x8e, 0x25, 0x72, 0x5e, 0x83, 0xae, 0x83, 0x23, 0xea, 0xfa, 0x9c, 0xa1, 0xa9,
+ 0x0e, 0x85, 0x57, 0x91, 0xc5, 0x86, 0x16, 0x13, 0xf3, 0x37, 0xc5, 0xf4, 0x96, 0xd5, 0xc7, 0xe8,
+ 0x0a, 0x2c, 0xec, 0x63, 0x1c, 0x98, 0x1e, 0xb1, 0x2d, 0xcf, 0x54, 0x3e, 0x29, 0xf3, 0xa3, 0x79,
+ 0x36, 0x75, 0x9f, 0xcd, 0xdc, 0x12, 0x7e, 0xa9, 0x47, 0x70, 0xfe, 0x10, 0x49, 0x64, 0x5c, 0x5a,
+ 0x86, 0x66, 0x10, 0x12, 0x1b, 0x47, 0xcc, 0x66, 0x6b, 0xfc, 0x9a, 0x1a, 0x01, 0xd0, 0x55, 0x58,
+ 0x88, 0x07, 0x1f, 0xe1, 0xd0, 0xc6, 0x3e, 0xb5, 0x76, 0x45, 0xdd, 0x74, 0xd2, 0x28, 0x9a, 0xd2,
+ 0x7f, 0x53, 0x03, 0x3d, 0xc7, 0xf5, 0x4e, 0x48, 0xfa, 0xc7, 0xa8, 0xc1, 0x35, 0x38, 0xc5, 0xf5,
+ 0x10, 0x72, 0x92, 0x23, 0x45, 0x88, 0x67, 0xcc, 0x49, 0x36, 0x27, 0xb8, 0x29, 0x4d, 0x0c, 0xe0,
+ 0xc2, 0xa1, 0x7b, 0xfa, 0x2f, 0xe9, 0x62, 0x49, 0xdd, 0xbe, 0xe2, 0x65, 0x92, 0xba, 0x4e, 0xf4,
+ 0xdf, 0xd7, 0xd4, 0x65, 0x98, 0x9e, 0x95, 0x7b, 0xb9, 0x01, 0x1d, 0xc7, 0x8d, 0xf6, 0x4d, 0xd1,
+ 0x91, 0x39, 0xcc, 0xfe, 0x47, 0x71, 0xd0, 0x68, 0x3b, 0xf1, 0x37, 0x8e, 0xd0, 0x7b, 0xd0, 0x91,
+ 0x55, 0xcf, 0x44, 0x93, 0xa7, 0xb5, 0xbe, 0x94, 0x27, 0x11, 0xc7, 0x3b, 0xa3, 0x2d, 0x56, 0x88,
+ 0x91, 0xfe, 0xaf, 0x36, 0xb4, 0x3f, 0x1e, 0xe0, 0x70, 0x98, 0xa8, 0x18, 0x47, 0x58, 0x1e, 0x83,
+ 0x6a, 0x64, 0x25, 0x20, 0xec, 0xaa, 0xe8, 0x85, 0xa4, 0x6f, 0xc6, 0xbd, 0xae, 0x49, 0x8e, 0xd2,
+ 0x62, 0xc0, 0x3b, 0xa2, 0xdf, 0x85, 0xde, 0x81, 0x99, 0x9e, 0xeb, 0x51, 0x2c, 0xba, 0x4b, 0xad,
+ 0xf5, 0x17, 0xf3, 0xfb, 0x49, 0xf2, 0x5c, 0xbd, 0xc3, 0x91, 0x0d, 0xb9, 0x08, 0xed, 0xc0, 0x82,
+ 0xeb, 0x07, 0xfc, 0xed, 0x18, 0xba, 0x96, 0xe7, 0x3e, 0x1d, 0xd5, 0x3c, 0x5b, 0xeb, 0xaf, 0x8d,
+ 0xa1, 0x75, 0x8f, 0xad, 0xdc, 0x4e, 0x2e, 0x34, 0x90, 0x9b, 0x83, 0x21, 0x0c, 0xa7, 0xc8, 0x80,
+ 0xe6, 0x99, 0x4c, 0x73, 0x26, 0xeb, 0x63, 0x98, 0x3c, 0xe0, 0x4b, 0xd3, 0x5c, 0x16, 0x48, 0x1e,
+ 0xa8, 0x6d, 0xc1, 0x8c, 0x10, 0x8e, 0x05, 0xf9, 0x9e, 0x8b, 0x3d, 0xd5, 0x18, 0x13, 0x03, 0x16,
+ 0xc7, 0x48, 0x80, 0x43, 0xcb, 0x57, 0xf1, 0x5a, 0x0d, 0x47, 0x0d, 0x9a, 0x7a, 0xa2, 0x41, 0xa3,
+ 0xfd, 0x79, 0x1a, 0x50, 0x5e, 0x42, 0x55, 0xc8, 0x0d, 0x71, 0xc4, 0x62, 0x60, 0xf2, 0x82, 0x98,
+ 0x4b, 0xc0, 0xf9, 0x25, 0xf1, 0x29, 0x34, 0xed, 0xe8, 0xc0, 0xe4, 0x2a, 0x91, 0xe6, 0x72, 0xfd,
+ 0xc8, 0x2a, 0x5d, 0xdd, 0xd8, 0x7e, 0xc4, 0xa1, 0x46, 0xc3, 0x8e, 0x0e, 0xf8, 0x17, 0xfa, 0x31,
+ 0xc0, 0x97, 0x11, 0xf1, 0x25, 0x65, 0x71, 0xf0, 0x6f, 0x1f, 0x9d, 0xf2, 0x07, 0xdb, 0x0f, 0xb6,
+ 0x04, 0xe9, 0x26, 0x23, 0x27, 0x68, 0xdb, 0xd0, 0x09, 0xac, 0xf0, 0xf1, 0x00, 0x53, 0x49, 0x5e,
+ 0xd8, 0xc2, 0xbb, 0x47, 0x27, 0xff, 0x91, 0x20, 0x23, 0x38, 0xb4, 0x83, 0xc4, 0x48, 0xfb, 0x76,
+ 0x12, 0x1a, 0x4a, 0x2e, 0xf6, 0xfc, 0xe4, 0x16, 0x2e, 0x8a, 0x30, 0xa6, 0xeb, 0xf7, 0x88, 0xd4,
+ 0xe8, 0x09, 0x06, 0x17, 0x75, 0x18, 0x7e, 0x7d, 0x5d, 0x82, 0xf9, 0x10, 0xdb, 0x24, 0x74, 0x58,
+ 0x92, 0xee, 0xf6, 0x5d, 0x66, 0xf6, 0xe2, 0x2c, 0xe7, 0x04, 0xfc, 0x96, 0x02, 0xa3, 0x97, 0x61,
+ 0x8e, 0x1f, 0x7b, 0x02, 0xb3, 0xae, 0x68, 0x62, 0x2f, 0x81, 0x78, 0x09, 0xe6, 0x1f, 0x0f, 0x58,
+ 0xe0, 0xb3, 0xf7, 0xac, 0xd0, 0xb2, 0x29, 0x89, 0xcb, 0x21, 0x73, 0x1c, 0xbe, 0x11, 0x83, 0xd1,
+ 0x1b, 0xb0, 0x28, 0x50, 0x71, 0x64, 0x5b, 0x41, 0xbc, 0x02, 0x87, 0xf2, 0xb5, 0x7c, 0x8a, 0xcf,
+ 0xde, 0xe6, 0x93, 0x1b, 0x6a, 0x0e, 0x69, 0xd0, 0xb0, 0x49, 0xbf, 0x8f, 0x7d, 0x1a, 0xc9, 0xfe,
+ 0x65, 0x3c, 0x46, 0x37, 0xe0, 0x8c, 0xe5, 0x79, 0xe4, 0x2b, 0x93, 0xaf, 0x74, 0xcc, 0x9c, 0x74,
+ 0xe2, 0xed, 0xac, 0x71, 0xa4, 0x8f, 0x39, 0x8e, 0x91, 0x16, 0x54, 0x3b, 0x07, 0xcd, 0xf8, 0x1c,
+ 0x59, 0xca, 0x93, 0x30, 0x48, 0xfe, 0xad, 0x9d, 0x80, 0x76, 0xf2, 0x24, 0xb4, 0x7f, 0xd4, 0x61,
+ 0xa1, 0xc0, 0xa9, 0xd0, 0xe7, 0x00, 0xcc, 0x5a, 0x85, 0x6b, 0x49, 0x73, 0xfd, 0xc1, 0xd1, 0x9d,
+ 0x93, 0xd9, 0xab, 0x00, 0x1b, 0xcc, 0xfa, 0xc5, 0x27, 0xfa, 0x09, 0xb4, 0xb8, 0xc5, 0x4a, 0xea,
+ 0xc2, 0x64, 0xdf, 0xf9, 0x0e, 0xd4, 0x99, 0xac, 0x92, 0x3c, 0xf7, 0x01, 0xf1, 0xad, 0xfd, 0xad,
+ 0x06, 0xcd, 0x98, 0x31, 0x4b, 0xe0, 0xc4, 0x41, 0xf1, 0xb3, 0x8e, 0x54, 0x02, 0xc7, 0x61, 0x77,
+ 0x38, 0xe8, 0xff, 0xd2, 0x94, 0xb4, 0xb7, 0x00, 0x46, 0xf2, 0x17, 0x8a, 0x50, 0x2b, 0x14, 0x41,
+ 0xbf, 0x04, 0x1d, 0xa6, 0x59, 0x17, 0x3b, 0xdb, 0x34, 0x74, 0x03, 0xfe, 0x4b, 0x03, 0x81, 0x13,
+ 0xc9, 0x17, 0xb0, 0x1a, 0xae, 0xff, 0x73, 0x19, 0xda, 0xc9, 0x9b, 0x14, 0x7d, 0x01, 0xad, 0xc4,
+ 0x2f, 0x2a, 0xd0, 0x0b, 0xf9, 0x43, 0xcb, 0xff, 0x42, 0x43, 0x7b, 0x71, 0x0c, 0x96, 0x7c, 0x24,
+ 0x4e, 0x20, 0x03, 0x66, 0x65, 0x17, 0x1e, 0xad, 0x1c, 0xd2, 0xa0, 0x17, 0x54, 0xcf, 0x8f, 0x6d,
+ 0xe1, 0xeb, 0x13, 0x57, 0x6b, 0xc8, 0x87, 0x93, 0xb9, 0xa6, 0x38, 0xba, 0x9c, 0x5f, 0x5b, 0xd6,
+ 0x72, 0xd7, 0x5e, 0xa9, 0x84, 0x1b, 0xcb, 0x40, 0x61, 0xa1, 0xa0, 0xcb, 0x8d, 0x5e, 0x1d, 0x43,
+ 0x25, 0xd5, 0x69, 0xd7, 0xae, 0x54, 0xc4, 0x8e, 0xb9, 0x3e, 0x06, 0x94, 0x6f, 0x81, 0xa3, 0x57,
+ 0xc6, 0x92, 0x19, 0xb5, 0xd8, 0xb5, 0x57, 0xab, 0x21, 0x97, 0x0a, 0x2a, 0x9a, 0xe3, 0x63, 0x05,
+ 0x4d, 0xb5, 0xdf, 0xc7, 0x0a, 0x9a, 0xe9, 0xb8, 0x4f, 0xa0, 0x7d, 0x98, 0xcf, 0x36, 0xce, 0xd1,
+ 0xa5, 0xb2, 0x9f, 0xef, 0xe4, 0xfa, 0xf2, 0xda, 0xe5, 0x2a, 0xa8, 0x31, 0x33, 0x0c, 0x27, 0xd2,
+ 0x8d, 0x6a, 0xf4, 0x72, 0x7e, 0x7d, 0x61, 0xab, 0x5e, 0xbb, 0x38, 0x1e, 0x31, 0x29, 0x53, 0xb6,
+ 0x79, 0x5d, 0x24, 0x53, 0x49, 0x67, 0xbc, 0x48, 0xa6, 0xb2, 0x5e, 0xb8, 0x3e, 0x81, 0xbe, 0x56,
+ 0x1d, 0xd1, 0x4c, 0x53, 0x17, 0xad, 0x96, 0x91, 0x29, 0xee, 0x2a, 0x6b, 0x6b, 0x95, 0xf1, 0x13,
+ 0xde, 0xf8, 0x05, 0xb4, 0x12, 0xbd, 0xdd, 0xa2, 0xf8, 0x91, 0xef, 0x16, 0x17, 0xc5, 0x8f, 0xa2,
+ 0x06, 0xf1, 0x04, 0xda, 0x81, 0x4e, 0xaa, 0xdb, 0x8b, 0x5e, 0x2a, 0x5b, 0x99, 0x2e, 0x8a, 0x6a,
+ 0x2f, 0x8f, 0xc5, 0x8b, 0x79, 0x98, 0x2a, 0x22, 0xca, 0x10, 0x58, 0xba, 0xb9, 0x74, 0x0c, 0x7c,
+ 0x69, 0x1c, 0x5a, 0xca, 0x95, 0x73, 0x3d, 0xe1, 0x42, 0x57, 0x2e, 0xeb, 0x39, 0x17, 0xba, 0x72,
+ 0x79, 0x9b, 0x79, 0x02, 0xed, 0xc1, 0x5c, 0xa6, 0x1f, 0x8c, 0x2e, 0x96, 0x91, 0xc8, 0xf6, 0xa2,
+ 0xb5, 0x4b, 0x15, 0x30, 0x63, 0x4e, 0x3f, 0x52, 0x15, 0x08, 0x6e, 0x72, 0x17, 0xca, 0x97, 0x8e,
+ 0xec, 0xec, 0x85, 0xc3, 0x91, 0x62, 0xd2, 0x5f, 0xc1, 0xa9, 0xa2, 0x32, 0x21, 0xba, 0x52, 0x54,
+ 0xd7, 0x28, 0xad, 0x45, 0x6a, 0xab, 0x55, 0xd1, 0x63, 0xc6, 0x9f, 0x40, 0x43, 0xf5, 0x44, 0x51,
+ 0xc1, 0xa5, 0x94, 0xe9, 0x22, 0x6b, 0xfa, 0x61, 0x28, 0x09, 0x57, 0xe9, 0xab, 0xa8, 0x30, 0x6a,
+ 0x56, 0x96, 0x47, 0x85, 0x5c, 0x5b, 0xb5, 0x3c, 0x2a, 0xe4, 0x7b, 0x9f, 0x9c, 0x5d, 0x6c, 0x76,
+ 0xc9, 0xde, 0x5e, 0xb9, 0xd9, 0x15, 0xb4, 0x2e, 0xcb, 0xcd, 0xae, 0xb0, 0x5d, 0x38, 0x81, 0x7e,
+ 0xaa, 0x7e, 0xdf, 0x90, 0x6d, 0xe9, 0xa1, 0xd2, 0xd8, 0x52, 0xd2, 0x5a, 0xd4, 0xae, 0x56, 0x5f,
+ 0x10, 0xb3, 0x7f, 0xaa, 0x22, 0x61, 0xa6, 0xa5, 0x57, 0x1e, 0x09, 0x8b, 0x1b, 0x8b, 0xda, 0x5a,
+ 0x65, 0xfc, 0xbc, 0x93, 0x27, 0x7b, 0x5e, 0xe5, 0xda, 0x2e, 0x68, 0x13, 0x96, 0x6b, 0xbb, 0xb0,
+ 0x8d, 0xc6, 0xfd, 0xa3, 0xa8, 0x9f, 0x55, 0xe4, 0x1f, 0x87, 0x34, 0xdc, 0xb4, 0xd5, 0xaa, 0xe8,
+ 0xa9, 0x44, 0x21, 0xdf, 0xb0, 0x42, 0x63, 0xf7, 0x9f, 0xba, 0x03, 0xae, 0x54, 0xc4, 0x2e, 0x3f,
+ 0x5d, 0x75, 0x27, 0x8c, 0x15, 0x20, 0x73, 0x37, 0xac, 0x55, 0xc6, 0x8f, 0x79, 0x07, 0xea, 0xd7,
+ 0x32, 0x89, 0x66, 0x13, 0xba, 0x3c, 0x86, 0x4e, 0xa2, 0x59, 0xa6, 0xbd, 0x52, 0x09, 0xb7, 0xc8,
+ 0x7b, 0x93, 0xed, 0x9f, 0xc3, 0xec, 0x29, 0xd7, 0xb3, 0x3a, 0xcc, 0x9e, 0x0a, 0x3a, 0x4a, 0x05,
+ 0xde, 0xab, 0xba, 0x3e, 0xe3, 0xbd, 0x37, 0xd3, 0x7d, 0x1a, 0xef, 0xbd, 0xb9, 0x86, 0xd2, 0x04,
+ 0xfa, 0xc5, 0xe8, 0x57, 0x14, 0xf9, 0x1a, 0x2c, 0x5a, 0x2f, 0x0d, 0x45, 0xa5, 0xa5, 0x67, 0xed,
+ 0xf5, 0x23, 0xad, 0x49, 0x28, 0xff, 0xd7, 0x35, 0xd5, 0x92, 0x2d, 0x2c, 0x82, 0xa2, 0x37, 0x2a,
+ 0x10, 0xce, 0xd5, 0x71, 0xb5, 0x37, 0x8f, 0xb8, 0xaa, 0xc8, 0x1a, 0x92, 0xf5, 0xcf, 0x72, 0x6b,
+ 0x28, 0xa8, 0xa1, 0x96, 0x5b, 0x43, 0x51, 0x49, 0x55, 0x9f, 0x40, 0xf7, 0x61, 0x9a, 0x3f, 0xd7,
+ 0xd1, 0xd9, 0xc3, 0xdf, 0xf1, 0xda, 0xb9, 0xe2, 0xf9, 0xf8, 0x35, 0xca, 0x04, 0xd8, 0x99, 0xe1,
+ 0x7f, 0x01, 0x78, 0xfd, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x74, 0xac, 0x01, 0xab, 0x19, 0x30,
+ 0x00, 0x00,
}
diff --git a/weed/server/master_server.go b/weed/server/master_server.go
index b3cc310e6..f5f547a32 100644
--- a/weed/server/master_server.go
+++ b/weed/server/master_server.go
@@ -115,9 +115,11 @@ func NewMasterServer(r *mux.Router, option *MasterOption, peers []string) *Maste
r.HandleFunc("/vol/status", ms.proxyToLeader(ms.guard.WhiteList(ms.volumeStatusHandler)))
r.HandleFunc("/vol/vacuum", ms.proxyToLeader(ms.guard.WhiteList(ms.volumeVacuumHandler)))
r.HandleFunc("/submit", ms.guard.WhiteList(ms.submitFromMasterServerHandler))
- r.HandleFunc("/stats/health", ms.guard.WhiteList(statsHealthHandler))
- r.HandleFunc("/stats/counter", ms.guard.WhiteList(statsCounterHandler))
- r.HandleFunc("/stats/memory", ms.guard.WhiteList(statsMemoryHandler))
+ /*
+ r.HandleFunc("/stats/health", ms.guard.WhiteList(statsHealthHandler))
+ r.HandleFunc("/stats/counter", ms.guard.WhiteList(statsCounterHandler))
+ r.HandleFunc("/stats/memory", ms.guard.WhiteList(statsMemoryHandler))
+ */
r.HandleFunc("/{fileId}", ms.redirectHandler)
}
@@ -220,7 +222,7 @@ func (ms *MasterServer) startAdminScripts() {
commandEnv.MasterClient.WaitUntilConnected()
c := time.Tick(time.Duration(sleepMinutes) * time.Minute)
- for _ = range c {
+ for range c {
if ms.Topo.IsLeader() {
for _, line := range scriptLines {
diff --git a/weed/server/volume_grpc_admin.go b/weed/server/volume_grpc_admin.go
index 43987b748..27b21ac09 100644
--- a/weed/server/volume_grpc_admin.go
+++ b/weed/server/volume_grpc_admin.go
@@ -3,9 +3,11 @@ package weed_server
import (
"context"
"fmt"
+ "path/filepath"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
+ "github.com/chrislusf/seaweedfs/weed/stats"
"github.com/chrislusf/seaweedfs/weed/storage/needle"
"github.com/chrislusf/seaweedfs/weed/storage/super_block"
)
@@ -148,3 +150,19 @@ func (vs *VolumeServer) VolumeMarkReadonly(ctx context.Context, req *volume_serv
return resp, err
}
+
+func (vs *VolumeServer) VolumeServerStatus(ctx context.Context, req *volume_server_pb.VolumeServerStatusRequest) (*volume_server_pb.VolumeServerStatusResponse, error) {
+
+ resp := &volume_server_pb.VolumeServerStatusResponse{}
+
+ for _, loc := range vs.store.Locations {
+ if dir, e := filepath.Abs(loc.Directory); e == nil {
+ resp.DiskStatuses = append(resp.DiskStatuses, stats.NewDiskStatus(dir))
+ }
+ }
+
+ resp.MemoryStatus = stats.MemStat()
+
+ return resp, nil
+
+}
diff --git a/weed/server/volume_server.go b/weed/server/volume_server.go
index 0fdcf662a..2d716edc1 100644
--- a/weed/server/volume_server.go
+++ b/weed/server/volume_server.go
@@ -77,9 +77,11 @@ func NewVolumeServer(adminMux, publicMux *http.ServeMux, ip string,
// only expose the volume server details for safe environments
adminMux.HandleFunc("/ui/index.html", vs.uiStatusHandler)
adminMux.HandleFunc("/status", vs.guard.WhiteList(vs.statusHandler))
- adminMux.HandleFunc("/stats/counter", vs.guard.WhiteList(statsCounterHandler))
- adminMux.HandleFunc("/stats/memory", vs.guard.WhiteList(statsMemoryHandler))
- adminMux.HandleFunc("/stats/disk", vs.guard.WhiteList(vs.statsDiskHandler))
+ /*
+ adminMux.HandleFunc("/stats/counter", vs.guard.WhiteList(statsCounterHandler))
+ adminMux.HandleFunc("/stats/memory", vs.guard.WhiteList(statsMemoryHandler))
+ adminMux.HandleFunc("/stats/disk", vs.guard.WhiteList(vs.statsDiskHandler))
+ */
}
adminMux.HandleFunc("/", vs.privateStoreHandler)
if publicMux != adminMux {