struct xpum_policy_action_t

#include <xpum_structs.h>

struct xpum_policy_action_t
{
    // fields

    xpum_policy_action_type_t type;
    double throttle_device_frequency_min;
    double throttle_device_frequency_max;
};