We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90b466 commit e104011Copy full SHA for e104011
Network/Socket/Posix/Cmsg.hsc
@@ -31,7 +31,7 @@ data Cmsg = Cmsg {
31
-- | Identifier of control message (ancillary data).
32
data CmsgId = CmsgId {
33
cmsgLevel :: !CInt
34
- , cmsglType :: !CInt
+ , cmsgType :: !CInt
35
} deriving (Eq, Show)
36
37
-- | The identifier for 'IPv4TTL'.
Network/Socket/Win32/Cmsg.hsc
0 commit comments