]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Remove copy of event_passthrough from struct event
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 22 Nov 2021 16:36:21 +0000 (17:36 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 20 Dec 2021 18:31:58 +0000 (18:31 +0000)
commit9fc6965de14f8b2734e9a2b0d38977b382cffcd8
tree96678351b7718a21b59e3a1b51de0bc6d53b3bfc
parenta2ea3df64fb6d59dc466a14c3960da0e214bdc2d
lib: Remove copy of event_passthrough from struct event

There was no need for it. This saves some memory and CPU.

This change now prevents modifications to the event_passthrough, but nothing
was doing it before either.
src/lib/lib-event-private.h
src/lib/lib-event.c