aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-14 19:18:17 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-14 19:18:17 +0000
commitd5575b6b45496471ca71af4c39a62441797046be (patch)
treee8791f169247624d2aecbd7f32862017fd3b81f2 /src/testing
parentf16d992113133d15b3d09b95351d37d38597d595 (diff)
downloadgnunet-d5575b6b45496471ca71af4c39a62441797046be.tar.gz
gnunet-d5575b6b45496471ca71af4c39a62441797046be.zip
indenting
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_group.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 36aa42615..9965bb2fb 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -1754,10 +1754,16 @@ static void internal_connect_notify (void *cls,
1754 struct GNUNET_TESTING_PeerGroup *pg = cls; 1754 struct GNUNET_TESTING_PeerGroup *pg = cls;
1755 outstanding_connects--; 1755 outstanding_connects--;
1756 1756
1757 pg->notify_connection(pg->notify_connection_cls, first, second, first_cfg, second_cfg, first_daemon, second_daemon, emsg); 1757 pg->notify_connection(pg->notify_connection_cls,
1758 first,
1759 second,
1760 first_cfg, second_cfg,
1761 first_daemon, second_daemon,
1762 emsg);
1758 1763
1759} 1764}
1760 1765
1766
1761static void schedule_connect(void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 1767static void schedule_connect(void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1762{ 1768{
1763 struct ConnectContext *connect_context = cls; 1769 struct ConnectContext *connect_context = cls;
@@ -1790,6 +1796,7 @@ static void schedule_connect(void *cls, const struct GNUNET_SCHEDULER_TaskContex
1790 } 1796 }
1791} 1797}
1792 1798
1799
1793/** 1800/**
1794 * Iterator for actually scheduling connections to be created 1801 * Iterator for actually scheduling connections to be created
1795 * between two peers. 1802 * between two peers.
@@ -1818,6 +1825,7 @@ connect_iterator (void *cls,
1818 return GNUNET_YES; 1825 return GNUNET_YES;
1819} 1826}
1820 1827
1828
1821/** 1829/**
1822 * Iterator for copying all entries in the allowed hashmap to the 1830 * Iterator for copying all entries in the allowed hashmap to the
1823 * connect hashmap. 1831 * connect hashmap.