From: Nathan S. Evans Date: Tue, 19 Jul 2011 13:07:14 +0000 (+0000) Subject: unfinished function X-Git-Tag: initial-import-from-subversion-38251~17711 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=71543671183c1c3666587b480832c559e31d1d68;p=oweals%2Fgnunet.git unfinished function --- 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, 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 |