X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fiostreamtop.h;h=fe2e5db39dc13e3221794a06739eb02233273d43;hp=e809ebada65c9eb90b9c4b586a74f683ba3c1595;hb=7314c8557fae846e361231d2c693ef6355884133;hpb=71bd7ce14826a0d7067c45657f33080e546cd5dc diff --git a/src/iostreamtop.h b/src/iostreamtop.h index e809eba..fe2e5db 100644 --- a/src/iostreamtop.h +++ b/src/iostreamtop.h @@ -26,6 +26,7 @@ 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 bt_ctf_event *call_data, void *private_data); @@ -37,5 +38,7 @@ enum bt_cb_ret handle_sys_open(struct bt_ctf_event *call_data, void *private_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 bt_ctf_event *call_data, + void *private_data); #endif /* _IOSTREAMTOP_H */