X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgraph_list.h;h=43d44066f9d28f330d3df47ab8d3b685916d6f90;hb=cc5ecbf3e8768c8a69e22df3e6a73ef3d57d9b9e;hp=b25fb2156a8f4affc7cd812df63bfdca45a2911b;hpb=6997bcaa3a362fd4c48a0909e0b88a4e1db5bf6a;p=collection4.git diff --git a/src/graph_list.h b/src/graph_list.h index b25fb21..43d4406 100644 --- a/src/graph_list.h +++ b/src/graph_list.h @@ -37,7 +37,8 @@ int gl_config_submit (void); graph_config_t *gl_graph_get_selected (void); -int gl_graph_get_all (graph_callback_t callback, void *user_data); +int gl_graph_get_all (_Bool include_dynamic, + graph_callback_t callback, void *user_data); int gl_graph_instance_get_all (graph_config_t *cfg, graph_inst_callback_t callback, void *user_data); @@ -56,7 +57,7 @@ int gl_search_field (graph_ident_field_t field, const char *field_value, int gl_foreach_host (int (*callback) (const char *host, void *user_data), void *user_data); -int gl_update (void); +int gl_update (_Bool request_served); #endif /* GRAPH_LIST_H */ /* vim: set sw=2 sts=2 et fdm=marker : */