Open TheMadman opened 9 months ago
Implements the ability to pass a custom memory buffer for use in the CMS struct.
Could be useful for e.g. mmap'd buffers for graceful restart, shared memory buffers for syncing between processes, etc.
Has appropriate documentation/warnings
Attention: Patch coverage is 52.17391% with 11 lines in your changes are missing coverage. Please review.
52.17391%
11 lines
Project coverage is 93.79%. Comparing base (4fd7e2a) to head (d76b55c).
4fd7e2a
d76b55c
Implements the ability to pass a custom memory buffer for use in the CMS struct.
Could be useful for e.g. mmap'd buffers for graceful restart, shared memory buffers for syncing between processes, etc.
Has appropriate documentation/warnings