增加sender_scm的初始化调用
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <tfe_stream.h>
|
||||
#include <event2/event.h>
|
||||
#include <sender_scm.h>
|
||||
#include <ssl_stream_core.h>
|
||||
|
||||
struct ssl_mgr;
|
||||
@@ -99,6 +100,7 @@ struct tfe_proxy
|
||||
|
||||
struct acceptor_kni_v1 * kni_v1_acceptor;
|
||||
struct acceptor_kni_v2 * kni_v2_acceptor;
|
||||
struct sender_scm * scm_sender;
|
||||
|
||||
/* DEBUG OPTIONS */
|
||||
unsigned int tcp_all_passthrough;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
struct sender_scm;
|
||||
struct sender_scm* sender_scm_init(const char *profile, void *logger);
|
||||
void send_scm_destroy(struct sender_scm *sender);
|
||||
struct sender_scm* sender_scm_init(const char *profile, const char *section, void *logger);
|
||||
|
||||
Reference in New Issue
Block a user