Fix unknown types.
[beam_stats.git] / src / beam_stats_consumer_graphite.erl
index c60c6e8..e471bfa 100644 (file)
@@ -28,7 +28,7 @@
 
 -record(state,
     { connect_options = []   :: [connect_option()]
-    , sock            = none :: hope_option:t(gen_tcp:socket())
+    , sock            = none :: hope_option:t(Socket :: port())
     }).
 
 -type state() ::
This page took 0.027272 seconds and 4 git commands to generate.