修改文件编码
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
|
||||
/* Systemd */
|
||||
#include <systemd/sd-daemon.h>
|
||||
#include "tfe_acceptor_kni.h"
|
||||
|
||||
extern struct tcp_policy_enforcer *tcp_policy_enforcer_create(void *logger);
|
||||
extern struct chaining_policy_enforcer *chaining_policy_enforcer_create(void *logger);
|
||||
@@ -292,6 +293,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);
|
||||
|
||||
FS_passive_output(ctx->fs_handle);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user