X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=drl%2Fconfig.h;fp=drl%2Fconfig.h;h=332257362bd89e9c6f12f0c73f123b6bc55eb8d5;hp=f50ea3f340f78813403c864c4c3a5e80885a3462;hb=77e70ca3ac61f5a17ba5f0222ce205ff58c9a314;hpb=1e5f447c9fe1b7c9cdf675b3c595dcc57a12bc38 diff --git a/drl/config.h b/drl/config.h index f50ea3f..3322573 100644 --- a/drl/config.h +++ b/drl/config.h @@ -188,4 +188,6 @@ int parse_drl_config(const char *configfile, parsed_configs *configs); * allocation fails, or 1 if the cause of the error is unclear. */ int get_eligible_leaves(struct drl_instance *instance); +int parse_leaves(struct drl_instance *instance, char *leafstring); + #endif /* _DRL_CONFIG_ */