summaryrefslogtreecommitdiff
path: root/source4/wrepl_server/wrepl_server.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-20 00:55:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:34 -0500
commitadb30c5b2f91ae4918750beb8c4df1aa2c194c9d (patch)
treeae1792bf27b0d2122721b5abf0be5023ae3e980c /source4/wrepl_server/wrepl_server.h
parent28411a5c04daadc7141cc200bb6d388036889b38 (diff)
downloadsamba-adb30c5b2f91ae4918750beb8c4df1aa2c194c9d.tar.gz
r12391: use the new periodic schedule system for the pull replication too
metze (This used to be commit 3383568c31545a6716eb7045b56d516d507c0b4d)
Diffstat (limited to 'source4/wrepl_server/wrepl_server.h')
-rw-r--r--source4/wrepl_server/wrepl_server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/wrepl_server/wrepl_server.h b/source4/wrepl_server/wrepl_server.h
index 3c283c1b6fe..56751b6f296 100644
--- a/source4/wrepl_server/wrepl_server.h
+++ b/source4/wrepl_server/wrepl_server.h
@@ -148,6 +148,9 @@ struct wreplsrv_partner {
/* the status of the last pull cycle */
NTSTATUS last_status;
+ /* the timestamp of the next pull try */
+ struct timeval next_run;
+
/* this is a list of each wins_owner the partner knows about */
struct wreplsrv_owner *table;