X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=action_graph.c;fp=action_graph.c;h=b565182d835196fca72747f296228a03e902eec4;hb=816c38cf8560599b827df4edc01227c4348162c3;hp=5771e17676394f07e9d5b1d71ac8fa030e16201f;hpb=d939c6f2f4f5e7e09831f2a3e9421ccd09727d3e;p=collection4.git diff --git a/action_graph.c b/action_graph.c index 5771e17..b565182 100644 --- a/action_graph.c +++ b/action_graph.c @@ -19,22 +19,6 @@ #include #include -struct data_source_s -{ -}; -typedef struct data_source_s data_source_t; - -struct graph_def_s -{ - data_source_t *data_sources; - size_t data_sources_num; - - _Bool stack; - - int def_num; -}; -typedef struct graph_def_s graph_def_t; - static void emulate_graph (int argc, char **argv) /* {{{ */ { int i; @@ -120,11 +104,11 @@ int action_graph (void) /* {{{ */ array_append (args, "--imgformat"); array_append (args, "PNG"); - status = gl_instance_get_rrdargs (cfg, inst, args); + status = inst_get_rrdargs (cfg, inst, args); if (status != 0) { array_destroy (args); - OUTPUT_ERROR ("gl_instance_get_rrdargs failed with status %i.\n", status); + OUTPUT_ERROR ("inst_get_rrdargs failed with status %i.\n", status); } rrd_clear_error ();