apps/iperf: do not use linked list for stat info
authorEunBong Song <eunb.song@samsung.com>
Thu, 27 Apr 2017 05:25:28 +0000 (14:25 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 14:00:42 +0000 (23:00 +0900)
commitae9f0197b8ac9acfeb3c0758f984d5184495dfad
tree07743a180f9960180bc2ac9512fb480e092ad70f
parent5f00065c549cb1187316bd7f43205be53649c6ac
apps/iperf: do not use linked list for stat info

commit id c9dd4c5a disables malloc for each interval stat. And use one
static one structure for interval stat. So linked list does not need
for stat info. This patch changes for interval using signle pointer
instaed of linked list.

Change-Id: If30c0ad9d30ed7adf6e752dacd67a531333e5fda
Signed-off-by: EunBong Song <eunb.song@samsung.com>
apps/examples/iperf/iperf.h
apps/examples/iperf/iperf_api.c