Skip to content

Commit eb64129

Browse files
committed
chore(axiom): add comments
1 parent bc0a82e commit eb64129

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

axiom/nr_segment.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ typedef struct _nr_segment_metric_t {
117117
typedef struct _nr_segment_error_t {
118118
char* error_message; /* The error message that will appear on a span event. */
119119
char* error_class; /* The error class that will appear on a span event. */
120-
char* error_file;
121-
int error_line;
122-
char* error_context;
123-
int error_no;
120+
char* error_file; /* The error file that will appear on a span event. */
121+
int error_line; /* The error line that will appear on a span event. */
122+
char* error_context; /* The error context that will appear on a span event. */
123+
int error_no; /* The error number that will appear on a span event. */
124124
} nr_segment_error_t;
125125

126126
/*

0 commit comments

Comments
 (0)