parser.h (goaccess-1.6.5) | : | parser.h (goaccess-1.7) | ||
---|---|---|---|---|
skipping to change at line 62 | skipping to change at line 62 | |||
#include "commons.h" | #include "commons.h" | |||
#include "gslist.h" | #include "gslist.h" | |||
/* Log properties. Note: This is per line parsed */ | /* Log properties. Note: This is per line parsed */ | |||
typedef struct GLogItem_ { | typedef struct GLogItem_ { | |||
char *agent; | char *agent; | |||
char *browser; | char *browser; | |||
char *browser_type; | char *browser_type; | |||
char *continent; | char *continent; | |||
char *country; | char *country; | |||
char *asn; | ||||
char *date; | char *date; | |||
char *host; | char *host; | |||
char *keyphrase; | char *keyphrase; | |||
char *method; | char *method; | |||
char *os; | char *os; | |||
char *os_type; | char *os_type; | |||
char *protocol; | char *protocol; | |||
char *qstr; | char *qstr; | |||
char *ref; | char *ref; | |||
char *req; | char *req; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |