X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fiostreamtop.h;h=2c80d49526b07d6b3afa1b122c26737836d4ce39;hp=e809ebada65c9eb90b9c4b586a74f683ba3c1595;hb=ceb3a2216fed5f405aa77c358328f71f44ed3303;hpb=3ba84bed69e8eb8e6794a7250da97406dbbe02c2 diff --git a/src/iostreamtop.h b/src/iostreamtop.h index e809eba..2c80d49 100644 --- a/src/iostreamtop.h +++ b/src/iostreamtop.h @@ -37,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 */