aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-11 16:58:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-11 16:58:27 +0000
commit562b33143ee9fa431a68ea6741e4feb3ba388f83 (patch)
tree6318eb2c56ff76730708a4791804842c63cf1f81 /src/fs/gnunet-service-fs_pr.c
parent64821d4ae43b03b30de3dd136137598c0d5a2ab2 (diff)
downloadgnunet-562b33143ee9fa431a68ea6741e4feb3ba388f83.tar.gz
gnunet-562b33143ee9fa431a68ea6741e4feb3ba388f83.zip
changing heap remove node api to not pass heap; more fs hacking
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index ff2f7a3a3..2c983eaed 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -526,8 +526,7 @@ clean_request (void *cls,
526 GNUNET_CONTAINER_bloomfilter_free (pr->bf); 526 GNUNET_CONTAINER_bloomfilter_free (pr->bf);
527 GNUNET_PEER_change_rc (pr->sender_pid, -1); 527 GNUNET_PEER_change_rc (pr->sender_pid, -1);
528 if (NULL != pr->hnode) 528 if (NULL != pr->hnode)
529 GNUNET_CONTAINER_heap_remove_node (requests_by_expiration_heap, 529 GNUNET_CONTAINER_heap_remove_node (pr->hnode);
530 pr->hnode);
531 if (NULL != pr->qe) 530 if (NULL != pr->qe)
532 GNUNET_DATASTORE_cancel (pr->qe); 531 GNUNET_DATASTORE_cancel (pr->qe);
533 if (NULL != pr->gh) 532 if (NULL != pr->gh)