summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_ptask_private.h
Commit message (Collapse)AuthorAgeFilesLines
* be_ptask: let backoff affect only periodPavel Březina2014-12-081-3/+3
| | | | | | With this patch the first and enabled delay values are respected. Reviewed-by: Michal Židek <mzidek@redhat.com>
* be_ptask: add next_execution time to struct be_ptaskPavel Březina2014-11-281-0/+1
| | | | | | For debugging and testing purposes. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* be_ptask: create a private header filePavel Březina2014-11-281-0/+47
This is done so we gain access to the be_ptask structure in unit tests. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>