unfinished function
authorNathan S. Evans <evans@in.tum.de>
Tue, 19 Jul 2011 13:07:14 +0000 (13:07 +0000)
committerNathan S. Evans <evans@in.tum.de>
Tue, 19 Jul 2011 13:07:14 +0000 (13:07 +0000)
src/testing/testing_peergroup.c

index f9eb6bfcd31a37e1863da66400c4fcadc411ebb4..4a1658207e33fe81540b44d4b48206ab475b34dd 100644 (file)
@@ -654,6 +654,8 @@ GNUNET_TESTING_peergroup_topology_to_file(struct GNUNET_TESTING_PeerGroup *pg,
   char *temp_str;
   topo_ctx = GNUNET_malloc(sizeof(struct TopologyOutputContext));
 
+  topo_ctx->notify_cb = notify_cb;
+  topo_ctx->notify_cb_cls = notify_cb_cls;
   topo_ctx->file = GNUNET_DISK_file_open (output_filename, GNUNET_DISK_OPEN_READWRITE
                                                               | GNUNET_DISK_OPEN_CREATE,
                                                               GNUNET_DISK_PERM_USER_READ |