Module kmsg_stream

Source
Expand description

Types for handling a kmsg byte stream, which is a series of kmsg entries separated by null terminators.

Structsยง

KmsgStream
A stream of data from a /dev/kmsg device, whose contents are defined to have distinct entries separated by null bytes.