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:
Karthikeyan Ramasubramanian
2011-07-27 14:38:15 -06:00
committed by Bryan Huntsman
parent f2085cdbd1
commit cc450c9f1c
4 changed files with 27 additions and 14 deletions

View File

@@ -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];
};