summaryrefslogtreecommitdiffstats
path: root/src/config.h
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/config.h
parentaf5dafdd61af5a29043a1d8ae79427caa2136c7d (diff)
downloadlatrace-error_simulation2.tar.gz
latrace-error_simulation2.tar.xz
latrace-error_simulation2.zip
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index 167aa25..fd4a032 100644
--- a/src/config.h
+++ b/src/config.h
@@ -425,9 +425,9 @@ char* lt_objsearch(struct lt_config_audit *cfg, const char *name,
int lt_stack_framesize(struct lt_config_audit *cfg, La_regs *regs);
/* symbol */
-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);
-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);
/* config options */
@@ -456,9 +456,10 @@ int lt_error_run(struct lt_config_app *cfg);
/* error simulation lib */
int lt_error_init(struct lt_config_audit *cfg);
-struct lt_error_sym* lt_error_sym_get(struct lt_config_shared *cfg,
+struct lt_error_sym* lt_error_sym_get(struct lt_config_audit *cfg,
const char *name);
int lt_error_sym_exit(struct lt_config_audit *cfg,
+ const char *symname,
struct lt_symbol *sym,
struct timeval *tv,
struct link_map *lr,