renaming GNUNET_TIME_relative_get_forever and GNUNET_TIME_absolute_get_forever method...
authorChristian Grothoff <christian@grothoff.org>
Sun, 27 May 2012 21:46:41 +0000 (21:46 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 27 May 2012 21:46:41 +0000 (21:46 +0000)
commit46a63dc665f31fa7d42639ab6adabbdb1af239c8
tree6c3e58a7f57d6d3ee44aa6cd2808b5458d75de4b
parent4848a679018f9e864cd277345191ad8f1000b5ff
renaming GNUNET_TIME_relative_get_forever and GNUNET_TIME_absolute_get_forever methods, adding underscore, to make it clear that the respective #defines should be used instead; replacing use of direct function calls with respective macros where applicable; adding additional GNUNET_TIME_relative_get_xxx-functions to avoid calls to GNUNET_TIME_relative_multiply, which turn out to have gotten performance-relevant
48 files changed:
src/ats/gnunet-service-ats_addresses.c
src/ats/gnunet-service-ats_addresses_mlp.c
src/ats/test_ats_api_update_address.c
src/core/core_api_is_connected.c
src/core/core_api_iterate_peers.c
src/dns/plugin_block_dns.c
src/dv/gnunet-service-dv.c
src/gns/gnunet-service-gns_resolver.c
src/gns/plugin_block_gns.c
src/gns/test_gns_dht_delegated_lookup.c
src/gns/test_gns_max_queries.c
src/gns/test_gns_pseu_shorten.c
src/gns/test_gns_simple_delegated_lookup.c
src/gns/test_gns_simple_get_authority.c
src/gns/test_gns_simple_lookup.c
src/gns/test_gns_simple_mx_lookup.c
src/gns/test_gns_simple_shorten.c
src/gns/test_gns_simple_zkey_lookup.c
src/hostlist/hostlist-client.c
src/include/gnunet_time_lib.h
src/integration-tests/connection_watchdog.c
src/mesh/gnunet-service-mesh.c
src/mesh/test_mesh_2dtorus.c
src/mesh/test_mesh_small.c
src/namestore/gnunet-namestore.c
src/namestore/gnunet-service-namestore.c
src/namestore/namestore_api.c
src/namestore/test_namestore_api.c
src/namestore/test_namestore_api_create.c
src/namestore/test_namestore_api_create_update.c
src/namestore/test_namestore_api_lookup.c
src/namestore/test_namestore_api_lookup_specific_type.c
src/namestore/test_namestore_api_put.c
src/namestore/test_namestore_api_remove.c
src/namestore/test_namestore_api_remove_not_existing_record.c
src/namestore/test_namestore_api_zone_iteration.c
src/namestore/test_namestore_api_zone_iteration_specific_zone.c
src/namestore/test_namestore_api_zone_iteration_stop.c
src/namestore/test_namestore_record_serialization.c
src/nse/gnunet-nse-profiler.c
src/nse/nse_profiler_test.conf
src/testing/test_testing_2dtorus.c
src/testing/testing_group.c
src/transport/plugin_transport_http.c
src/transport/plugin_transport_http_server.c
src/transport/plugin_transport_udp.c
src/util/test_time.c
src/util/time.c