Previous: , Up: Control Library Definitions   [Index]


7.28.1.2 Control Library Generation Flags

The control library generation flags affect the control library objects construction.

Zero or more generation flags may be specified for the flags argument of the control library construction function.

See x1f4_init_lxpoll.

X1f4_LXPOLL_CODELINK

indicates the control library constructor that it should observe the library data memory allocator (the library data memory allocator allocates memory for the library object construction purposes only).

X1f4_LXPOLL_EELOOKUP

indicates the control library constructor that it should observe the name lookup context.

X1f4_LXPOLL_MISSBAIL

indicates the control library constructor that it should observe the consolidated disposal manager.

See Consolidated Disposal.

X1f4_LXPOLL_POSITION

indicates the control library constructor that it should observe the select(2) interruption cure.

X1f4_LXPOLL_RESOURCE

indicates the control library constructor that it should observe the data memory allocator.

X1f4_LXPOLL_TEXTFLAT

indicates the control library constructor that it should observe the error reporter.