Next: , Up: Scoped Resource Allocation Manager Types   [Index]


13.3.2.1 struct x1f4_e2line_type

typedef struct x1f4_e2line_type {
    struct x1f4_e2list_type e2list;
    unsigned bits;
} x1f4_e2line_type;

The x1f4_e2line_type record lists the application concerns related to the scoped resource allocation manager generation as:

e2list

the struct x1f4_e2list_type record of the scoped resource allocation manager generation parameters

See struct x1f4_e2list_type.

bits

a set of bit flags indicating which fields of the struct x1f4_e2list_type record should be observed

See Scoped Resource Allocation Manager Generation Flags.