aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-22 14:38:37 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-22 14:38:37 +0000
commit8aea11bce3118cc01c66d3afb5c2ec02b766c95c (patch)
tree3b9b3bef3d627c666fc84e0e2b92eff7b24b8725 /src/ats
parent2e7b955eb8e3d68d44727d9e18d4fa314c1a32e7 (diff)
downloadgnunet-8aea11bce3118cc01c66d3afb5c2ec02b766c95c.tar.gz
gnunet-8aea11bce3118cc01c66d3afb5c2ec02b766c95c.zip
-explicitly initialize
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/test_ats_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ats/test_ats_api.c b/src/ats/test_ats_api.c
index 68d8a217a..17dfce108 100644
--- a/src/ats/test_ats_api.c
+++ b/src/ats/test_ats_api.c
@@ -40,6 +40,7 @@ static struct Command test_commands[] = {
40 .details.add_address = { 40 .details.add_address = {
41 .pid = 0, 41 .pid = 0,
42 .addr_num = 0, 42 .addr_num = 0,
43 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE,
43 .session = 0, 44 .session = 0,
44 .properties = { 45 .properties = {
45 .scope = GNUNET_ATS_NET_LAN 46 .scope = GNUNET_ATS_NET_LAN
@@ -53,6 +54,7 @@ static struct Command test_commands[] = {
53 .details.add_address = { 54 .details.add_address = {
54 .pid = 0, 55 .pid = 0,
55 .addr_num = 0, 56 .addr_num = 0,
57 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE,
56 .session = 0, 58 .session = 0,
57 .properties = { 59 .properties = {
58 .scope = GNUNET_ATS_NET_LAN 60 .scope = GNUNET_ATS_NET_LAN
@@ -181,6 +183,7 @@ static struct Command test_commands[] = {
181 .details.add_address = { 183 .details.add_address = {
182 .pid = 0, 184 .pid = 0,
183 .addr_num = 1, 185 .addr_num = 1,
186 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE,
184 .session = 0, 187 .session = 0,
185 .properties = { 188 .properties = {
186 .scope = GNUNET_ATS_NET_LAN 189 .scope = GNUNET_ATS_NET_LAN