From 3bf259f69d408dc5c380383ee3c0cde0504e9f02 Mon Sep 17 00:00:00 2001 From: Dubslow Date: Wed, 11 Mar 2015 17:26:25 -0500 Subject: Convert core code depending on the api --- auto_tests/toxav_many_test.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'auto_tests/toxav_many_test.c') diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c index 4002c4e7..f22043e1 100644 --- a/auto_tests/toxav_many_test.c +++ b/auto_tests/toxav_many_test.c @@ -294,11 +294,11 @@ START_TEST(test_AV_three_calls) uint8_t off = 1; while (1) { - tox_iteration(bootstrap_node); - tox_iteration(caller); + tox_iterate(bootstrap_node); + tox_iterate(caller); for (i = 0; i < 3; i ++) { - tox_iteration(callees[i]); + tox_iterate(callees[i]); } @@ -351,11 +351,11 @@ START_TEST(test_AV_three_calls) while (call_running[0] || call_running[1] || call_running[2]) { pthread_mutex_lock(&muhmutex); - tox_iteration(bootstrap_node); - tox_iteration(caller); - tox_iteration(callees[0]); - tox_iteration(callees[1]); - tox_iteration(callees[2]); + tox_iterate(bootstrap_node); + tox_iterate(caller); + tox_iterate(callees[0]); + tox_iterate(callees[1]); + tox_iterate(callees[2]); for ( i = 0; i < 3; i++ ) toxav_do(status_control.calls[0].Caller.av); -- cgit v1.2.3