Cleanup : removed F4 and F5 empty panels
[lttngtop.git] / src / iostreamtop.h
index 4176c6976e0c824aa726271ebda11258affafde5..2c80d49526b07d6b3afa1b122c26737836d4ce39 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
- * MA 02111-1307, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef _IOSTREANTOP_H
@@ -38,5 +37,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 */
This page took 0.023153 seconds and 4 git commands to generate.