Revision 748a8e3ec5cb3da93678959aa808788657fc7b21
Sean Egan
seanegan at gmail.com
Mon Apr 30 03:21:57 EDT 2007
On 4/30/07, markdoliner at pidgin.im <markdoliner at pidgin.im> wrote:
> ChangeLog:
> Add padding to silc and bonjour to get rid of a bunch of warnings.
> What's the reasoning behind this padding again? So that we don't
> break binary compatibility across minor versions?
Right, for structs that get allocated by the plugin. If 2.1.0 wants to
add a field to the plugin info struct, 2.0.0 plugins need to allocate
enough space for it.
More information about the Devel
mailing list