Added option to run without the assumption of PlanetLab Vservers. We still assume...
[distributedratelimiting.git] / drl / config.h
index f50ea3f..3322573 100644 (file)
@@ -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_ */