TABLE OF CONTENTS
libram-ipacl/ramipacl_bh [ Structures ]
[ Top ] [ libram-ipacl ] [ Structures ]
NAME
ramipacl_bh - libramipacl backend handle
DESCRIPTION
This structure defines the backend handle for the libramipacl backend module.
SOURCE
struct ramipacl_bh { int flags; struct libram_list rule_list; };
ATTRIBUTES
- flags: flags from libram_init callback
- rule_list: list of parsed rules
SEE ALSO
libram(3), libram_init(3), libram_exit(3), ram_fh(3), ram_bh(3)