mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
improve rawlog perf
This commit is contained in:
parent
f5e587a83b
commit
05fd64dd16
3 changed files with 9 additions and 14 deletions
|
|
@ -5,8 +5,7 @@ struct _RAWLOG_REC {
|
|||
int logging;
|
||||
int handle;
|
||||
|
||||
int nlines;
|
||||
GSList *lines;
|
||||
GQueue *lines;
|
||||
};
|
||||
|
||||
RAWLOG_REC *rawlog_create(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue