Looking over the code, impl as a hook seems more "isolated",
rather than the current impl which is intrusive (which is
part of what we're trying to avoid, aren't we?)
On Jan 24, 2012, at 4:08 PM, Stefan Fritsch wrote:
> On Tue, 24 Jan 2012, Joe Orton wrote:
>
>> On Mon, Jan 23, 2012 at 09:39:38P
On Tue, 24 Jan 2012, Joe Orton wrote:
On Mon, Jan 23, 2012 at 09:39:38PM +0100, Stefan Fritsch wrote:
This patch allows us to later add members to core_ctx_t without
breaking binary compatibility to mod_ftp. Without such a patch, the
size of core_ctx_t is part of the ABI, which is bad.
Opinion
On Mon, Jan 23, 2012 at 09:39:38PM +0100, Stefan Fritsch wrote:
> This patch allows us to later add members to core_ctx_t without
> breaking binary compatibility to mod_ftp. Without such a patch, the
> size of core_ctx_t is part of the ABI, which is bad.
>
> Opinions?
After thinking about it mo