mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: rename all symbols to use sysprof_ as prefix
As we gain in usage, we need to be more careful about using a prefix that will not collide with other symbols. So version 3 of our ABI will change to using Sysprof/SYSPROF/sysprof as the various prefixes. The soname/api version bump will happen later on this branch so that things are easier to test up until then.
This commit is contained in:
@ -26,12 +26,12 @@ G_BEGIN_DECLS
|
||||
|
||||
#define SYSPROF_CAPTURE_INSIDE
|
||||
|
||||
# include "sp-address.h"
|
||||
# include "sp-capture-condition.h"
|
||||
# include "sp-capture-cursor.h"
|
||||
# include "sp-capture-reader.h"
|
||||
# include "sp-capture-writer.h"
|
||||
# include "sp-clock.h"
|
||||
# include "sysprof-address.h"
|
||||
# include "sysprof-capture-condition.h"
|
||||
# include "sysprof-capture-cursor.h"
|
||||
# include "sysprof-capture-reader.h"
|
||||
# include "sysprof-capture-writer.h"
|
||||
# include "sysprof-clock.h"
|
||||
# include "sysprof-version.h"
|
||||
# include "sysprof-version-macros.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user