aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_lookup_shadow_filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_lookup_shadow_filter.c')
-rw-r--r--src/namestore/test_namestore_api_lookup_shadow_filter.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/test_namestore_api_lookup_shadow_filter.c b/src/namestore/test_namestore_api_lookup_shadow_filter.c
index fd3d573f6..a22baa17b 100644
--- a/src/namestore/test_namestore_api_lookup_shadow_filter.c
+++ b/src/namestore/test_namestore_api_lookup_shadow_filter.c
@@ -94,10 +94,9 @@ cleanup ()
94 * Re-establish the connection to the service. 94 * Re-establish the connection to the service.
95 * 95 *
96 * @param cls handle to use to re-connect. 96 * @param cls handle to use to re-connect.
97 * @param tc scheduler context
98 */ 97 */
99static void 98static void
100endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 99endbadly (void *cls)
101{ 100{
102 if (NULL != delayed_lookup_task) 101 if (NULL != delayed_lookup_task)
103 { 102 {
@@ -120,7 +119,7 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
120 119
121 120
122static void 121static void
123end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 122end (void *cls)
124{ 123{
125 cleanup (); 124 cleanup ();
126 res = 0; 125 res = 0;
@@ -244,8 +243,9 @@ name_lookup_active_proc (void *cls,
244 &pubkey, TEST_NAME, &rd_decrypt_cb, expected_rd)); 243 &pubkey, TEST_NAME, &rd_decrypt_cb, expected_rd));
245} 244}
246 245
246
247static void 247static void
248name_lookup_shadow (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 248name_lookup_shadow (void *cls)
249{ 249{
250 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 250 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
251 "Performing lookup for shadow record \n"); 251 "Performing lookup for shadow record \n");