graph_ident.[ch]: Move the graph_ident_t data structure into an own module.
[collection4.git] / action_graph.c
index b5b3163..5771e17 100644 (file)
 
 struct data_source_s
 {
-  char *file;
-  char *name;
-  char *legend;
-  double scale;
-  _Bool nan_to_zero;
-  _Bool draw_area;
-  uint32_t color;
 };
 typedef struct data_source_s data_source_t;