package obus
Pure Ocaml implementation of the D-Bus protocol
Install
Dune Dependency
Authors
Maintainers
Sources
1.2.3.tar.gz
sha256=75703f78015e15d03d0fdba1633a155875daf17d854225658429e72a0df06258
md5=3090a796f0af95e16838d81656ac4b97
doc/obus.upower/UPower_policy/index.html
Module UPower_policy
Source
Quality of service policy
Types
Type of request identifiers
Type of latency request
Source
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.
*)
}