aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-03-25 08:48:14 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-03-25 08:48:14 +0000
commitf2acf60692cd2dd07676a4cd437d7558242f3f30 (patch)
treecc672be10a2a40003828ec18844774150f27b9ba /src/datastore/test_datastore_api.c
parent171db9c29a703285a19255f6067542145b87316a (diff)
better API
git-svn-id: https://gnunet.org/svn/gnunet@14715 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r--src/datastore/test_datastore_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index b7809c3d74..d8e4b7b342 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -210,7 +210,7 @@ check_value (void *cls,
GNUNET_assert (priority == get_priority (i));
GNUNET_assert (anonymity == get_anonymity(i));
GNUNET_assert (expiration.abs_value == get_expiration(i).abs_value);
- GNUNET_DATASTORE_get_next (datastore, GNUNET_YES);
+ GNUNET_DATASTORE_get_next (datastore);
}
@@ -249,7 +249,7 @@ delete_value (void *cls,
crc->key = *key;
crc->data = GNUNET_malloc (size);
memcpy (crc->data, data, size);
- GNUNET_DATASTORE_get_next (datastore, GNUNET_YES);
+ GNUNET_DATASTORE_get_next (datastore);
}
@@ -329,7 +329,7 @@ check_multiple (void *cls,
#endif
if (priority == get_priority (42))
crc->uid = uid;
- GNUNET_DATASTORE_get_next (datastore, GNUNET_YES);
+ GNUNET_DATASTORE_get_next (datastore);
}
@@ -370,7 +370,7 @@ check_update (void *cls,
}
else
GNUNET_assert (size == get_size (43));
- GNUNET_DATASTORE_get_next (datastore, GNUNET_YES);
+ GNUNET_DATASTORE_get_next (datastore);
}