UPower_policySourceQuality of service policy
Type of request identifiers
Type of latency request
type latency_request = {lr_uid : int;The user ID that issued the request.
*)lr_pid : int;The process ID of the application.
*)lr_exec : string;The executable that issued the request.
*)lr_timespec : int64;The number of seconds since the epoch.
*)lr_persistent : bool;If the request is persistent and outlives the connection lifetime.
*)lr_typ : latency;The type of the request.
*)lr_reserved : string;lr_value : int;The value, in microseconds or kilobits per second.
*)}