aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-04 13:24:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-04 13:24:23 +0000
commit11aa37c567414b05c08e4eefac5e8f3df69e7e3d (patch)
tree27361406e1985e32f69f78c06a0e8cbc76947ed3 /src/fs/gnunet-service-fs_pr.h
parentefe824206c806a535acb63d94acda5d406a3e359 (diff)
downloadgnunet-11aa37c567414b05c08e4eefac5e8f3df69e7e3d.tar.gz
gnunet-11aa37c567414b05c08e4eefac5e8f3df69e7e3d.zip
-rename stream->mesh in comments and symbols
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index 66488f79c..022e13eb4 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -351,12 +351,12 @@ GSF_dht_lookup_ (struct GSF_PendingRequest *pr);
351 351
352 352
353/** 353/**
354 * Consider downloading via stream (if possible) 354 * Consider downloading via mesh (if possible)
355 * 355 *
356 * @param pr the pending request to process 356 * @param pr the pending request to process
357 */ 357 */
358void 358void
359GSF_stream_lookup_ (struct GSF_PendingRequest *pr); 359GSF_mesh_lookup_ (struct GSF_PendingRequest *pr);
360 360
361 361
362/** 362/**