https://bugzilla.novell.com/show_bug.cgi?id=418491 Summary: Callbacks of solver iterate functions should have user_data argument Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: mrashmiranjan@novell.com QAContact: qa@suse.de Found By: --- solver_installs_iterate(...., int (*callback)( const XSolvable *xs ) ); solver_removals_iterate(..., int (*callback)( const XSolvable *xs ) ); solver_updates_iterate(..., int (*callback)( const XSolvable *xs_old, const XSolvable *xs_new ) ); The iterate function like above should have one more user_data argument which should be passed onto the callback function. Otherwise it becomes a mesh accessing the user data in callback functions. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.