This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cyg_select_abort() missing in new stack?


Grant Edwards <grante@visi.com> writes:

> I tried to drop the new TCP/IP stack in, and it doesn't seem to
> support cyg_select_with_abort() and cyg_select_abort().  
> 
> Is there a reason that feature was dropped?

Those were added before we had the FILEIO package and its full
implementation of select(). Now you can either use POSIX level
mechanisms like signals to abort a select(), or an eCos level
mechanism like cyg_thread_release() on the selecting thread.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]