[asterisk-commits] bweschke: branch bweschke/eventq-sanity-checks r58831 - /team/bweschke/eventq...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Mar 12 09:47:34 MST 2007


Author: bweschke
Date: Mon Mar 12 11:47:34 2007
New Revision: 58831

URL: http://svn.digium.com/view/asterisk?view=rev&rev=58831
Log:
 Need to actually update the session's timestamp that things were processed when they were processed.


Modified:
    team/bweschke/eventq-sanity-checks/main/manager.c

Modified: team/bweschke/eventq-sanity-checks/main/manager.c
URL: http://svn.digium.com/view/asterisk/team/bweschke/eventq-sanity-checks/main/manager.c?view=diff&rev=58831&r1=58830&r2=58831
==============================================================================
--- team/bweschke/eventq-sanity-checks/main/manager.c (original)
+++ team/bweschke/eventq-sanity-checks/main/manager.c Mon Mar 12 11:47:34 2007
@@ -1953,6 +1953,7 @@
 			unuse_eventqent(s->eventq);
 			s->eventq = eqe;
 		}
+		s->lasteventrun = currentt;
 	}
 	ast_mutex_unlock(&s->__lock);
 	return ret;



More information about the asterisk-commits mailing list