OpenFBClockShmCustom returns opened POSIX shared mem used by fbclock
(path string)
| 60 | |
| 61 | // OpenFBClockShmCustom returns opened POSIX shared mem used by fbclock |
| 62 | func OpenFBClockShmCustom(path string) (*Shm, error) { |
| 63 | return OpenFBClockShmCustomVer(path, 1) |
| 64 | } |
| 65 | |
| 66 | // OpenFBClockShmCustomVer returns opened POSIX shared mem used by fbclock |
| 67 | func OpenFBClockShmCustomVer(path string, version int) (*Shm, error) { |
no test coverage detected
searching dependent graphs…