r12372: - make the periodic scheduling a bit easier, instead of passing
[jra/samba/.git] / source4 / wrepl_server / wrepl_server.h
index 9631f0abc85bded3f7deb4ec81f9dcde02a42548..3c283c1b6fe7fff4cd92c7720131d7f485cc2e99 100644 (file)
@@ -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;
 
@@ -260,11 +257,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()