Next: Type Definitions Up: x-Kernel Programmer's Manual Previous: Usage Rules

Map Library

The map library provides a facility for maintaining a set of bindings between identifiers. The map library supports operations for adding new bindings to the set, removing bindings from the set, and mapping one identifier into another, relative to a set of bindings (lookup). Protocol implementations use these operations to translate identifiers extracted from message headers (e.g., addresses, port numbers) into capabilities for kernel objects (e.g., XObj, Enable).



Tue Nov 29 16:28:56 MST 1994