remove session_manager_subscribe_xxx() API; convert session closing events to pseudo packets
when a session is closed, use the packet manager to create a pseudo packet,
set the session to be closed as packet Exdata, and schedule it to the packet forwarding stage.
when the pseudo packet free, the session will be free.
This commit is contained in:
@@ -6,4 +6,5 @@ if [ $# -ne 1 ]; then
|
||||
fi
|
||||
|
||||
f4_json_file=$1
|
||||
# python3 -m pip install prettytable jinja2
|
||||
/opt/MESA/bin/fieldstat_exporter.py local -j $f4_json_file -l --clear-screen
|
||||
|
||||
Reference in New Issue
Block a user