aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipaccess-find.c
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)
2009-05-23* rename the timer functions to avoid name collisions with libmisdn.Harald Welte1-2/+2
* the return value of bsc_update_timers() is required for applications to find out if a timer was fired (Andreas Eversberg)
2009-05-01ensure the tag parsing function is the same as used in input/ipaccess.cHarald Welte1-3/+1
FIXME: remove this copy of the code
2009-04-30more pretty-printing of ipaccess-find outputHarald Welte1-1/+22
2009-02-15* add commond header file for ipaccess protocolHarald Welte1-2/+14
* query for more attributes during ipaccess-find
2009-02-14add new program to use UDP broadcast packets to find ip.access BTS in the ↵Harald Welte1-0/+149
network