summaryrefslogtreecommitdiffstats
path: root/common/elapi/conf_macros.m4
Commit message (Collapse)AuthorAgeFilesLines
* ELAPI Compatibility code for getifaddr()Dmitri Pal2009-10-161-0/+15
| | | | | | | | | | Addreses ticket #94 Actually works pretty well. To try use --enable-compat when build ELAPI. It will use compatibility code instead of getifaddr(). The trick in the elapi_ioctl.h with memory allocation is taken from Stevens book.
* ELAPI Next round of functionality - logging part of the interfaceDmitri Pal2009-08-121-0/+56
a) Added the main logging interface which allows creating dispatcher and logging messages or events. Can't actully log anything yet since the sinks are stubbed out. b) Made default template be a part of the default dispatcher. c) Updated UNIT test. d) Some of the calls are stubbed out but they are there to indicate where next round of work will be.