* Initialize the peer register table. */
| 93 | * Initialize the peer register table. |
| 94 | */ |
| 95 | void |
| 96 | ic_proxy_peer_table_init(void) |
| 97 | { |
| 98 | memset(ic_proxy_peers, 0, sizeof(ic_proxy_peers)); |
| 99 | } |
| 100 | |
| 101 | void |
| 102 | ic_proxy_peer_table_uninit(void) |
no outgoing calls
no test coverage detected