X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=blobdiff_plain;f=include%2Fbeam_stats_process.hrl;h=7d2d9519d819c9cc6d6c62f1e800d44c35de879b;hp=65dc8605b3ffc13ec7b7d9e9da82cda561d45062;hb=3088c08bcb23e8f0dbd991974d381af8a4e3b10c;hpb=f2adf421655bc81b4563f2635be271a9f956daf8 diff --git a/include/beam_stats_process.hrl b/include/beam_stats_process.hrl index 65dc860..7d2d951 100644 --- a/include/beam_stats_process.hrl +++ b/include/beam_stats_process.hrl @@ -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()