Add project status to readme
[lttngtop.git] / src / iostreamtop.h
index e809ebada65c9eb90b9c4b586a74f683ba3c1595..96313c5abd9b8cb03e108ed05cd261d622b31b2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Mathieu Bain <mathieu.bain@polymtl.ca>
+ * Copyright (C) 2011-2012 Mathieu Bain <mathieu.bain@polymtl.ca>
  *
  * 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);
@@ -35,7 +36,11 @@ enum bt_cb_ret handle_sys_read(struct bt_ctf_event *call_data,
                void *private_data);
 enum bt_cb_ret handle_sys_open(struct bt_ctf_event *call_data,
                void *private_data);
+enum bt_cb_ret handle_sys_socket(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 */
This page took 0.022443 seconds and 4 git commands to generate.