grpc/pygui: edit_link will now broadcast link changes, pygui now handles receiving this data
This commit is contained in:
parent
f921fa45c5
commit
f4a3fe6b7b
5 changed files with 34 additions and 6 deletions
|
@ -504,6 +504,7 @@ message EditLinkRequest {
|
|||
int32 iface1_id = 4;
|
||||
int32 iface2_id = 5;
|
||||
LinkOptions options = 6;
|
||||
string source = 7;
|
||||
}
|
||||
|
||||
message EditLinkResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue