[svn-commits] tzafrir: branch 1.2 r3099 - /branches/1.2/ztdummy.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun Sep 30 23:55:56 CDT 2007
Author: tzafrir
Date: Sun Sep 30 23:55:55 2007
New Revision: 3099
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3099
Log:
One other hrtimer merge leftover.
Modified:
branches/1.2/ztdummy.c
Modified: branches/1.2/ztdummy.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/ztdummy.c?view=diff&rev=3099&r1=3098&r2=3099
==============================================================================
--- branches/1.2/ztdummy.c (original)
+++ branches/1.2/ztdummy.c Sun Sep 30 23:55:55 2007
@@ -371,6 +371,9 @@
#ifdef USE_RTC
rtc_control(&ztd->rtc_task, RTC_PIE_OFF, 0);
rtc_unregister(&ztd->rtc_task);
+#elif defined(USE_HIGHRESTIMER)
+ /* Stop high resolution timer */
+ hrtimer_cancel(&zaptimer);
#else
del_timer(&timer);
#endif
More information about the svn-commits
mailing list