grpc: update grpc call for get emane event channel to take in a nem id, since channels may now be unique per nem

This commit is contained in:
Blake Harnden 2021-05-25 10:52:50 -07:00
parent bcd9cc7ac2
commit 8d5c3bd212
4 changed files with 13 additions and 10 deletions

View file

@ -33,6 +33,7 @@ message GetEmaneModelConfig {
message GetEmaneEventChannelRequest {
int32 session_id = 1;
int32 nem_id = 2;
}
message GetEmaneEventChannelResponse {