diff options
| author | jolsa@redhat.com <jolsa@redhat.com> | 2011-11-01 16:37:03 +0100 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-11-24 21:20:27 +0100 |
| commit | af5dafdd61af5a29043a1d8ae79427caa2136c7d (patch) | |
| tree | 22aeb251dabca557d18e7d08dcfce98eeeba4835 /src/fifo.c | |
| parent | 8967d2b09abc5f3e2bace9f6f14e1cfef8e47030 (diff) | |
| download | latrace-af5dafdd61af5a29043a1d8ae79427caa2136c7d.tar.gz latrace-af5dafdd61af5a29043a1d8ae79427caa2136c7d.tar.xz latrace-af5dafdd61af5a29043a1d8ae79427caa2136c7d.zip | |
error simulation: automated changes
Diffstat (limited to 'src/fifo.c')
| -rw-r--r-- | src/fifo.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -181,7 +181,7 @@ int lt_fifo_recv(struct lt_config_shared *cfg, struct lt_thread *t, void *buf, int lt_fifo_msym_get(struct lt_config_shared *cfg, char *buf, int type, struct timeval *tv, char *symname, char *libto, - char *arg, char *argd) + char *arg, char *argd, long info) { struct lt_fifo_msym *m = (struct lt_fifo_msym*) buf; int len_data, len = sizeof(struct lt_fifo_msym); @@ -191,6 +191,8 @@ int lt_fifo_msym_get(struct lt_config_shared *cfg, char *buf, int type, m->h.tid = (pid_t) syscall(SYS_gettid); m->h.tv = *tv; + m->info = info; + m->sym = 0; m->lib = strlen(symname); m->arg = m->lib + strlen(libto) + 1; |
