Chang Ip and Uuid representation to string

This commit is contained in:
gvolfing 2022-08-17 16:13:28 +02:00
parent 79011b7b5b
commit a03cbab9e0

View File

@ -1,5 +1,5 @@
struct Address{
1: binary unique_id;
2: binary last_known_ip;
1: string unique_id;
2: string last_known_ip;
3: i32 last_known_port;
}