mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-17 20:01:10 -04:00
ultimately we want the slab implementation of dns_rdataset to be usable by more database implementaions than just rbtdb. this commit moves rdataset_methods to rdataslab.c, renamed dns_rdataslab_rdatasetmethods. new database methods have been added: locknode, unlocknode, addglue, expiredata, and deletedata, allowing external functions to perform functions that previously required internal access to the database implementation. database and heap pointers are now stored in the dns_slabheader object so that header is the only thing that needs to be passed to some functions; this will simplify moving functions that process slabheaders out of rbtdb.c so they can be used by other database implementations. |
||
|---|---|---|
| .. | ||
| include | ||
| client.c | ||
| hooks.c | ||
| interfacemgr.c | ||
| listenlist.c | ||
| log.c | ||
| Makefile.am | ||
| notify.c | ||
| query.c | ||
| server.c | ||
| sortlist.c | ||
| stats.c | ||
| tests | ||
| update.c | ||
| xfrout.c | ||