satyr  0.26
Enumerations | Functions
report_type.h File Reference

Report type. More...

Go to the source code of this file.

Enumerations

enum  sr_report_type {
  SR_REPORT_INVALID = 0, SR_REPORT_CORE, SR_REPORT_PYTHON, SR_REPORT_KERNELOOPS,
  SR_REPORT_JAVA, SR_REPORT_GDB, SR_REPORT_RUBY, SR_REPORT_JAVASCRIPT,
  SR_REPORT_NUM
}
 

Functions

char * sr_report_type_to_string (enum sr_report_type report_type)
 
enum sr_report_type sr_report_type_from_string (const char *report_type_str)
 

Detailed Description

Report type.

Definition in file report_type.h.