This commit is contained in:
linuxrc@163.com
2021-07-16 16:06:59 +08:00
commit 26b1a08500
36 changed files with 5132 additions and 0 deletions

View 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