diff options
Diffstat (limited to 'lib/librte_power/channel_commands.h')
-rw-r--r-- | lib/librte_power/channel_commands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librte_power/channel_commands.h b/lib/librte_power/channel_commands.h index 5e8b4ab5..ee638eef 100644 --- a/lib/librte_power/channel_commands.h +++ b/lib/librte_power/channel_commands.h @@ -48,7 +48,8 @@ enum workload {HIGH, MEDIUM, LOW}; enum policy_to_use { TRAFFIC, TIME, - WORKLOAD + WORKLOAD, + BRANCH_RATIO }; struct traffic { |