aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_namespace.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-06 12:22:50 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-06 12:22:50 +0000
commitc263f813925949b97bfd899e174eefe4ecccced8 (patch)
treeb12b5291be1d0b3a2445ee560a4d51c75f378414 /src/fs/fs_namespace.c
parent2a9ac93496169b01115de872e78103c6492f6a8c (diff)
downloadgnunet-c263f813925949b97bfd899e174eefe4ecccced8.tar.gz
gnunet-c263f813925949b97bfd899e174eefe4ecccced8.zip
work on downloading
Diffstat (limited to 'src/fs/fs_namespace.c')
-rw-r--r--src/fs/fs_namespace.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c
index fb45d99e9..64763d164 100644
--- a/src/fs/fs_namespace.c
+++ b/src/fs/fs_namespace.c
@@ -46,9 +46,9 @@
46struct GNUNET_FS_Uri * 46struct GNUNET_FS_Uri *
47GNUNET_FS_namespace_advertise (struct GNUNET_FS_Handle *h, 47GNUNET_FS_namespace_advertise (struct GNUNET_FS_Handle *h,
48 struct GNUNET_FS_Namespace *namespace, 48 struct GNUNET_FS_Namespace *namespace,
49 const struct GNUNET_MetaData *meta, 49 const struct GNUNET_CONTAINER_MetaData *meta,
50 unsigned int anonymity, 50 uint32_t anonymity,
51 unsigned int priority, 51 uint32_t priority,
52 struct GNUNET_TIME_Absolute expiration, 52 struct GNUNET_TIME_Absolute expiration,
53 const struct GNUNET_FS_Uri *advertisementURI, 53 const struct GNUNET_FS_Uri *advertisementURI,
54 const char *rootEntry) 54 const char *rootEntry)
@@ -284,9 +284,9 @@ write_namespace_key (struct GNUNET_GC_Configuration *cfg,
284struct GNUNET_ECRS_URI * 284struct GNUNET_ECRS_URI *
285GNUNET_ECRS_namespace_create (struct GNUNET_GE_Context *ectx, 285GNUNET_ECRS_namespace_create (struct GNUNET_GE_Context *ectx,
286 struct GNUNET_GC_Configuration *cfg, 286 struct GNUNET_GC_Configuration *cfg,
287 const struct GNUNET_MetaData *meta, 287 const struct GNUNET_CONTAINER_MetaData *meta,
288 unsigned int anonymityLevel, 288 uint32_t anonymityLevel,
289 unsigned int priority, 289 uint32_t priority,
290 GNUNET_CronTime expiration, 290 GNUNET_CronTime expiration,
291 const struct GNUNET_ECRS_URI *advertisementURI, 291 const struct GNUNET_ECRS_URI *advertisementURI,
292 const char *rootEntry) 292 const char *rootEntry)
@@ -519,8 +519,8 @@ struct GNUNET_ECRS_URI *
519GNUNET_ECRS_namespace_add_content (struct GNUNET_GE_Context *ectx, 519GNUNET_ECRS_namespace_add_content (struct GNUNET_GE_Context *ectx,
520 struct GNUNET_GC_Configuration *cfg, 520 struct GNUNET_GC_Configuration *cfg,
521 const GNUNET_HashCode * pid, 521 const GNUNET_HashCode * pid,
522 unsigned int anonymityLevel, 522 uint32_t anonymityLevel,
523 unsigned int priority, 523 uint32_t priority,
524 GNUNET_CronTime expiration, 524 GNUNET_CronTime expiration,
525 const char *thisId, 525 const char *thisId,
526 const char *nextId, 526 const char *nextId,