diff options
author | Loïc Hoguin <[email protected]> | 2013-05-16 18:11:58 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-05-16 18:11:58 +0200 |
commit | 9a8409e5c3f4d865611cdc851d3a0515657b6b69 (patch) | |
tree | 6bb2debda5d4deb74dd438c796c5172032782ffb /src/ranch_protocol.erl | |
parent | 935c7c94673027c3940a771c6e8b32f77152f1c9 (diff) | |
download | ranch-9a8409e5c3f4d865611cdc851d3a0515657b6b69.tar.gz ranch-9a8409e5c3f4d865611cdc851d3a0515657b6b69.tar.bz2 ranch-9a8409e5c3f4d865611cdc851d3a0515657b6b69.zip |
Add ranch:ref() type
Diffstat (limited to 'src/ranch_protocol.erl')
-rw-r--r-- | src/ranch_protocol.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch_protocol.erl b/src/ranch_protocol.erl index c788547..c179789 100644 --- a/src/ranch_protocol.erl +++ b/src/ranch_protocol.erl @@ -17,7 +17,7 @@ %% Start a new connection process for the given socket. -callback start_link( - Ref::any(), + Ref::ranch:ref(), Socket::any(), Transport::module(), ProtocolOptions::any()) |