X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fiostreamtop.h;fp=src%2Fiostreamtop.h;h=96313c5abd9b8cb03e108ed05cd261d622b31b2c;hp=0124ac6455a780bd6f4ce668100ca8162989cec5;hb=9f2856ad8e6efb7b5c1db062babb1276242dd444;hpb=ec016cb4cf5cc8faa6d09476fb6bc1818da8e8fe diff --git a/src/iostreamtop.h b/src/iostreamtop.h index 0124ac6..96313c5 100644 --- a/src/iostreamtop.h +++ b/src/iostreamtop.h @@ -36,6 +36,8 @@ 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,