Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move to POSIX mutexes for SHM locks | Matthew Heon | 2019-01-04 |
| | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com> | ||
* | Disable lint on SHMLock struct | Matthew Heon | 2019-01-04 |
| | | | | | | | | Golint wants to rename the struct. I think the name is fine. I can disable golint. Golint will no longer complain about the name. Signed-off-by: Matthew Heon <matthew.heon@gmail.com> | ||
* | Refactor locks package to build on non-Linux | Matthew Heon | 2019-01-04 |
Move SHM specific code into a subpackage. Within the main locks package, move the manager to be linux-only and add a non-Linux unsupported build file. Signed-off-by: Matthew Heon <matthew.heon@gmail.com> |