From 558659155ce833ebd583fd992043ad765afb796e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 20 Jan 2017 11:08:31 +0100 Subject: [PATCH] Reformat the LinphoneCallStats structure --- include/linphone/call_stats.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/include/linphone/call_stats.h b/include/linphone/call_stats.h index 05d408e08..a3d165bae 100644 --- a/include/linphone/call_stats.h +++ b/include/linphone/call_stats.h @@ -52,23 +52,23 @@ typedef struct _LinphoneCallStats LinphoneCallStats; * At any time, the application can access last computed statistics using linphone_call_get_audio_stats() or linphone_call_get_video_stats(). **/ struct _LinphoneCallStats { - LinphoneStreamType type; /**< Type of the stream which the stats refer to */ - jitter_stats_t jitter_stats; /**