mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
lib: add some padding to classes
We might want to extend these going forward, so give us a chance to avoid breaking ABI.
This commit is contained in:
@ -54,6 +54,8 @@ struct _SpProfilerClass
|
||||
* completion of stopping.
|
||||
*/
|
||||
void (*stopped) (SpProfiler *self);
|
||||
|
||||
gpointer padding[8];
|
||||
};
|
||||
|
||||
SpProfiler *sp_profiler_new (void);
|
||||
|
||||
Reference in New Issue
Block a user