Add Address thrift definition
This commit is contained in:
parent
657749454d
commit
79011b7b5b
5
src/interface/address.thrift
Normal file
5
src/interface/address.thrift
Normal file
@ -0,0 +1,5 @@
|
||||
struct Address{
|
||||
1: binary unique_id;
|
||||
2: binary last_known_ip;
|
||||
3: i32 last_known_port;
|
||||
}
|
Loading…
Reference in New Issue
Block a user