1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
This commit is contained in:
winlin 2013-10-17 22:09:10 +08:00
parent 7268dd15a1
commit 67d96fcab4
6 changed files with 153 additions and 1 deletions

View file

@ -1,5 +1,11 @@
#include <unistd.h>
#include <srs_core_log.hpp>
int main(int /*argc*/, char** /*argv*/){
log_context->SetId();
SrsWarn("server start");
return 0;
}