Fix missing newline in Graphite msg serialization
[beam_stats.git] / include / beam_stats_process_ancestry.hrl
CommitLineData
3088c08b
SK
1-record(beam_stats_process_ancestry,
2 { raw_initial_call :: mfa()
3 , otp_initial_call :: hope_option:t(mfa())
69ebab97 4 , otp_ancestors :: hope_option:t([atom() | pid()])
3088c08b 5 }).
This page took 0.021532 seconds and 4 git commands to generate.