X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fiostreamtop.h;h=96313c5abd9b8cb03e108ed05cd261d622b31b2c;hp=fe2e5db39dc13e3221794a06739eb02233273d43;hb=54645d5cab414bb3391837ef7acb919cf106c71f;hpb=4adc827466f35fb285430634400259d8c55a5816 diff --git a/src/iostreamtop.h b/src/iostreamtop.h index fe2e5db..96313c5 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 @@ -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,