Define process ancestry as its own data type.
[beam_stats.git] / include / beam_stats_process.hrl
index 65dc860..7d2d951 100644 (file)
@@ -1,9 +1,7 @@
 -record(beam_stats_process,
     { pid               ::               pid()
     , registered_name   :: hope_option:t(atom())
-    , raw_initial_call  ::               mfa()
-    , otp_initial_call  :: hope_option:t(mfa())
-    , otp_ancestors     ::               [{name, atom()} | {call, mfa()}]
+    , ancestry          ::               beam_stats_process:ancestry()
     , status            ::               beam_stats_process:status()
     , memory            ::               non_neg_integer()
     , total_heap_size   ::               non_neg_integer()
This page took 0.027066 seconds and 4 git commands to generate.