improve rawlog perf

This commit is contained in:
ailin-nemui 2018-10-04 09:21:46 +02:00
commit 05fd64dd16
3 changed files with 9 additions and 14 deletions

View file

@ -5,8 +5,7 @@ struct _RAWLOG_REC {
int logging;
int handle;
int nlines;
GSList *lines;
GQueue *lines;
};
RAWLOG_REC *rawlog_create(void);