hs-mesos-0.20.0.0

Safe HaskellNone
LanguageHaskell2010

System.Mesos.Raw.Volume

Documentation

c_toVolume Source

Arguments

:: Ptr CChar

container_path

-> CInt

container_path length

-> Ptr CChar

host_path

-> CInt

host_path length

-> CInt

mode

-> IO VolumePtr 

c_fromVolume Source

Arguments

:: VolumePtr 
-> Ptr (Ptr CChar)

container_path

-> Ptr CInt

container_path length

-> Ptr (Ptr CChar)

host_path

-> Ptr CInt

host_path length

-> Ptr CInt

mode

-> IO ()