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