msm: ipc: Update server lookup to multiple compatible services
IPC Router looks up all compatible services during the server lookup using the compatibility mask provided by the clients. Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
This commit is contained in:
committed by
Bryan Huntsman
parent
f2085cdbd1
commit
cc450c9f1c
@@ -66,6 +66,7 @@ struct server_lookup_args {
|
||||
struct msm_ipc_port_name port_name;
|
||||
int num_entries_in_array;
|
||||
int num_entries_found;
|
||||
uint32_t lookup_mask;
|
||||
struct msm_ipc_port_addr port_addr[0];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user