summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_ptask_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/dp_ptask_private.h')
-rw-r--r--src/providers/dp_ptask_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/dp_ptask_private.h b/src/providers/dp_ptask_private.h
index 29694720d..9c97fae7b 100644
--- a/src/providers/dp_ptask_private.h
+++ b/src/providers/dp_ptask_private.h
@@ -38,6 +38,7 @@ struct be_ptask {
void *pvt;
const char *name;
+ time_t next_execution; /* next time when the task is scheduled */
time_t last_execution; /* last time when send was called */
struct tevent_req *req; /* active tevent request */
struct tevent_timer *timer; /* active tevent timer */