| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.Mesos.Raw.ExecutorInfo
Documentation
type ExecutorInfoPtr = Ptr ExecutorInfo Source
Arguments
| :: ExecutorIDPtr | |
| -> FrameworkIDPtr | |
| -> CommandInfoPtr | |
| -> ContainerInfoPtr | |
| -> Ptr ResourcePtr | resources |
| -> CInt | resource count |
| -> Ptr CChar | name |
| -> CInt | name length |
| -> Ptr CChar | source |
| -> CInt | source length |
| -> Ptr CChar | data |
| -> CInt | data length |
| -> IO ExecutorInfoPtr |
c_fromExecutorInfo :: ExecutorInfoPtr -> Ptr ExecutorIDPtr -> Ptr FrameworkIDPtr -> Ptr CommandInfoPtr -> Ptr ContainerInfoPtr -> Ptr (Ptr ResourcePtr) -> Ptr CInt -> Ptr (Ptr CChar) -> Ptr CInt -> Ptr (Ptr CChar) -> Ptr CInt -> Ptr (Ptr CChar) -> Ptr CInt -> IO () Source
c_destroyExecutorInfo :: ExecutorInfoPtr -> IO () Source