summaryrefslogtreecommitdiffstats
path: root/xlators/meta/src/meta-hooks.h
diff options
context:
space:
mode:
authorAnand Avati <avati@redhat.com>2014-03-29 06:01:36 -0700
committerAnand Avati <avati@redhat.com>2014-05-05 17:29:27 -0700
commitf01626d5bad8eb0298897e90a124301008cdd0da (patch)
tree9afe279162d94fc900a09e8b5acf0440606e7d1e /xlators/meta/src/meta-hooks.h
parent8160399a36eff62a49a066f16dea9140d877c5e8 (diff)
meta: export process state dump
Various parts of process state dump are exposed through most appropriate virual files/dirs Change-Id: Iff30f8ea76552f2f6d9c98def688c5ec4bc6f2af BUG: 1089216 Signed-off-by: Anand Avati <avati@redhat.com> Reviewed-on: http://review.gluster.org/7542 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Harshavardhana <harsha@harshavardhana.net>
Diffstat (limited to 'xlators/meta/src/meta-hooks.h')
-rw-r--r--xlators/meta/src/meta-hooks.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/xlators/meta/src/meta-hooks.h b/xlators/meta/src/meta-hooks.h
index f8ce3b61e4c..bcf3643d223 100644
--- a/xlators/meta/src/meta-hooks.h
+++ b/xlators/meta/src/meta-hooks.h
@@ -35,5 +35,12 @@ DECLARE_HOOK(options_dir);
DECLARE_HOOK(option_file);
DECLARE_HOOK(cmdline_file);
DECLARE_HOOK(name_file);
+DECLARE_HOOK(private_file);
+DECLARE_HOOK(mallinfo_file);
+DECLARE_HOOK(history_file);
+DECLARE_HOOK(master_dir);
+DECLARE_HOOK(meminfo_file);
+DECLARE_HOOK(measure_file);
+DECLARE_HOOK(profile_file);
#endif