aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api_twocalls.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-06 08:57:09 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-06 08:57:09 +0000
commita0ce326e5d3ad4275cff23de7a7916e492e54a33 (patch)
tree5f924d09b19d57de08988564d3e1aabb6b36674d /src/conversation/test_conversation_api_twocalls.c
parentaece72e29b041e2dfbc5b49d2fd0d49f8ab2124e (diff)
downloadgnunet-a0ce326e5d3ad4275cff23de7a7916e492e54a33.tar.gz
gnunet-a0ce326e5d3ad4275cff23de7a7916e492e54a33.zip
-allow caller ID to differ from zone used for resolution
Diffstat (limited to 'src/conversation/test_conversation_api_twocalls.c')
-rw-r--r--src/conversation/test_conversation_api_twocalls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conversation/test_conversation_api_twocalls.c b/src/conversation/test_conversation_api_twocalls.c
index 130edbc27..294092099 100644
--- a/src/conversation/test_conversation_api_twocalls.c
+++ b/src/conversation/test_conversation_api_twocalls.c
@@ -560,6 +560,7 @@ identity_cb (void *cls,
560 GNUNET_GNSRECORD_pkey_to_zkey (&pub)); 560 GNUNET_GNSRECORD_pkey_to_zkey (&pub));
561 call1 = GNUNET_CONVERSATION_call_start (cfg, 561 call1 = GNUNET_CONVERSATION_call_start (cfg,
562 ego, 562 ego,
563 ego,
563 gns_name, 564 gns_name,
564 &call1_speaker, 565 &call1_speaker,
565 &call1_mic, 566 &call1_mic,
@@ -567,6 +568,7 @@ identity_cb (void *cls,
567 (void *) "call1"); 568 (void *) "call1");
568 call2 = GNUNET_CONVERSATION_call_start (cfg, 569 call2 = GNUNET_CONVERSATION_call_start (cfg,
569 ego, 570 ego,
571 ego,
570 gns_name, 572 gns_name,
571 &call2_speaker, 573 &call2_speaker,
572 &call2_mic, 574 &call2_mic,