1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add keyword XCORE for coredump to identify the version. 2.0.207

This commit is contained in:
winlin 2016-01-05 16:49:27 +08:00
parent dc38ae1687
commit 8155e97b84
4 changed files with 8 additions and 2 deletions

View file

@ -54,6 +54,8 @@ ISrsThreadContext* _srs_context = new SrsThreadContext();
// app module.
SrsConfig* _srs_config = new SrsConfig();
SrsServer* _srs_server = new SrsServer();
// version of srs, which can grep keyword "XCORE"
extern const char* _srs_version;
/**
* show the features by macro, the actual macro values.