Fix unknown types.
[beam_stats.git] / include / beam_stats.hrl
index 6b4df10..8b851ed 100644 (file)
@@ -1,7 +1,7 @@
 -record(beam_stats,
     { timestamp    :: erlang:timestamp()
     , node_id      :: atom()
-    , memory       :: [{erlang:memory_type(), non_neg_integer()}]
+    , memory       :: [{atom(), non_neg_integer()}]
     %, statistics   :: [{atom()       , term()}]
     %, system       :: [{atom()       , term()}]
     %, process      :: [{atom()       , term()}]
This page took 0.017792 seconds and 4 git commands to generate.