summaryrefslogtreecommitdiffstats
path: root/src/symbol.c
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-11-13 15:15:32 +0100
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-11-24 21:20:27 +0100
commit7e56639fe33fe39cb3f4da7dc90f547634cb4d2e (patch)
tree620591119bb7c80bba63d94cb4b3917a4bd27c96 /src/symbol.c
parentaf5dafdd61af5a29043a1d8ae79427caa2136c7d (diff)
downloadlatrace-error_simulation2.tar.gz
latrace-error_simulation2.tar.xz
latrace-error_simulation2.zip
Diffstat (limited to 'src/symbol.c')
-rw-r--r--src/symbol.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/symbol.c b/src/symbol.c
index 707fbf6..cbbec6e 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -70,7 +70,7 @@ static int compare(const void *a, const void *b)
#endif
}
-static int symbol_init(struct lt_config_shared *cfg,
+static int symbol_init(struct lt_config_audit *cfg,
struct lt_symbol *sym, const char *name)
{
struct lt_args_sym *a = NULL;
@@ -93,7 +93,7 @@ static int symbol_init(struct lt_config_shared *cfg,
return 0;
}
-struct lt_symbol* lt_symbol_bind(struct lt_config_shared *cfg,
+struct lt_symbol* lt_symbol_bind(struct lt_config_audit *cfg,
void *ptr, const char *name)
{
static struct lt_symbol *sym = NULL;
@@ -138,7 +138,7 @@ struct lt_symbol* lt_symbol_bind(struct lt_config_shared *cfg,
return s;
}
-struct lt_symbol* lt_symbol_get(struct lt_config_shared *cfg,
+struct lt_symbol* lt_symbol_get(struct lt_config_audit *cfg,
void *ptr, const char *name)
{
void *val;