mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 06:26:37 +02:00
Add newlog TODO item
This commit is contained in:
@@ -1279,3 +1279,8 @@ void log_blocks_switchover(void)
|
||||
memcpy(logs, temp_logs, sizeof(logs));
|
||||
memset(temp_logs, 0, sizeof(temp_logs));
|
||||
}
|
||||
|
||||
/* TODO: if logging to the same file from multiple log { }
|
||||
* blocks, then we would have opened the file twice.
|
||||
* Better to use an extra layer to keep track of files.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user