创建
This commit is contained in:
8
server/doris_server_http.h
Normal file
8
server/doris_server_http.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __DORIS_SERVER_HTTP_H__
|
||||
#define __DORIS_SERVER_HTTP_H__
|
||||
|
||||
int doris_create_listen_socket(int bind_port);
|
||||
void* thread_doris_http_server(void *arg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user