Ejemplo n.º 1
0
void lcb_clconfig_http_set_nodes(clconfig_provider *http,
                                 const hostlist_t nodes)
{
    refresh_nodes(http, nodes, NULL);
}
Ejemplo n.º 2
0
void lcb_clconfig_http_enable(clconfig_provider *http, hostlist_t nodes)
{
    http->enabled = 1;
    refresh_nodes(http, nodes, NULL);
}