summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@redhat.com>2009-09-16 08:45:55 +0200
committerJiri Olsa <jolsa@redhat.com>2009-09-16 08:45:55 +0200
commit397b449e4661c749678e26c17bdf77c30bc4130a (patch)
treec6d81a728e08da6219fe2c171169795e18184213 /src/config.h
parent5e542623f3dafab636adbe5690a8a4716a96f956 (diff)
downloadlatrace-397b449e4661c749678e26c17bdf77c30bc4130a.tar.gz
latrace-397b449e4661c749678e26c17bdf77c30bc4130a.tar.xz
latrace-397b449e4661c749678e26c17bdf77c30bc4130a.zip
added support for pipe mode timestamp display
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 2aa0595..afd8a7a 100644
--- a/src/config.h
+++ b/src/config.h
@@ -338,8 +338,9 @@ int lt_fifo_open(struct lt_config_app *cfg, char *name);
int lt_fifo_send(struct lt_config_audit *cfg, int fd, char *buf, int len);
int lt_fifo_recv(struct lt_config_app *cfg, struct lt_thread *t,
void *buf, int bufsize);
-int lt_fifo_msym_get(struct lt_config_audit *cfg, char *buf, int type,
- char *symname, char *libto, char *arg, char *argd);
+int lt_fifo_msym_get(struct lt_config_audit *cfg, char *buf, int type,
+ struct timeval *tv, char *symname, char *libto,
+ char *arg, char *argd);
/* counts */
int lt_stats_init(struct lt_config_app *cfg);