From e96e9584f2ca6797552fc46bb83e3d10827fad49 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Jun 2019 10:18:44 +0200 Subject: use mmap() instead of malloc, rename heap->flat as database is persisted in flat file --- src/namestore/.gitignore | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/namestore/.gitignore') diff --git a/src/namestore/.gitignore b/src/namestore/.gitignore index 5a59afd24..f159cdaff 100644 --- a/src/namestore/.gitignore +++ b/src/namestore/.gitignore @@ -68,21 +68,21 @@ test_namestore_api_zone_iteration_stop_sqlite test_namestore_api_zone_to_name_flat test_namestore_api_zone_to_name_postgres test_namestore_api_zone_to_name_sqlite -test_namestore_api_lookup_nick_heap -test_namestore_api_lookup_private_heap -test_namestore_api_lookup_public_heap -test_namestore_api_lookup_shadow_filter_heap -test_namestore_api_lookup_shadow_heap -test_namestore_api_monitoring_existing_heap -test_namestore_api_monitoring_heap -test_namestore_api_remove_heap -test_namestore_api_remove_not_existing_record_heap -test_namestore_api_store_heap -test_namestore_api_store_update_heap -test_namestore_api_zone_iteration_heap -test_namestore_api_zone_iteration_nick_heap -test_namestore_api_zone_iteration_specific_zone_heap -test_namestore_api_zone_iteration_stop_heap -test_namestore_api_zone_to_name_heap -test_plugin_namestore_heap -perf_namestore_api_zone_iteration_heap +test_namestore_api_lookup_nick_flat +test_namestore_api_lookup_private_flat +test_namestore_api_lookup_public_flat +test_namestore_api_lookup_shadow_filter_flat +test_namestore_api_lookup_shadow_flat +test_namestore_api_monitoring_existing_flat +test_namestore_api_monitoring_flat +test_namestore_api_remove_flat +test_namestore_api_remove_not_existing_record_flat +test_namestore_api_store_flat +test_namestore_api_store_update_flat +test_namestore_api_zone_iteration_flat +test_namestore_api_zone_iteration_nick_flat +test_namestore_api_zone_iteration_specific_zone_flat +test_namestore_api_zone_iteration_stop_flat +test_namestore_api_zone_to_name_flat +test_plugin_namestore_flat +perf_namestore_api_zone_iteration_flat -- cgit v1.2.3