grpc/pygui: edit_link will now broadcast link changes, pygui now handles receiving this data

This commit is contained in:
Blake Harnden 2020-06-26 15:14:30 -07:00
parent f921fa45c5
commit f4a3fe6b7b
5 changed files with 34 additions and 6 deletions

View file

@ -504,6 +504,7 @@ message EditLinkRequest {
int32 iface1_id = 4;
int32 iface2_id = 5;
LinkOptions options = 6;
string source = 7;
}
message EditLinkResponse {