X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=action_list_graphs.c;fp=action_list_graphs.c;h=fc4ec14e31501227277f76da8be362300ec7e9a3;hb=816c38cf8560599b827df4edc01227c4348162c3;hp=0663b98dbbcfd6f1aad2bd06fc8cf423a0e31e77;hpb=d939c6f2f4f5e7e09831f2a3e9421ccd09727d3e;p=collection4.git diff --git a/action_list_graphs.c b/action_list_graphs.c index 0663b98..fc4ec14 100644 --- a/action_list_graphs.c +++ b/action_list_graphs.c @@ -20,7 +20,7 @@ static int print_graph_inst_json (__attribute__((unused)) graph_config_t *cfg, / first = user_data; - ident = gl_instance_get_selector (inst); + ident = inst_get_selector (inst); if (ident == NULL) return (-1); @@ -68,7 +68,7 @@ static int print_graph_inst_html (graph_config_t *cfg, /* {{{ */ char buffer[1024]; memset (buffer, 0, sizeof (buffer)); - gl_instance_get_params (cfg, inst, buffer, sizeof (buffer)); + inst_get_params (cfg, inst, buffer, sizeof (buffer)); printf ("
  • %s
  • \n", buffer, buffer);