.
Thank you.
Regards
Mitchell
--
Xue Mingqiang
Computer Science Department,
School of Computing,
National University of Singapore.
Contact: (+65)81573418
MSN : xuemingqiang2...@hotmail.com
Google: xuemingqi...@gmail.com
___
live-devel mailing list
live
Linux Epoll patch. Just for reference
/**
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version
void BasicTaskScheduler::SingleStep(unsigned maxDelayTime) {
fd_set readSet = fReadSet; // make a copy for this select() call
fd_set writeSet = fWriteSet; // ditto
fd_set exceptionSet = fExceptionSet; // ditto
DelayInterval const& timeToDelay = fDelayQueue.timeToNextAlarm();
struc