将kni合并到tfe中
This commit is contained in:
13
platform/include/internal/acceptor_kni_v4.h
Normal file
13
platform/include/internal/acceptor_kni_v4.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
struct tfe_proxy;
|
||||
struct acceptor_kni_v4
|
||||
{
|
||||
struct tfe_proxy *proxy;
|
||||
const char *profile;
|
||||
|
||||
struct acceptor_ctx *acceptor;
|
||||
};
|
||||
|
||||
struct acceptor_kni_v4 *acceptor_kni_v4_create(struct tfe_proxy *proxy, const char *profile, void *logger);
|
||||
void acceptor_kni_v4_destroy();
|
||||
@@ -140,10 +140,12 @@ struct tfe_proxy
|
||||
unsigned int en_kni_v1_acceptor;
|
||||
unsigned int en_kni_v2_acceptor;
|
||||
unsigned int en_kni_v3_acceptor;
|
||||
unsigned int en_kni_v4_acceptor;
|
||||
|
||||
struct acceptor_kni_v1 * kni_v1_acceptor;
|
||||
struct acceptor_kni_v2 * kni_v2_acceptor;
|
||||
struct acceptor_kni_v3 * kni_v3_acceptor;
|
||||
struct acceptor_kni_v4 * kni_v4_acceptor;
|
||||
struct sender_scm * scm_sender;
|
||||
struct watchdog_kni * watchdog_kni;
|
||||
struct watchdog_tfe * watchdog_tfe;
|
||||
|
||||
Reference in New Issue
Block a user