Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libflux: hide internal log buffer size from public API
Problem: libflux/flog.h exposes FLUX_MAX_LOGBUF via the public API, but there are currently no users. Furthermore, the implementation now falls back to a heap-allocated buffer if the internal fixed-size buffer causes log message truncation, so exposing the internal buffer size is misleading. Move the definition of FLUX_MAX_LOGBUF out of the public API.
- Loading branch information