Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xapi_globs: add duration type for arguments
This allows to define in the code the exact amount of time, including the measure of time used as base. This is usually minutes. On top of that it allows for two type of configuration parameters: one that retains backwards compatibility, using seconds as floats. They can be used to define relatively short amounts of time (less that 104 days). For longer amounts of time, seconds can be encoded as integers. When printing the configuration, both the literal value used to configure the global and the amount using time units is shown. Signed-off-by: Pau Ruiz Safont <[email protected]>
- Loading branch information