Commit 946098396a9972a1e24f4894f8d1c02821030fe7
- Diff rendering mode:
- inline
- side by side
l_in_up/lprotocol.c
(4 / 1)
|   | |||
| 501 | 501 | will be free'd in process_cmp_getcmap_cnf() */ | |
| 502 | 502 | wq = (struct lwq *)nota_malloc(sizeof(struct lwq)); | |
| 503 | 503 | nota_assert(wq!=NULL); | |
| 504 | lproto_cmp_getcmap_req(l_in, cc, l_in->rm_ia, wq, | ||
| 504 | /* TODO/NOTE: Requesting all IAs known to the Manager. Perhaps we | ||
| 505 | * we should only request either Managers or Gateways (currently | ||
| 506 | * there's no mechanism to request Gateways, therefore we use IA_ANY)*/ | ||
| 507 | lproto_cmp_getcmap_req(l_in, cc, IA_ANY, wq, | ||
| 505 | 508 | process_cmp_getcmap_cnf); | |
| 506 | 509 | ccache_release(l_in, cc, CCACHE_VALID); | |
| 507 | 510 | } |

