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