From 17ab6e60738c864fb1d7bc3f4f5e63ca81fc749c Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Wed, 20 Feb 2019 17:52:44 +0900 Subject: [PATCH] Deprecated stc_foreach_stats API Change-Id: I7fecd04272f167fc610ecdae6bab61f231273917 Signed-off-by: hyunuktak --- include/stc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stc.h b/include/stc.h index 7cd58c5..5a0b81c 100755 --- a/include/stc.h +++ b/include/stc.h @@ -356,6 +356,7 @@ int stc_get_stats(stc_h stc, stc_stats_rule_h rule, stc_stats_info_cb info_cb, void *user_data); /** + * @deprecated Deprecated since 5.5. Use stc_get_all_stats() and stc_foreach_all_stats() instead. * @brief Gets the statistics information of each application asynchronously. * @details The callback is called for each application that used network * in between timestamps specified. -- 2.34.1