TSG-14930 TFE支持发送控制报文给SAPP
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
#include <tfe_plugin.h>
|
||||
#include <tfe_cmsg.h>
|
||||
#include <tfe_resource.h>
|
||||
#include <tfe_packet_io.h>
|
||||
#include <tfe_packet_io_fs.h>
|
||||
|
||||
#include <platform.h>
|
||||
#include <proxy.h>
|
||||
@@ -53,8 +55,6 @@
|
||||
#include <key_keeper.h>
|
||||
#include <watchdog_3rd_device.h>
|
||||
|
||||
#include "tfe_metrics.h"
|
||||
|
||||
/* Breakpad */
|
||||
#include <MESA/breakpad_mini.h>
|
||||
|
||||
@@ -292,7 +292,8 @@ static void __gc_handler_cb(evutil_socket_t fd, short what, void * arg)
|
||||
FS_operate(ctx->fs_handle, ctx->fs_id[i], 0, FS_OP_SET, ATOMIC_READ(&(ctx->stat_val[i])));
|
||||
}
|
||||
|
||||
// global_metrics_dump(ctx->kni_v4_acceptor->acceptor->metrics);
|
||||
if (ctx->kni_v4_acceptor != NULL)
|
||||
packet_io_fs_dump(ctx->kni_v4_acceptor->packet_io_fs);
|
||||
|
||||
FS_passive_output(ctx->fs_handle);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user