TABLE OF CONTENTS
libram-record/ramrecord_bh [ Structures ]
[ Top ] [ libram-record ] [ Structures ]
NAME
ramrecord_bh - libramrecord backend handle
DESCRIPTION
This structure defines the backend handle for the libramrecord backend module.
SOURCE
struct ramrecord_bh { int flags; int fd; long start; };
ATTRIBUTES
- flags: flags from libram_init callback
- fd: file descriptor to output file;
- start: flag if real-time or given time should be used.
SEE ALSO
libram(3), libram_init(3), libram_exit(3), ram_fh(3), ram_bh(3)