From ee713e989d329969c6ed65a91b93620e8d4123b6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 May 2018 22:14:54 +0200 Subject: update gitignore --- src/namestore/.gitignore | 48 +++++++++++++++++++++++++++++++++++++++ src/namestore/gnunet-zoneimport.c | 6 ++--- 2 files changed, 51 insertions(+), 3 deletions(-) (limited to 'src/namestore') diff --git a/src/namestore/.gitignore b/src/namestore/.gitignore index 9a4c615ba..e56271eac 100644 --- a/src/namestore/.gitignore +++ b/src/namestore/.gitignore @@ -20,3 +20,51 @@ test_plugin_namestore_postgres test_plugin_namestore_sqlite test_plugin_namestore_flat gnunet-zoneimport +test_namestore_api_lookup_nick_flat +test_namestore_api_lookup_nick_postgres +test_namestore_api_lookup_nick_sqlite +test_namestore_api_lookup_private_flat +test_namestore_api_lookup_private_postgres +test_namestore_api_lookup_private_sqlite +test_namestore_api_lookup_public_flat +test_namestore_api_lookup_public_postgres +test_namestore_api_lookup_public_sqlite +test_namestore_api_lookup_shadow_filter_flat +test_namestore_api_lookup_shadow_filter_postgres +test_namestore_api_lookup_shadow_filter_sqlite +test_namestore_api_lookup_shadow_flat +test_namestore_api_lookup_shadow_postgres +test_namestore_api_lookup_shadow_sqlite +test_namestore_api_monitoring_existing_flat +test_namestore_api_monitoring_existing_postgres +test_namestore_api_monitoring_existing_sqlite +test_namestore_api_monitoring_flat +test_namestore_api_monitoring_postgres +test_namestore_api_monitoring_sqlite +test_namestore_api_remove_flat +test_namestore_api_remove_not_existing_record_flat +test_namestore_api_remove_not_existing_record_postgres +test_namestore_api_remove_not_existing_record_sqlite +test_namestore_api_remove_postgres +test_namestore_api_remove_sqlite +test_namestore_api_store_flat +test_namestore_api_store_postgres +test_namestore_api_store_sqlite +test_namestore_api_store_update_flat +test_namestore_api_store_update_postgres +test_namestore_api_store_update_sqlite +test_namestore_api_zone_iteration_flat +test_namestore_api_zone_iteration_nick_flat +test_namestore_api_zone_iteration_nick_postgres +test_namestore_api_zone_iteration_nick_sqlite +test_namestore_api_zone_iteration_postgres +test_namestore_api_zone_iteration_specific_zone_flat +test_namestore_api_zone_iteration_specific_zone_postgres +test_namestore_api_zone_iteration_specific_zone_sqlite +test_namestore_api_zone_iteration_sqlite +test_namestore_api_zone_iteration_stop_flat +test_namestore_api_zone_iteration_stop_postgres +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 diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c index f8e382760..e24cb26dd 100644 --- a/src/namestore/gnunet-zoneimport.c +++ b/src/namestore/gnunet-zoneimport.c @@ -178,7 +178,7 @@ struct Request /** * At what time does the (earliest) of the returned records * for this name expire? At this point, we need to re-fetch - * the record. + * the record. */ struct GNUNET_TIME_Absolute expires; @@ -189,7 +189,7 @@ struct Request * NAMESTORE operation. */ struct GNUNET_TIME_Absolute op_start_time; - + /** * How often did we issue this query? (And failed, reset * to zero once we were successful.) @@ -240,7 +240,7 @@ static unsigned int lookups; /** * Number of records we had cached. - */ + */ static unsigned int cached; /** -- cgit v1.2.3