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:
parent
bcd9cc7ac2
commit
8d5c3bd212
4 changed files with 13 additions and 10 deletions
|
@ -33,6 +33,7 @@ message GetEmaneModelConfig {
|
|||
|
||||
message GetEmaneEventChannelRequest {
|
||||
int32 session_id = 1;
|
||||
int32 nem_id = 2;
|
||||
}
|
||||
|
||||
message GetEmaneEventChannelResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue