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

SEE ALSO

libram(3), libram_init(3), libram_exit(3), ram_fh(3), ram_bh(3)