Define process ancestry as its own data type.
[beam_stats.git] / include / beam_stats_process_ancestry.hrl
diff --git a/include/beam_stats_process_ancestry.hrl b/include/beam_stats_process_ancestry.hrl
new file mode 100644 (file)
index 0000000..45ae9e4
--- /dev/null
@@ -0,0 +1,5 @@
+-record(beam_stats_process_ancestry,
+    { raw_initial_call  ::               mfa()
+    , otp_initial_call  :: hope_option:t(mfa())
+    , otp_ancestors     ::               [{name, atom()} | {call, mfa()}]
+    }).
This page took 0.020318 seconds and 4 git commands to generate.