package obus
Pure Ocaml implementation of the D-Bus protocol
Install
Dune Dependency
Authors
Maintainers
Sources
obus-1.2.5.tar.gz
md5=81eb1034c6ef4421a2368a9b352199de
sha512=4b540497188a7d78f4f14f94c6b7fdff47dd06436a34e650ff378dd77bb3e2acb7afd45cd72daf4ddba06e732e9944d560c2882dc37862f1b1f1bb6df37e6205
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.
*)
}