aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/perf_datacache.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/datacache/perf_datacache.c
parent7d2cbe5bd19ec95ada5a28a0134185ef29007b69 (diff)
downloadgnunet-b8da6057b2c0c66931ccde9b4bba418fc5222724.tar.gz
gnunet-b8da6057b2c0c66931ccde9b4bba418fc5222724.zip
use size_t
Diffstat (limited to 'src/datacache/perf_datacache.c')
-rw-r--r--src/datacache/perf_datacache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/perf_datacache.c b/src/datacache/perf_datacache.c
index 10efa5eee..023199231 100644
--- a/src/datacache/perf_datacache.c
+++ b/src/datacache/perf_datacache.c
@@ -46,7 +46,7 @@ static int
46checkIt (void *cls, 46checkIt (void *cls,
47 struct GNUNET_TIME_Absolute exp, 47 struct GNUNET_TIME_Absolute exp,
48 const GNUNET_HashCode * key, 48 const GNUNET_HashCode * key,
49 uint32_t size, 49 size_t size,
50 const char *data, 50 const char *data,
51 enum GNUNET_BLOCK_Type type) 51 enum GNUNET_BLOCK_Type type)
52{ 52{