Rev 2622 | Rev 2637 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2622 | Rev 2635 | ||
---|---|---|---|
Line 210... | Line 210... | ||
210 | hlp = hash_table_find(&ns_hash_table, keys); |
210 | hlp = hash_table_find(&ns_hash_table, keys); |
211 | if (!hlp) { |
211 | if (!hlp) { |
212 | return ENOENT; |
212 | return ENOENT; |
213 | } |
213 | } |
214 | hs = hash_table_get_instance(hlp, hashed_service_t, link); |
214 | hs = hash_table_get_instance(hlp, hashed_service_t, link); |
215 | return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), 0, |
215 | return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), |
216 | IPC_FF_NONE); |
216 | IPC_GET_ARG3(*call), 0, IPC_FF_NONE); |
217 | } |
217 | } |
218 | 218 | ||
219 | /** Compute hash index into NS hash table. |
219 | /** Compute hash index into NS hash table. |
220 | * |
220 | * |
221 | * @param key Pointer keys. However, only the first key (i.e. service number) |
221 | * @param key Pointer keys. However, only the first key (i.e. service number) |