X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fiostreamtop.h;h=fe2e5db39dc13e3221794a06739eb02233273d43;hb=661ad2e058f356704565350a5d265467417e1bbb;hp=2c80d49526b07d6b3afa1b122c26737836d4ce39;hpb=ceb3a2216fed5f405aa77c358328f71f44ed3303;p=lttngtop.git diff --git a/src/iostreamtop.h b/src/iostreamtop.h index 2c80d49..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);