aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/select.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-23An application that has own events and file descriptors, must pollHarald Welte1-1/+1
select function ob libbsc. A "polling" flag is used to enable polling. In this case select() will not sleep until file descriptor events occurr or nearest timer expires. Also a return value will indicate if there was an event that has been handled. If there was an event, the application decides to poll again and don't wait. In case for bsc_hack, the polling flag is not set. select will sleep as usual. (Andreas Eversberg)
2008-12-25no reasonable commit message possible. tons of changes of the last 2 daysHarald Welte1-0/+5
2008-12-23initial commit of current OpenBSC stateHarald Welte1-0/+17