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:
parent
dc38ae1687
commit
8155e97b84
4 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue