Squashed commit of the following:
commit
540aa99530d3d7e9ff6282691891553fcb9153da
Author: Shravan Rangaraju <shrarang@cisco.com>
Date: Fri Feb 26 12:41:42 2021 -0500
appid: fixes for cppcheck warnings
THREAD_LOCAL AppIdStats appid_stats;
THREAD_LOCAL AppIdDebug* appidDebug = nullptr;
void AppIdDebug::activate(const Flow*, const AppIdSession*, bool) { active = false; }
-void check_session_for_AF_indicator(Packet*, AppidSessionDirection, AppId, const OdpContext&) {}
-AppId check_session_for_AF_forecast(AppIdSession&, Packet*, AppidSessionDirection, AppId)
-{
- return APP_ID_UNKNOWN;
-}
bool AppIdReloadTuner::tinit() { return false; }