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

For #913, add complex error.

This commit is contained in:
winlin 2017-06-09 11:50:35 +08:00
parent 58521751c3
commit bb200b5d2d
6 changed files with 190 additions and 39 deletions

View file

@ -115,4 +115,8 @@
#error "only support i386/amd64/x86_64/arm cpu"
#endif
// Error predefined for all modules.
class SrsError;
typedef SrsError* srs_error_t;
#endif