On Sat, Feb 10, 2007 at 11:54:03PM +0100, Stefan Lucke wrote: > On Saturday 10 February 2007 00:50, Stefan Lucke wrote: > > On Friday 09 February 2007 21:03, Marko Mäkelä wrote: > > > On Thu, Feb 08, 2007 at 10:26:00AM +0200, Marko Mäkelä wrote: > > > > cReplayControl::NowReplaying() looks efficient: a static method that > > > references two static variables. I tried replacing !Transferring() > > > with cReplayControl::NowReplaying(), and it works. > > > > NowReplaying() is even newer than Transferring(), appeared is 1.4.4 ;-) . > > > > > > > > Conclusion: use !Transferring() with an appropriate VDRVERSNUM check. > > > > Yes. > > This version is in cvs.
Thanks, I updated my softdevice patch for the vdr shutdown rewrite: http://www.iki.fi/~msmakela/software/vdr/#shutdown However, I had to remove the declaration and uses of gettid in setup-softlog.c. This is GNU libc 2.3.6 and gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) Marko _______________________________________________ Softdevice-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/softdevice-devel
