Closed gcjenkinson closed 8 years ago
Thanks. Will fix.
xo_transition will now call xo_flush. Fix will be in the next release.
Thanks, Phil
Cool. Many thanks.
Graeme
On Mon, Feb 22, 2016 at 4:31 PM, Phil Shafer notifications@github.com wrote:
xo_transition will now call xo_flush. Fix will be in the next release.
Thanks, Phil
— Reply to this email directly or view it on GitHub https://github.com/Juniper/libxo/issues/53#issuecomment-187255128.
Calling
xo_create
with theXO_FLUSH
flag flushes on emit, but not onxo_close_container
producing incomplete records. The record can be flushed with an explicit call toxo_flush
, but that seems to render the flag redundant (when used with containers).