X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgraph_instance.h;h=cca55dcbd136ca60349a324232cf6b8038a1521a;hb=3925c2e224943b71f22ad9805fcc394c8ba18f26;hp=fa08dcdae86a86bca3e7012460c5bb251f041a46;hpb=95cad1f9e58e9f1a5480e62fc2cdd2c3de33a863;p=collection4.git diff --git a/src/graph_instance.h b/src/graph_instance.h index fa08dcd..cca55dc 100644 --- a/src/graph_instance.h +++ b/src/graph_instance.h @@ -1,3 +1,26 @@ +/** + * collection4 - graph_instance.h + * Copyright (C) 2010 Florian octo Forster + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #ifndef GRAPH_INSTANCE_H #define GRAPH_INSTANCE_H 1 @@ -5,6 +28,7 @@ #include "graph_types.h" #include "graph_ident.h" +#include "rrd_args.h" #include "utils_array.h" /* @@ -26,7 +50,7 @@ int inst_get_params (graph_config_t *cfg, graph_instance_t *inst, char *buffer, size_t buffer_size); int inst_get_rrdargs (graph_config_t *cfg, graph_instance_t *inst, - str_array_t *args); + rrd_args_t *args); graph_ident_t *inst_get_selector (graph_instance_t *inst);