add nextblock, 0slot support
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
package shared;
|
||||
|
||||
message Header {
|
||||
google.protobuf.Timestamp ts = 1;
|
||||
}
|
||||
|
||||
message Heartbeat {
|
||||
uint64 count = 1;
|
||||
}
|
||||
|
||||
message Socket {
|
||||
string ip = 1;
|
||||
int64 port = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user