summaryrefslogtreecommitdiffstats
path: root/bin/named/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Unload all back-ends before reloading.Martin Nagy2009-04-221-1/+1
|
* Use a destroy function to free all the resources.Martin Nagy2009-02-111-0/+3
| | | | | | | | | The handle returned by dlopen() is now saved and the library is unloaded on exit. We also load symbol "dynamic_driver_destroy" which is a function with no arguments returning void. It is called on exit. The load_library() is now split into two functions, one function is specifically used to load symbols.
* Initial commitstartMartin Nagy2009-02-111-0/+991