mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 10:40:56 -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. |
||
|---|---|---|
| .. | ||
| bench | ||
| dns | ||
| include/tests | ||
| irs | ||
| isc | ||
| isccfg | ||
| libtest | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||