X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fiostreamtop.h;h=0124ac6455a780bd6f4ce668100ca8162989cec5;hb=eb30901e85f7eb1a682144d36e3a9bb94bee5a6c;hp=c20f5863bc89fb8a6c4f850505a85141bd6141cc;hpb=3439955e838cd626b61ca36e37f80a104966a8fe;p=lttngtop.git diff --git a/src/iostreamtop.h b/src/iostreamtop.h index c20f586..0124ac6 100644 --- a/src/iostreamtop.h +++ b/src/iostreamtop.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Bain + * Copyright (C) 2011-2012 Mathieu Bain * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License Version 2 as @@ -28,17 +28,17 @@ struct files *get_file(struct processtop *proc, int fd); void show_table(GPtrArray *tab); void insert_file(struct processtop *proc, int fd); -enum bt_cb_ret handle_exit_syscall(struct ctf_event_definition *call_data, +enum bt_cb_ret handle_exit_syscall(struct bt_ctf_event *call_data, void *private_data); -enum bt_cb_ret handle_sys_write(struct ctf_event_definition *call_data, +enum bt_cb_ret handle_sys_write(struct bt_ctf_event *call_data, void *private_data); -enum bt_cb_ret handle_sys_read(struct ctf_event_definition *call_data, +enum bt_cb_ret handle_sys_read(struct bt_ctf_event *call_data, void *private_data); -enum bt_cb_ret handle_sys_open(struct ctf_event_definition *call_data, +enum bt_cb_ret handle_sys_open(struct bt_ctf_event *call_data, void *private_data); -enum bt_cb_ret handle_sys_close(struct ctf_event_definition *call_data, +enum bt_cb_ret handle_sys_close(struct bt_ctf_event *call_data, void *private_data); -enum bt_cb_ret handle_statedump_file_descriptor(struct ctf_event_definition *call_data, +enum bt_cb_ret handle_statedump_file_descriptor(struct bt_ctf_event *call_data, void *private_data); #endif /* _IOSTREAMTOP_H */