[Asterisk-cvs] zaptel pciradio.c,1.15,1.16
jim
jim
Sun Aug 21 22:38:24 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv3098
Modified Files:
pciradio.c
Log Message:
Re-added the mutex initializer for remotelock
Index: pciradio.c
===================================================================
RCS file: /usr/cvsroot/zaptel/pciradio.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- pciradio.c 11 Aug 2005 15:28:32 -0000 1.15
+++ pciradio.c 22 Aug 2005 02:40:34 -0000 1.16
@@ -1650,6 +1650,7 @@
ifaces[x] = rad;
memset(rad, 0, sizeof(struct pciradio));
spin_lock_init(&rad->lock);
+ spin_lock_init(&rad->remotelock);
rad->nchans = 4;
rad->ioaddr = pci_resource_start(pdev, 0);
rad->dev = pdev;
More information about the svn-commits
mailing list