X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Feventhooks.h;h=883761236a722d1f640f7d303193d30ac716608e;hb=2dd5f7c525c94774d24360dc8f7dbbc015127568;hp=8c74e36c7435787f4d486d6f08090dde33416242;hpb=e433e6d6da2cc572a3d14257abe18bc3afd5c7e6;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h index 8c74e36c..88376123 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h @@ -108,6 +108,7 @@ int before_chunk(void *hook_data, void *call_data); int after_chunk(void *hook_data, void *call_data); int before_request(void *hook_data, void *call_data); int after_request(void *hook_data, void *call_data); +int before_statedump_end(void *hook_data, void *call_data);