aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_datastore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-06 11:44:29 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-06 11:44:29 +0000
commitb8da6057b2c0c66931ccde9b4bba418fc5222724 (patch)
tree1e858619686d7e2d38655f9f24bdc64e3e4e8462 /src/datastore/perf_datastore_api.c
parent7d2cbe5bd19ec95ada5a28a0134185ef29007b69 (diff)
downloadgnunet-b8da6057b2c0c66931ccde9b4bba418fc5222724.tar.gz
gnunet-b8da6057b2c0c66931ccde9b4bba418fc5222724.zip
use size_t
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r--src/datastore/perf_datastore_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index 741878309..3cb730bcb 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -101,7 +101,7 @@ struct CpsRunContext
101 int i; 101 int i;
102 102
103 GNUNET_HashCode key; 103 GNUNET_HashCode key;
104 uint32_t esize; 104 size_t esize;
105 char data[65536]; 105 char data[65536];
106}; 106};
107 107
@@ -197,7 +197,7 @@ do_delete (void *cls,
197static void 197static void
198delete_value (void *cls, 198delete_value (void *cls,
199 const GNUNET_HashCode * key, 199 const GNUNET_HashCode * key,
200 uint32_t size, 200 size_t size,
201 const void *data, 201 const void *data,
202 enum GNUNET_BLOCK_Type type, 202 enum GNUNET_BLOCK_Type type,
203 uint32_t priority, 203 uint32_t priority,