aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-21 13:05:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-21 13:05:22 +0000
commit8b23412a0e353778e83b370260e40d63a18c3927 (patch)
treeb2d8321ff0117ce7e394ec6c57e74d6c7d48be57 /src/fs/gnunet-service-fs_cp.c
parenta8fbbd5cba5913f69c6f16e43c7c8cc8165a1f2a (diff)
downloadgnunet-8b23412a0e353778e83b370260e40d63a18c3927.tar.gz
gnunet-8b23412a0e353778e83b370260e40d63a18c3927.zip
cancel completed requests
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.c')
-rw-r--r--src/fs/gnunet-service-fs_cp.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 2aec83efe..92461e477 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -857,12 +857,6 @@ GSF_handle_p2p_query_ (const struct GNUNET_PeerIdentity *other,
857 return NULL; 857 return NULL;
858 } 858 }
859 gm = (const struct GetMessage*) message; 859 gm = (const struct GetMessage*) message;
860#if DEBUG_FS
861 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
862 "Received request for `%s' from `%s'\n",
863 GNUNET_h2s (&gm->query),
864 GNUNET_i2s (other));
865#endif
866 type = ntohl (gm->type); 860 type = ntohl (gm->type);
867 bm = ntohl (gm->hash_bitmap); 861 bm = ntohl (gm->hash_bitmap);
868 bits = 0; 862 bits = 0;
@@ -1551,7 +1545,7 @@ GSF_block_peer_migration_ (struct GSF_ConnectedPeer *cp,
1551 { 1545 {
1552#if DEBUG_FS && 0 1546#if DEBUG_FS && 0
1553 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1547 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1554 "Migration already blocked for another %llu ms\n", 1548 "Migration already blocked for another %llu ms\n",
1555 (unsigned long long) GNUNET_TIME_absolute_get_remaining (cp->last_migration_block).rel_value); 1549 (unsigned long long) GNUNET_TIME_absolute_get_remaining (cp->last_migration_block).rel_value);
1556#endif 1550#endif
1557 return; /* already blocked */ 1551 return; /* already blocked */