aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-19 13:07:14 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-19 13:07:14 +0000
commit71543671183c1c3666587b480832c559e31d1d68 (patch)
treef606ba790a10ee9b111226037b09540fcde6583e /src
parent087e8ac353ce877fef5a3d0988d1c496469c15c8 (diff)
downloadgnunet-71543671183c1c3666587b480832c559e31d1d68.tar.gz
gnunet-71543671183c1c3666587b480832c559e31d1d68.zip
unfinished function
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing_peergroup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing_peergroup.c b/src/testing/testing_peergroup.c
index f9eb6bfcd..4a1658207 100644
--- a/src/testing/testing_peergroup.c
+++ b/src/testing/testing_peergroup.c
@@ -654,6 +654,8 @@ GNUNET_TESTING_peergroup_topology_to_file(struct GNUNET_TESTING_PeerGroup *pg,
654 char *temp_str; 654 char *temp_str;
655 topo_ctx = GNUNET_malloc(sizeof(struct TopologyOutputContext)); 655 topo_ctx = GNUNET_malloc(sizeof(struct TopologyOutputContext));
656 656
657 topo_ctx->notify_cb = notify_cb;
658 topo_ctx->notify_cb_cls = notify_cb_cls;
657 topo_ctx->file = GNUNET_DISK_file_open (output_filename, GNUNET_DISK_OPEN_READWRITE 659 topo_ctx->file = GNUNET_DISK_file_open (output_filename, GNUNET_DISK_OPEN_READWRITE
658 | GNUNET_DISK_OPEN_CREATE, 660 | GNUNET_DISK_OPEN_CREATE,
659 GNUNET_DISK_PERM_USER_READ | 661 GNUNET_DISK_PERM_USER_READ |