X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindowtraces.h;h=d11d693d165d3573709ca45f9435a50197f40959;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=45ad7e228c53a68db3379e87fb0025e3d59e4c52;hpb=f61f4dca50e13aa52b1ca3941c8f420848f4353f;p=lttv.git diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.h b/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.h index 45ad7e22..d11d693d 100644 --- a/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.h +++ b/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.h @@ -12,8 +12,8 @@ * * 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. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. */ /* This file is the API used to launch any background computation on a trace */ @@ -68,7 +68,7 @@ #ifndef LTTVWINDOWTRACES_H #define LTTVWINDOWTRACES_H -#include +#include #include #include @@ -186,7 +186,7 @@ void lttvwindowtraces_background_notify_queue (gpointer owner, LttvTrace *trace, LttTime notify_time, - const LttvTracesetContextPosition *notify_position, + const LttvTracesetPosition *notify_position, const LttvHooks *notify); /** @@ -204,7 +204,7 @@ void lttvwindowtraces_background_notify_current (gpointer owner, LttvTrace *trace, LttTime notify_time, - const LttvTracesetContextPosition *notify_position, + const LttvTracesetPosition *notify_position, const LttvHooks *notify); /** @@ -263,7 +263,6 @@ void lttvwindowtraces_register_computation_hooks(LttvAttributeName module_name, LttvHooks *before_request, LttvHooks *after_request, LttvHooks *event_hook, - LttvHooksById *event_hook_by_id, LttvHooks *hook_adder, LttvHooks *hook_remover); /**