Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "Crashes on extended Event type definition"

Merged Johnny Jazeix requested to merge 9-crashes-on-extended-event-type-definition into master
2 files
+ 7
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -78,10 +78,10 @@ typedef enum paje_eventdef_e {
/*!
* \brief Names of the fields describing events
* This is a non echaustive list of the names which can be used
* to described the fields of each events. This list conatins
* This is a non exhaustive list of the names which can be used
* to described the fields of each events. This list contains
* only the field's name required by some events. It can be
* automatically extended inside the trace to be adfapted to
* automatically extended inside the trace to be adapted to
* the need of the user.
*/
#define FIELDNAME_SIZEMAX 32
Loading