summaryrefslogtreecommitdiff
path: root/src/plugins/pglist.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-10-14 13:54:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-10-14 13:54:04 (GMT)
commite505ea74b63394100f47233295f0a1835ffb99c2 (patch)
tree8ed09728aff7763ae0e55226090cfa71a7d419a9 /src/plugins/pglist.h
parentfc010082fcc5371ff198b5b3321eb81fbe2a6013 (diff)
Refined measures of elapsed time.
Diffstat (limited to 'src/plugins/pglist.h')
-rw-r--r--src/plugins/pglist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/pglist.h b/src/plugins/pglist.h
index 7cc4416..5fc2867 100644
--- a/src/plugins/pglist.h
+++ b/src/plugins/pglist.h
@@ -98,6 +98,9 @@ GPluginModule **get_all_plugins_for_action(PluginAction, size_t *);
/* DPS_FORMAT */
+#define handle_binary_format_analysis(a, f, g, s) \
+ process_all_plugins_for(a, g_plugin_module_handle_binary_format_analysis, f, g, s)
+
#define handle_binary_format(a, f, s) \
process_all_plugins_for(a, g_plugin_module_handle_binary_format, f, s)