examples/vm_power: make branch ratio threshold per core
[dpdk.git] / examples / vm_power_manager / parse.h
index a5971e9..892dee4 100644 (file)
@@ -12,6 +12,9 @@ extern "C" {
 int
 parse_set(const char *, uint16_t [], unsigned int);
 
+int
+parse_branch_ratio(const char *input, float *branch_ratio);
+
 #ifdef __cplusplus
 }
 #endif