This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
doris-doris-dispatch/server/doris_server_http.h

11 lines
192 B
C
Raw Permalink Normal View History

2021-07-16 16:06:59 +08:00
#ifndef __DORIS_SERVER_HTTP_H__
#define __DORIS_SERVER_HTTP_H__
#include <openssl/ssl.h>
SSL_CTX *doris_connections_create_ssl_ctx(void);
2021-07-16 16:06:59 +08:00
void* thread_doris_http_server(void *arg);
#endif