message.proto 94 Bytes
Newer Older
1
package pb;
2 3 4 5 6

message PBMessage {
	repeated string wantlist = 1;
	repeated bytes blocks = 2;
}