[Asterisk-cvs] zaptel ztdummy.h,1.2,1.3

markster at lists.digium.com markster at lists.digium.com
Mon May 30 09:34:09 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv12916

Modified Files:
	ztdummy.h 
Log Message:
more ztdummy fixes (bug #4301)


Index: ztdummy.h
===================================================================
RCS file: /usr/cvsroot/zaptel/ztdummy.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ztdummy.h	24 Feb 2003 06:00:31 -0000	1.2
+++ ztdummy.h	30 May 2005 13:37:33 -0000	1.3
@@ -32,9 +32,16 @@
 struct ztdummy {
 	struct zt_span span;
 	struct zt_chan chan;
+#ifdef LINUX26
+#ifdef USE_RTC
+	atomic_t ticks;
+	rtc_task_t rtc_task;
+#endif
+#endif
 };
 
 
+#ifndef LINUX26
 /* Uhci definitions and structures - from file usb-uhci.h */
 #define TD_CTRL_IOC		(1 << 24)	/* Interrupt on Complete */
 #define USBSTS 2
@@ -141,3 +148,4 @@
 	struct pci_pool *desc_pool;
 	long last_error_time;          // last error output in uhci_interrupt()
 } uhci_t, *puhci_t;
+#endif




More information about the svn-commits mailing list