summaryrefslogtreecommitdiff
path: root/source4/wrepl_server/wrepl_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/wrepl_server/wrepl_server.h')
-rw-r--r--source4/wrepl_server/wrepl_server.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/wrepl_server/wrepl_server.h b/source4/wrepl_server/wrepl_server.h
index 9631f0abc8..3c283c1b6f 100644
--- a/source4/wrepl_server/wrepl_server.h
+++ b/source4/wrepl_server/wrepl_server.h
@@ -178,9 +178,6 @@ struct wreplsrv_partner {
/* the status of the last push cycle */
NTSTATUS last_status;
- /* the timestamp of the last run */
- struct timeval last_run;
-
/* the outgoing connection to the partner */
struct wreplsrv_out_connection *wreplconn;
@@ -261,11 +258,6 @@ struct wreplsrv_service {
/* some stuff for periodic processing */
struct {
/*
- * the timestamp for the current event,
- */
- struct timeval current_event;
-
- /*
* the timestamp for the next event,
* this is the timstamp passed to event_add_timed()
*/