Bug#413762: Fix for config structure using dynamic backends... better this time!

2007-08-14 Thread Brett Parker
OK - rather than using -rdynamic, which as you rightly point out means that we clobber some other parts of the namespace, here's a slightly different approach, this time we look up the struct in the library and then assign it's parts to that of the real config object at the point of library load. d

Bug#413762: Fix for config structure using dynamic backends...

2007-08-13 Thread Jonathan McDowell
On Sat, Aug 11, 2007 at 05:54:32PM +0100, Brett Parker wrote: > The attached patch fixes the config structure when dynamic backends are > used - the basic issue is that when the backend was loaded, it wouldn't > (neccessarily) share the config structure with the program that called > it (and had th

Bug#413762: Fix for config structure using dynamic backends...

2007-08-11 Thread Brett Parker
The attached patch fixes the config structure when dynamic backends are used - the basic issue is that when the backend was loaded, it wouldn't (neccessarily) share the config structure with the program that called it (and had therefore read the config). Cheers, Brett Parker --- onak-0.3.3/Makefil