Pavlin Radoslavov wrote: > See SelectorList::get_ready_priority() inside libxorp/selector.cc > for example. > It is used to find the best priority of a file descriptor that is > ready. > > Another thing: Is it always assumed that if there is something in the task list, it should be run as soon as possible? Or, should we have something like _task_list.get_next_delay(t) so that tasks can sleep on the select loop?
Thanks, Ben -- Ben Greear <[EMAIL PROTECTED]> Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
