netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
error_record Struct Reference

struct error_record More...

#include <erec.h>

Collaboration diagram for error_record:

Data Fields

struct list_head list
 
enum error_record_types type
 
unsigned int num_locations
 
struct location locations [EREC_LOCATIONS_MAX]
 
char * msg
 

Detailed Description

struct error_record

: message queue node : error record type : number of locations : location(s) of error : message

Field Documentation

struct list_head error_record::list

Referenced by erec_print_list().

struct location error_record::locations[EREC_LOCATIONS_MAX]

Referenced by erec_add_location(), and erec_print().

char* error_record::msg

Referenced by __attribute__(), and erec_print().

unsigned int error_record::num_locations
enum error_record_types error_record::type

Referenced by __attribute__(), and erec_print().


The documentation for this struct was generated from the following file: