限制缓存在内存的配置文件内容的版本数量,以适应全增量模式的配置下发
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#ifndef __DORIS_SERVER_HTTP_H__
|
||||
#define __DORIS_SERVER_HTTP_H__
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
int doris_create_listen_socket(int bind_port);
|
||||
SSL_CTX *doris_connections_create_ssl_ctx(void);
|
||||
void* thread_doris_http_server(void *arg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user