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