From 71543671183c1c3666587b480832c559e31d1d68 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 19 Jul 2011 13:07:14 +0000 Subject: [PATCH] unfinished function --- src/testing/testing_peergroup.c | 2 ++ 1 file changed, 2 insertions(+) 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 | -- 2.25.1