Synopsis
(macro) int map_IsCommitMapping(MAP_INFO *info)
Purpose
Test if current mapping is to be committed.
Description
Given the info structure, determine if the current mapping is an end mapping. This is useful within an application dispatcher to check if a mapping should be committed. End mappings should be committed by calling map_CommitEntity.
Input
info
The mapping information structure
Return
0 if the current mapping is not an end mapping
1 if the current mapping is an end mapping
.fi